Feb
12
|
If you’re having trouble getting your iphone to connect to your plesk mail server then it may be due to limited imap connections being available.
By default a plesk server only allows a maximum of 4 IMAP connections from the one IP. If you have a few computers behind a router then these can quickly get used up. Once users start trying to also connect with iphones the problem quickly gets worse.
To fix the maximum number of connections needs to be uincreased. The configuration file that needs to be changed is:
/etc/courier-map/imapd
And the setting that needs to be changed is:
MAXPERIP=4
Try increasing it to say 10 or 20, or whatever is appropriate in your environment.
For sites with lots of users the MAXDAEMONS setting may also need to be increased.
Once that is changed you just need to restart the imap service.
sudo /etc/init.d/courier-imap restart
Array ( ) 3 Responses to “Connecting iphone to plesk imap mail server”
Leave a Reply
You must be logged in to post a comment.
September 21st, 2010 at 9:06 am
Thanks I havent tried this but I have been trying for ages to get it to connect I’ll give this a whirl, if not I’ll chuck this iPhone my blackberry took 2minutes to setup
September 13th, 2011 at 8:21 pm
Thanks a lot! Finally a solution 😀
September 4th, 2013 at 4:16 pm
Wow, many thanks for that. Thats it!!! 😉