> Rakesh Tiwari writes:
>
> > Hi,
> > I just got my qmail-1.03 + vpopmail 5.0 + courier-imap + sqwebmail 3.0
> >
>
>
> > if ((/^From:.*rake/))
> > {
> >    to "./Maildir/.new2me/."
> > }
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >
> > How ever still i cant see any filtering neither can i see the logs to
> > determine the problem.
> >
> > what can be the problem.
>
> maildrop does not directly support vpopmail.  You must manually configure
> the paths to each maildir, for each mail account.
>
> See INSTALL, and README.maildirfilter for more information.
>

Because maildrop doesn't support vpopmail directly, you need to specify the
user's .mailfilter file in the .qmail file like so:

| /usr/lib/courier/bin/maildrop
/home/vpopmail/domains/mydomain.com/bob/.mailfilter

Also, the maildirfilter file in bob's Maildir looks like this:

MAILDIRFILTER=../.mailfilter
MAILDIR=./bob/Maildir


Reply via email to