RE: [courier-users] Configure maildrop
Brought to you by:
mrsam
|
From: Jan M. <ma...@de...> - 2000-08-10 11:57:59
|
>
> On Thu, 10 Aug 2000, Jan Mach wrote:
>
> > Hello,
> >
> > I have configured courier using virtual domains (using userdb).
> >
> > And I've decided that I need to apply some filtering rules
> > for individual virtual account.
> >
> > I think this task can be done by maildrop. But I can't figure out
> > how to. Is there any idiot's guide, please ?
>
> Read the maildropfilter and maildropex man pages.
>
but problem is there is everywhere written $HOME/.mailfilter
and I have done this file in virtual user home dir I think.
I've used webmail configuration tool for it.
I've made some aditional config tasks:
file etc/courierd: DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop"
created file maildirfilterconfig which contains:
MAILDIRFILTER=.mailfilter
MAILDIR=./Maildir
So webmail work fine for me. But maildrop can't deliver acording to rule:
if ((/^Subject:.*courier/))
{
to "./Maildir/.Courier/."
}
to "./Maildir/."
Thank you very much.
Regards,
Jan Mach
|