10 messages in net.sourceforge.lists.courier-users[courier-users] Re: problem with spam...
FromSent OnAttachments
Noah SilvermanJul 31, 2003 6:10 pm 
Sam VarshavchikJul 31, 2003 6:40 pm 
Noah SilvermanJul 31, 2003 10:47 pm 
ScottJul 31, 2003 11:03 pm 
Sam VarshavchikAug 1, 2003 6:58 am 
Noah SilvermanAug 1, 2003 9:38 am 
Sam VarshavchikAug 1, 2003 9:41 am 
Tim HunterAug 1, 2003 10:41 am 
Paul ReillyAug 1, 2003 11:03 am 
Noah SilvermanAug 1, 2003 1:50 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:[courier-users] Re: problem with spamassassin and maildropActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Aug 1, 2003 6:58:47 am
List:net.sourceforge.lists.courier-users

Noah Silverman writes:

My authentication is "authdaemon". I'm using virtual users with the userdb file. Each user has the same home, but a different mailbox. noah uid=8680|gid=1000|home=/data/Mail|mail=/data/Mail/noah|systempw=xxxxxxx

Well, there you go. Specifying 'mail' essentially provides an explicit instruction to deliver all mail addressed to this account to this location, without checking DEFAULTDELIVERY or anything.

To allow custom mail delivery instructions, you have to have something that bears some resemblance to a real account: home must point to something that looks like a home directory. Do not use the mail attribute, instead create $home/Maildir, for whatever value of home you have.

Now, you can install $home/.courier, and run spamassasin or whatever else you want, before delivering mail to the Maildir. Or use DEFAULTDELIVERY, or whatever.