Hi all, on my server, with IspConfig3 on Ubuntu Server, i have this error: Sep 27 12:04:03 mxrelay.com imapd-ssl: 40 maximum active connections. How fix this??
Take a look into the courier config files in /etc/courier. That limit bust be configured either in the authdaemon or imap configuration file. Increase the number and restart the courier daemons.
/etc/courier/imapd-ssl? Good, on file: /etc/courier/imapd-ssl on section ##NAME: SSLPIDFILE:0 # That's the SSL IMAP port we'll listen on. # Feel free to redefine MAXDAEMONS, TCPDOPTS, and MAXPERIP. i have added # maxXip MAXPERIP=50 Is correct??
imapd-ssl By default the MAXPERIP setting is set to 4. On the imapd-ssl file it’s not even included in the config file (but still set to 4) so you need to add it yourself.