4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Keep-alive IMAP
FromSent OnAttachments
Troels ArvinMar 15, 2005 2:35 pm 
Chuck WilliamsMar 15, 2005 2:57 pm 
Troels ArvinMar 15, 2005 3:02 pm 
Sam VarshavchikMar 15, 2005 3:46 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Keep-alive IMAPActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Mar 15, 2005 3:46:35 pm
List:net.sourceforge.lists.courier-users

Troels Arvin writes:

Hello,

I have a problem where some users using Thunderbird on Windows seem to loose their IMAP connections after a while - to the point where they need to restart the e-mail client. Courier IMAP version is 4.0.1. My MAXDAEMONS is high (500), as is my MAXPERIP (500), so Thunderbird's five concurrent connections shouldn't be it.

To me, it sounds like a problem on Thunderbird. However, I noticed these lines in tcpd/tcpd.c: #ifdef SO_KEEPALIVE ... #endif

Is SO_KEEPALIVE set by any configure-option? If not: Is it unsafe to try

No, this is a socket option that's probably already turned on.

to turn it on,

It's already on, unless you're running some decrepit fifteen year old version of UNIX.

And what about SO_LINGER? - Would it be relevant to play with? Any dangers?

Same thing. It's already turned on. Don't mess with it.