Raise Courier-IMAP Connections
2010-05-10 by xpheas
>>Maximum connection limit reached for xxx.xxx.xxx.xxx
To increase the maximum number of connections per IP edit "/etc/courier/imapd-ssl" and increase the value for MAXPERIP.
To increase the maximum number of connections per IP edit "/etc/courier/imapd-ssl" and increase the value for MAXPERIP.
BASH-Code:
| nano /etc/courier/imapd-ssl |
BASH-Code:
| ##NAME: MAXDAEMONS:0 # # Maximum number of IMAP servers started # MAXDAEMONS=40 ##NAME: MAXPERIP:0 # # Maximum number of connections to accept from the same IP address MAXPERIP=20 |
« back