courier-imap operation timed out?

2005-04-12 Thread Henry
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=x, 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. 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...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: courier-imap operation timed out?

2005-04-12 Thread Matt Emmerton
 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=x, 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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]