6 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Specifying filter fro...
FromSent OnAttachments
Rob HuttonAug 14, 2003 5:35 pm 
Rob HuttonAug 15, 2003 5:17 am 
Martin List-PetersenAug 15, 2003 10:42 am 
Rob HuttonAug 15, 2003 6:40 pm 
Martin List-PetersenAug 16, 2003 6:35 pm 
Martin List-PetersenAug 17, 2003 2:13 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: [maildropl] Specifying filter from Mysql DbActions...
From:Martin List-Petersen (mar@list-petersen.se)
Date:Aug 16, 2003 6:35:44 pm
List:net.sourceforge.lists.courier-maildrop

On Fri, 2003-08-15 at 02:25, Rob Hutton wrote:

I need to be able to specify the .mailfilter file to be used by each userin my virtual setup. I would like to be able to specify it in the db so that it can be easily changed.

That's actually possible. The thing is providing another "homedir" for every user. maildrop will look in this homedir. However, depending on your setup, you might have a look at the "maildir" field also then.

Example: Postfix doesn't allow you different homedir, they are fixed. When using different homedirs for each user, you will have to provide the complete path in the Maildir field (including maildir path).

Not clear enough ? Check http://www.marlow.dk/postfix

I even did some small scripts to pull the filterrules from the database and down to a .mailfilter file, which then can be done by cron or so.