10 Sep
2018
10 Sep
'18
2:31 a.m.
On Sun, 9 Sep 2018, Maurizio Caloro wrote:
Hello
Yesterday, I could not receive an email anymore when I looked in the logs found the following errors:
- Sep 7 06:04:44 mail dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
- Sep 7 06:06:41 mail dovecot: master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
If show the config i dont see any process_limits ... root@mail:/var/log# dovecot -n
This shows you config'd values but won't show you defaults. Try
doveconf -a | grep ' 100$'
You'll see your config value.
Joseph Tam jtam.home@gmail.com