Courier Connection Refused

From Noah.org
Revision as of 12:04, 16 August 2008 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The office was getting lots of connection timeouts and connection refused to the Courier IMAP server. The solution was to increase the max number of daemons allowed and the max per IP allowed. Edit /usr/local/etc/imapd:

##NAME: MAXDAEMONS:0
#
#  Maximum number of IMAP servers started
#

MAXDAEMONS=200

##NAME: MAXPERIP=50
#
#  Maximum number of connections to accept from the same IP address

MAXPERIP=200