Skip to main content

dovecot error

Comments

3 comments

  • cPanelMichael
    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
  • sahostking
    Thanks seems to have worked.
    0
  • cPanelMichael
    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.