• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question Dovecot - error messages

MartinB

Basic Pleskian
Hello !

I hope you can help me ... ;)

Yesterday morning, I want to log in at my webmailer Roundcube ...
... but I can't : no connection to server ! :eek:

Here are some lines from the logfile :

Code:
Dec 23 06:09:21 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:21 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:23 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:29 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:32 mail dovecot: imap-login: Error: fd_send(imap, 8) failed: Broken pipe
Dec 23 06:09:35 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:35 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:36 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:42 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:46 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:51 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:09:51 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:10:00 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:11:23 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:11:23 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:12:03 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)
Dec 23 06:12:03 mail dovecot: imap-login: Error: read(imap) failed: Remote closed connection (destination service { process_limit } reached?)

After restart Dovecot anything is okay !

Are special settings needed ?

Thanks for any tips ... :)


Bye, Martin
 
  1. Create a file /etc/dovecot/conf.d/99-imap-login.conf with the following content:

    service imap-login {
    process_limit = 200
    process_min_avail = 16
    }

  2. Tune process_limit value according to the server load.
 
Hello IgorG !

Thanks for your tip ...
... is adding the lines different to this :

mailserver.png

Bye, Martin
 
Back
Top