8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Possible dela...
FromSent OnAttachments
John WilkinsNov 15, 2003 5:50 pm 
Sam VarshavchikNov 15, 2003 6:54 pm 
John WilkinsNov 16, 2003 8:58 am 
Bill TaroliNov 16, 2003 12:51 pm 
John WilkinsNov 16, 2003 1:18 pm 
RolandNov 16, 2003 2:03 pm 
Gordon MessmerNov 16, 2003 2:06 pm 
John WilkinsNov 16, 2003 3:44 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] Re: Possible delay responding to SMTP RSETActions...
From:John Wilkins (john@winskil.co.uk)
Date:Nov 16, 2003 3:44:39 pm
List:net.sourceforge.lists.courier-users

On Sun, 2003-11-16 at 22:06, Gordon Messmer wrote:

John Wilkins wrote:

On 1/1/1970, "Sam Varshavchik" <mrs@courier-mta.com> wrote:

Solution: don't start throwing spam at Courier.

I realise that (2) is OT but for both I'd appreciate any hints from the list on this - there must be other pop3->fetchmail->courier users out there!

As one such user, I advise against using fetchmail to deliver messages to courier's local smtp server. fetchmail is somewhat less than well behaved, and you might end up losing headers that you wanted to see, later on.

Courier's spam filtering techniques are great if you put them up against the initial delivery, but afterward they're just going to interfere with the operation of fetchamil. It's too late to use them to do any good.

Instead, use maildrop as your "mda", and do your spam filtering in your .maildroprc file. You can choose to send spam to /dev/null or to an alternate folder that you can review if you think something has been mis-classified.

Example fetchmailrc:

set daemon 900 # Poll at 15-minute intervals

defaults fetchall, no keep, mda "/usr/lib/courier/bin/maildrop";

poll mail.example.com with protocol pop3: user username there with password mypassword is username here;

If I read this right, this essential by passes courier for inbound traffic? ie it's not ISP->fetchmail->maildrop->maildir

I guess the current/old setup via courier goes back to when I first installed it - as a replacement for sendmail - and I've never really changed it since.

Thanks... I'll give the maildrop mda approach a go... At the moment both fetchmail and courier (and the maildirs) are on the same machine anyway.