25 messages in net.sourceforge.lists.courier-usersRe: [courier-users] 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:Re: [courier-users] userdb and sqwebmail: mailfilter not workingActions...
From:Scott (cour@troutpocket.org)
Date:Jul 28, 2003 5:51:42 pm
List:net.sourceforge.lists.courier-users

Ok I figured out why it couldn't create the .mailfilter file. I had to change /etc/courier/maildirfilterconfig:

MAILDIRFILTER=../.mailfilter MAILDIR=./Maildir to MAILDIRFILTER=./.mailfilter. MAILDIR=./Maildir

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

Other than this, email is coming and going very nicely with no unexpected errors. I'm happy to provide more info.

Sorry for the repost.

I have a number of domains hosted on my server. I tried to create a filter rule in SQWebMail. Upon saving all changes I received the error:

ERROR: Unable to save rule - contact system administrator

It appears that SQWebMail creates a maildirfilter.tmp file containing the exact contents of my rule in my virtual home directory, but not a .mailfilter file as I was expecting.

How do I fix this and what is causing it?