?¡ëPNG
IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À?¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]q?¨´???T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
etc/exim.conf.backup_2020-09-16 0000666 00000017114 15047130606 0011523 0 ustar 00 ######################################################################
# Runtime configuration file for Exim #
######################################################################
######################################################################
# MAIN CONFIGURATION SETTINGS #
######################################################################
add_environment = "PATH=/usr/local/sbin::/usr/local/bin::/sbin::/bin::/usr/sbin::/usr/bin::/sbin::/bin"
# perl functions
perl_startup = do '/etc/exim.pl'
# hostname
primary_hostname = by121.activeby.net
# banner
smtp_banner = "${primary_hostname} ESMTP Exim"
# do not check local mails
untrusted_set_sender = *
local_from_check = false
# ACLs
acl_smtp_rcpt = acl_check_rcpt
acl_not_smtp = acl_sendmail
# anti-dos
smtp_connect_backlog = 50
smtp_accept_max = 100
# run our small queue evel loadavg = 10
deliver_queue_load_max = 30
# disable inent callbacks
rfc1413_hosts = :
# system filter
system_filter = /etc/exim.filter
message_body_visible = 5000
system_filter_file_transport = address_file
# message logs
message_logs = false
split_spool_directory = yes
# never users
never_users = root
# delete bounces with permanent error immediately
ignore_bounce_errors_after = 0s
timeout_frozen_after = 1d
auto_thaw = 1h
# tls
tls_certificate = /etc/exim.crt
tls_privatekey = /etc/exim.key
tls_advertise_hosts = *
# check HELO/EHLO syntax
helo_accept_junk_hosts = *
# disable smtp synchronize commands
smtp_enforce_sync = false
smtp_accept_queue_per_connection = 0
ISP_DOMAINS=/usr/local/etc/exim/multi-domains
ISP_ALIASES=/usr/local/etc/exim/aliases
ISP_PASSWD=/usr/local/etc/exim/passwd
domainlist local_domains = lsearch;ISP_DOMAINS
# relay from (our mxs + localhost)
# mx1.activeby.net : mx2.activeby.net : localhost
#hostlist relay_from_hosts = 178.159.250.30 : 31.193.195.48 : 127.0.0.1
hostlist relay_from_hosts = 127.0.0.1
######################################################################
# ACL CONFIGURATION #
# Specifies access control lists for incoming SMTP mail #
######################################################################
begin acl
acl_check_rcpt:
accept hosts = :
deny message = Restricted characters in address
local_parts = ^[./|] : ^.*[@%!] : ^.*/\\.\\./
accept hosts = +relay_from_hosts
accept authenticated = *
deny message = relay not permitted
acl_sendmail:
deny message = REJECTED - Sender Verify Failed [$sender_address]
condition = ${lookup{$sender_address}wildlsearch{/usr/local/etc/exim/localmail}{no}{yes}}
deny message = block send email for your account
condition = ${lookup{$caller_gid}lsearch{/etc/exim.blocked-gid}{yes}{no}}
deny message = mail limit for your account is exceeded
condition = ${perl{checklimit}{$caller_gid}{$recipients_count}}
accept
######################################################################
# ROUTERS CONFIGURATION #
# Specifies how addresses are handled #
######################################################################
# THE ORDER IN WHICH THE ROUTERS ARE DEFINED IS IMPORTANT! #
# An address is passed to each router in turn until it is accepted. #
######################################################################
begin routers
local:
driver = redirect
domains = $primary_hostname
data = :blackhole:
dnslookup:
driver = dnslookup
# domains = !+local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 10.0.0.0/8 : 127.0.0.0/8 : 172.16.0.0/12 : 192.168.0.0/16
no_more
disabled_domains:
driver = redirect
condition = ${extract{3}{:}{${lookup{$domain}lsearch{ISP_DOMAINS}}}}
allow_fail = yes
data = :fail: Domain disabled
no_more
disabled_users:
driver = redirect
condition = ${extract{5}{:}{${lookup{$local_part@$domain}lsearch{ISP_PASSWD}}}}
allow_fail = yes
data = :fail: User disabled
no_more
#local_domains:
# driver = redirect
# data = ${quote_local_part:$local_part}@${extract{1}{:}{${lookup{$domain}lsearch{ISP_DOMAINS}}}}
#local_aliases:
# driver = redirect
# data = ${extract{1}{:}{${lookup{$local_part@$domain}lsearch{ISP_ALIASES}}}}
#autoreply:
# driver = accept
# condition = ${if and { \
# # user exists
# {eq {${lookup{$local_part@$domain}lsearch{ISP_PASSWD}{yes}{no}}}{yes}} \
# # message.txt exists
# {exists {${extract{4}{:}{${lookup{$local_part@$domain}lsearch{ISP_PASSWD}}}}/message.txt}} \
# } \
# }
# transport = address_reply
# unseen
#local_user:
# driver = accept
# condition = ${lookup{$local_part@$domain}lsearch{ISP_PASSWD}}
# user = ${extract{1}{:}{${lookup{$local_part@$domain}lsearch{ISP_PASSWD}}}}
# group = ${extract{2}{:}{${lookup{$local_part@$domain}lsearch{ISP_PASSWD}}}}
# transport = local_delivery
# cannot_route_message = Unknown user
#catchall_for_domains:
# driver = redirect
# headers_add = X-redirected: yes
# data = ${extract{2}{:}{${lookup{$domain}lsearch{ISP_DOMAINS}}}}
unroutable:
driver = redirect
allow_fail = yes
# data = :fail: Unknown user
data = :blackhole:
no_more
######################################################################
# TRANSPORTS CONFIGURATION #
######################################################################
# ORDER DOES NOT MATTER #
# Only one appropriate transport is called for each delivery. #
######################################################################
begin transports
remote_smtp:
driver = smtp
# interface = 178.159.243.100
# helo_data = by121.activeby.net
interface = 178.159.243.104
helo_data = mail1.by121.activeby.net
# helo_data = ${lookup dnsdb{ptr=$sending_ip_address}{$value}{$primary_hostname}}
#local_delivery:
# driver = pipe
# command = /usr/libexec/dovecot/deliver -f $sender_address -d $local_part@$domain -a $original_local_part@$original_domain
# message_prefix =
# message_suffix =
# delivery_date_add
# envelope_to_add
# return_path_add
# log_output
# temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78
#address_reply:
# driver = autoreply
# headers = ${readfile{${extract{4}{:}{${lookup{$local_part@$domain}lsearch{ISP_PASSWD}}}}/message.txt}}
# to = $sender_address
######################################################################
# RETRY CONFIGURATION #
######################################################################
begin retry
# Address or Domain Error Retries
# ----------------- ----- -------
* * F,2h,5m; G,16h,1h,1.5; F,1d,6h
######################################################################
# REWRITE CONFIGURATION #
######################################################################
begin rewrite
######################################################################
# AUTHENTICATION CONFIGURATION #
######################################################################
begin authenticators
dovecot_plain:
driver = dovecot
public_name = PLAIN
server_socket = /var/run/dovecot/auth-client
server_set_id = $auth1
dovecot_login:
driver = dovecot
public_name = LOGIN
server_socket = /var/run/dovecot/auth-client
server_set_id = $auth1
# End of Exim configuration file