From owner-freebsd-questions@FreeBSD.ORG Wed Apr 13 02:54:35 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB40716A4CE for ; Wed, 13 Apr 2005 02:54:35 +0000 (GMT) Received: from skippyii.compar.com (ftp.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB8743D2F for ; Wed, 13 Apr 2005 02:54:35 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185]) by skippyii.compar.com (8.13.1/8.13.1) with ESMTP id j3D34OL5076161; Tue, 12 Apr 2005 23:04:25 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <009801c53fd4$1f402000$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: , "Henry" References: <2583142cb8f5cd9bf952e7ce47e08dbb@mac.com> Date: Tue, 12 Apr 2005 22:54:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: courier-imap operation timed out? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 02:54:35 -0000 > Why do I get these mail errors? > > Apr 12 21:32:59 imapd-ssl: couriertls: read: Operation timed out > Apr 12 21:32:59 imapd-ssl: DISCONNECTED, user=xxxxx, ip=[0.0.0.0], > headers=0, body=0, time=287, starttls=1 > > Ofcoure user and ip have been omitted, but this is a connection from a > windows xp machine running outlook express to check mail. Outlook Express is known to have problems with "secure" email (TLS) and IMAP. I saw a good article about this on the web the other day -- but unfortunately I can't find the link. > While on the > same network as the xp machine I have a osx computer using Mail to > check using imap-ssl and I never ever got an error like that. > > Also throwing this in as well... > root# spamassassin -D > debug: SpamAssassin version 3.0.2 > debug: Score set 0 chosen. > > Yet I've specified required_score 5.0 in local.cf > Say it can't read my local.cf file... Isn't the default to use a score > of 5 anyway? So shouldn't it default to 5 not 0 ? > I've spamassassin -D -C /path/to/local.cf > and it still doesn't read the score... required_score is the score required to mark an email as spam. The score set is something totally different -- SA uses different score sets internally to switch between Bayesian and non-Bayesian scoring modes. -- Matt