?¡ë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
Why doesn't Dovecot work? ========================= * *Dovecot always logs an error message* if anything goes wrong, so make sure you're looking at the correct log files. Debug messages may be written to a different log file than error messages. See . * Try logging in manually by sending IMAP commands. If you're trying with an IMAP client you can't be sure if the problem is with the client's configuration or Dovecot's configuration. Many IMAP clients handle all errors simply by showing you the login password dialog, even if the problem has nothing to do with authentication. See (or ). * Are you using an older version than v1.0? RHEL 5.0 and Debian Etch distribute v1.0.rc15, and there have been a LOT of fixes since then. If you have a problem, see if NEWS [http://dovecot.org/doc/NEWS] file mentions anything related to it. There are also [PrebuiltBinaries.txt] available for newer versions. It says "Authentication failed" ------------------------------- First of all enable 'auth_debug_passwords=yes' and see if the logs show what the problem is. For non-PAM setups it should contain all the information needed to solve the problem. If it's trying to use a wrong password scheme, you can change that. See . If the client isn't even attempting to log in, you most likely have 'disable_plaintext_auth=yes' (default) and the client isn't configured to use SSL/TLS (or you've also set 'ssl=no'). If you're using [PasswordDatabase.PAM.txt]: * Make sure that dovecot-auth is running as root (assuming it's using '/etc/shadow'). * PAM errors aren't written to Dovecot's own logs. Usually they go to '/var/log/auth.log' or something similar. * Unfortunately PAM's error messages aren't always all that helpful in figuring out what exactly the problem is. * You could (temporarily) try to use [PasswordDatabase.Shadow.txt] instead to see if it logs something more understandable. * Usually the problem is that you don't have a correctly named file in '/etc/pam.d/'. See . It's not finding my emails -------------------------- 'mail_debug=yes' makes Dovecot log where it's really looking for mails. Also 'auth_debug=yes' may be helpful in debugging. See for how to configure where the mails are looked up from. (This file was created from the wiki on 2011-01-13 04:52)