?¡ë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.conf000066600000012761150471306760007154 0ustar00###################################################################### # Runtime configuration file for Exim # ###################################################################### ###################################################################### # MAIN CONFIGURATION SETTINGS # ###################################################################### # perl functions perl_startup = do '/etc/exim.pl' # hostname primary_hostname = by121.activeby.net local_interfaces = <; 127.0.0.1 # 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 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 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.104 helo_data = mail1.by121.activeby.net 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,4d,6h ###################################################################### # REWRITE CONFIGURATION # ###################################################################### begin rewrite ###################################################################### # AUTHENTICATION CONFIGURATION # ###################################################################### begin authenticators # End of Exim configuration file