• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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