- IMSCP: 1.5.3
- Distribution: Debian 9
- Proftpd
- PHP FPM
- MariaDB 10.1
- Dovecot
- Roundcube
- Web2FTP
- Plugins:
PMA Captcha, RoundCubePlugins, SpamAssassin , LetsEncrypt, PHPswitcher, ClamAV
How can I allow (raise) more than 100 dovecot processes?
I have about 2-3 dovecot restarts per hour ...
I have already tried some settings but it does not change anything:
Code
- nano /etc/dovecot/conf.d/10-master.conf
- service imap-login {
- inet_listener imap {
- process_limit = 500
- process_min_avail = 2
- #port = 143
- }
- nano /etc/dovecot/conf.d/10-master.conf
- default_client_limit
- nano /etc/dovecot/dovecot.conf
- search
- service auth {
- add
- client_limit = 500
- service auth {
- client_limit = 500
Code
- Mar 13 14:15:35 host1 dovecot: master: Warning: Sent SIGKILL to 100 imap-login processes
- Mar 13 14:15:35 host1 dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
- Mar 13 14:15:37 host1 dovecot: master: Warning: Sent SIGKILL to 100 imap-login processes
- Mar 13 14:15:44 host1 dovecot: master: Warning: Sent SIGKILL to 99 imap-login processes
- Mar 13 14:15:46 host1 dovecot: master: Warning: Sent SIGKILL to 100 imap-login processes
- Mar 13 14:15:48 host1 dovecot: master: Warning: Sent SIGKILL to 98 imap-login processes
- Mar 13 14:15:55 host1 dovecot: master: Warning: Sent SIGKILL to 100 imap-login processes
- Mar 13 14:16:16 host1 dovecot: imap-login: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
- Mar 13 14:16:16 host1 dovecot: imap-login: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
- Mar 13 14:16:16 host1 dovecot: imap-login: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
- Mar 13 14:16:16 host1 dovecot: imap-login: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
- Mar 13 14:16:16 host1 dovecot: imap-login: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
- Mar 13 14:16:16 host1 dovecot: imap-login: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)