dovecot error
How do I solve this?
Startup Log
Starting Dovecot Imap: doveconf: Warning: service auth { client_limit=1000 } is lower than required under max. load (1124)
doveconf: Warning: service anvil { client_limit=1000 } is lower than required under max. load (1127)
Warning: service auth { client_limit=1000 } is lower than required under max. load (1124)
Warning: service anvil { client_limit=1000 } is lower than required under max. load (1127)
Thanks
-
Hello :) Check the existing client limit with a command such as: doveconf -a | grep default_client_limit
If it's lower than the number listed in the warning message, then you may need to add an entry for "default_client_limit" to the dovecot configuration template. EX:cp /var/cpanel/templates/dovecot2.2/main.default /var/cpanel/templates/dovecot2.2/main.local echo "default_client_limit = 1124" >> /var/cpanel/templates/dovecot2.2/main.local echo "default_client_limit = 1124" >> /etc/dovecot/dovecot.conf service dovecot restart
Thank you.0 -
Thanks seems to have worked. 0 -
I am happy to see that resolution was helpful. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
3 comments