25 messages in net.sourceforge.lists.courier-users[courier-users] Re: userdb and sqwebm...
FromSent OnAttachments
Stephen ReeseJul 26, 2003 9:13 pm 
Anand BuddhdevJul 27, 2003 3:54 am 
Jeff JansenJul 27, 2003 8:23 am 
Stephen ReeseJul 27, 2003 11:18 am 
Jeff JansenJul 28, 2003 5:12 am 
Stephen ReeseJul 28, 2003 6:29 am 
ScottJul 28, 2003 5:10 pm 
ScottJul 28, 2003 5:21 pm 
ScottJul 28, 2003 5:51 pm 
Sam VarshavchikJul 28, 2003 5:54 pm 
ScottJul 28, 2003 6:39 pm 
Sam VarshavchikJul 28, 2003 6:56 pm 
ScottJul 28, 2003 7:20 pm 
Sam VarshavchikJul 28, 2003 7:28 pm 
James A BakerJul 28, 2003 7:51 pm 
ScottJul 28, 2003 8:02 pm 
ScottJul 28, 2003 8:08 pm 
Sam VarshavchikJul 28, 2003 8:26 pm 
ScottJul 28, 2003 10:17 pm 
Sam VarshavchikJul 29, 2003 10:47 am 
Jeff JansenJul 29, 2003 12:21 pm 
ScottJul 30, 2003 12:37 am 
Jeff JansenJul 30, 2003 4:41 am 
Sam VarshavchikJul 30, 2003 5:37 am 
ScottJul 30, 2003 10:39 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:[courier-users] Re: userdb and sqwebmail: mailfilter not workingActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 28, 2003 8:26:52 pm
List:net.sourceforge.lists.courier-users

Scott writes:

Sam Varshavchik wrote:

Scott writes:

Sam Varshavchik wrote:

Scott writes:

because maildir=homedir for my virtual users. However, the maildrop rules are not working. my /etc/courier/maildrop is correct:

/usr/lib/courier/bin/maildrop

/etc/courier/maildrop has nothing to do with this.

You need to set DEFAULTDELIVERY in /etc/courier/courierd:

# Here's how to have maildrop handle local deliveries. # # DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop" #

If you're using one of the virtual authentication modules, you'll need to set, instead, the defaultdelivery field.

Of course, you're right. That's what I meant to show that maildrop was being used as the defaultdelivery.

[root@leon courier]# grep DEFAULTDELIVERY courierd ... DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop"

I'm using authuserdb. .mailfilter files are still not being read. Any other ideas?

If you're using the 'mail' attribute in userdb, that, essentially, takes precedence over 'defaultdelivery'.

How can I get maildrop filters to work with userdb? Can I specify something in the userdb files?

use@domain1.com home=/home/virtual/domain1.com/user1\ |mail=/home/virtual/domain1.com/user1|uid=1001|gid=1001\ |systempw=XYZ (line breaks to make it readable, they're not really there in userdb/domain1.com)

Maildrop filters only work if the mail setting is not specified, which then defaults to $HOME/Maildir.