• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Too many simultaneous POP3 connections?

H

hpprod

Guest
Hi -
Is there a setting that would restrict the number of incoming POP3 connections for one vhost? I have a customer who has (12) POP3 accounts on his domain .. and he is using MS Entourage to check all (12) at the same time ... Send/Receive All ...

He gets numerous connection errors when he does Send/Receive All .. but if he checks each box individually, it connects fine.

I also have (12) POP3 accounts in my Apple Mail program, but they are all from different domains ... not 12 accounts on one domain. Just wondering if there may be a cutoff or something?

Thanks,
Fred
 
There's a limit of 4 connections from 1 IP to courier-imap. You need to modify the setting in:

/usr/lib/courier-imap/etc/imapd

I think it's called MAXPERIP, you can change it to 12 then restart courier-imap:

service courier-imap restart
 
Or they could setup mail checking in different time intervals. i.e. setup the mail client to check some domains every 10 minutes, others at 15, 20 or 25. This way they're not all being checked at the same time and using up the connection limit.
 
update

Hey Guys -
I did as suggested, and updated the MAXPERIP setting - but this also must be done in the pop3 file. In addition, I had to increase the MAXDAEMONS in both as well.

After doing that, the problem is solved.

Thanks,
Fred
 
Back
Top