[Bug 144840] not more than 4 accounts

Ingo Klöcker kloecker at kde.org
Sun Apr 29 23:02:56 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144840         
kloecker kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |pop3



------- Additional Comments From kloecker kde org  2007-04-30 00:02 -------
KMail usually checks all accounts at the same time. It seems the mail server on your server doesn't allow more than 4 simultaneous connections from the same client (did you check the logs of your server?) and therefore immediately closes the connection.

To fix the problem open ~/.kde/share/config/kmailrc with a text editor (while KMail/Kontact is not running!) and add the following two lines immediately before the line '[Notification Messages]':
[Network]
MaxConnectionsPerHost=4

This will restrict the number of simultaneous connections to your mail server to 4.

Please close this bug as WORKSFORME if this fixes your problem.



More information about the Kdepim-bugs mailing list