13 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Another Outlo...
FromSent OnAttachments
jeff jansenJun 3, 2001 9:31 pm 
Seth NorthropJun 4, 2001 3:56 pm 
Ari Arantes FilhoJun 4, 2001 4:29 pm 
Ari Arantes FilhoJun 4, 2001 4:29 pm 
Sam VarshavchikJun 4, 2001 6:49 pm 
Sam VarshavchikJun 4, 2001 6:51 pm 
Seth NorthropJun 4, 2001 7:22 pm 
Sam VarshavchikJun 4, 2001 7:40 pm 
Sam VarshavchikJun 7, 2001 2:58 pm 
drea...@dreamwvr.comJun 7, 2001 3:29 pm 
Brian S. CraigieJun 7, 2001 4:47 pm 
MONZJun 8, 2001 7:14 am 
MONZJun 9, 2001 7:52 am 
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] Re: Another Outlook Oddity,Actions...
From:Brian S. Craigie (bri@suk.neceur.com)
Date:Jun 7, 2001 4:47:43 pm
List:net.sourceforge.lists.courier-users

I get that problem too with the supposedly better Outlook 2002 (XP), and yes I got hundreds of users reporting the problem and asking me to fix it. My response was a politically correct version of "So what? Just ignore it" and eventually the complaints died down. I think it's just Outlook being stupid (as usual). Outlook has so many bugs and stupidities it's unreal; 2002 is a bit better, stopping among other things allowing users to put spaces in email addresses which really bugged me as our smtp server (qmail) took it as two separate email addresses and I got all the resultant bounces, but there are still many things it does wrong or illogically.

Changing the timeouts made no difference for us. I set the timeout to 15 minutes (Outlook 2002 allows this higher setting), but it times out well before 15 minutes anyway, so I don't know what that timeout refers to, and of course the Outlook help is no help.

Increasing the max allowed connections is a no-no for me as I have typically 300 users connected all the time, and 1200 connections is probably about as much as the machine would competently handle.

The problem seems to have improved (on our Solaris 7 server) after I reduced the timeout for dead connections server-side with the following commands:-

ndd -set /dev/tcp tcp_keepalive_interval 120000 # 120 seconds - was 7200000 ndd -set /dev/tcp tcp_ip_abort_interval 120000 # 120 seconds - was 480000 ndd -set /dev/tcp tcp_time_wait_interval 120000 # 120 seconds - was 240000 ncc -set /dev/tcp tcp_conn_req_max_q 1024 # was 128

but I don't know for sure if it was that fix, or the users just aren't reporting it any more. Certainly on my own setup, I see it much less often.

Hope that helps a bit.

Best Regards, Brian

MONZ wrote:

Sorry if this is a somewhat worn issue, but like others I keep getting 'Your server has unexpectantly terminated the connection...' OE popup messages.

Are those OE versions known? The problems I have doesn't seem related to any specific clients, but occurs with _upgraded_ OE5.5's on W95/8 and W2K.

Can anyone verify that allowing more than four connections has helped on this situation? I've just increased those as a test. I currently have only some 30 IMAP clients, so the additional ressources is not really a problem.

Does the Tools->Accounts->Mail->Properties->Advanced->Server Timeouts setting in any ways influence the situation, or is this a mere M$ thingy?