Bug 151505

Summary: multiple acounts on same server do "Unable to connect"
Product: [Applications] kmail Reporter: alexandre <alexandre>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: 1.9.5   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description alexandre 2007-10-29 10:59:52 UTC
Version:           1.9.5 (using KDE 3.5.7, Debian Package 4:3.5.7.dfsg.1-1 (lenny/sid))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.18-4-486

I've add multiple acounts on the same server ("my_domain" here)

test01@my_domain.com
test02@my_domain.com
test03@my_domain.com
test04@my_domain.com
test05@my_domain.com
test06@my_domain.com
test07@my_domain.com
test08@my_domain.com
test09@my_domain.com
test10@my_domain.com

When i try to get mails from an address
-> all is ok

But when i try to get mail from all address
-> Unable to "connect to my_domain.com"
   The server shut down the connection immediately.
Comment 1 alexandre 2007-10-30 16:56:33 UTC
Thunderbird is ok but kmail do multiples pop-up messages

Unable to "connect to my_domain.com"
The server shut down the connection immediately.
Comment 2 Thomas McGuire 2007-11-10 23:55:43 UTC
There seems to be a hidden config option for limiting the number of connections to the same host, but I'm not sure if it is working correctly.

Try to add the following to your kmailrc (in .kde/share/config) :
[Network]
MaxConnectionsPerHost=1
Comment 3 alexandre 2007-11-12 11:23:32 UTC
Cool ! Working perfectly ^^