Forum Moderators: phranque
Thanks a lot in anticipation!
Brian
Do they have a limit on POP3 accounts on the service you signed up for?
From what you've suggested so far, I'd either go back to the old provider, or go for a new one - but if you go for a new one then determine the services you require before signing up.
2odd...
They have no limits on POP3 mailboxes, completely unlimited. You can check out what you get here: www.101-webhosting.com . They offer tons of features for the money, just the support department seems to be lacking :D
If I check all 7 accounts in Outlook Express it works fine becuase Outlook Express checks the accounts sequentially. Outlook seems to log onto all accounts simultaneously, and it's this that my new hosting company seems to have trouble with. It's obviously something that they just need to tweak their end but I don't have a clue what it is. Anyone have any ideas?
Thanks
It is the host limiting the number of simultaneous connections between you and the mail server.
You could try asking them to increase it, or use email-forwarding to reduce the number of accounts, or just stagger the connections.
Thanks for your info. I have sussed the problem (found this on the Plesk support website):
I get the following error in my email client while checking mail:
error reading from network: cause: connection closed by foreign host. (0)
This error occurs when you are checking mail for multiple accounts on the
same mail client or from the same IP address. The default maximum number of
connections per ip address (MAXPERIP) is set to 4. This number can be
increased within the /usr/local/psa/courier-imap/etc/pop3d file. In the RPM
build this file is located in the /var/lib/courier-imap/etc/ directory. You
should also increase the MAXDAEMONS variable.
MAXPERIP= #Allows you to set how many pop connections from one IP
MAXDAEMONS= #Allows you to set how many pop connections totalYou can specify
the number of connections by replacing the N variable with the actual number
of connections.
Once the changes have been completed courier-imap must be restarted:
/usr/local/psa/rc.d/courier-imap restart # for the Standard build
/etc/rc.d/init.d/courier-imap restart # for the RPM build
Ahhh.....that's made my day. No more irritating error messages! Have a good day everyone!