Bug 151505 - multiple acounts on same server do "Unable to connect"
Summary: multiple acounts on same server do "Unable to connect"
Status: RESOLVED WORKSFORME
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.9.5
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 10:59 UTC by alexandre
Modified: 2007-11-12 11:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ^^