--Ewa Skrenty wrote on 26.07.01 13:56 +0200:
>
> I have also problem with filtering. I've installed sqwebmail-2.1.1, qmail,
> vpopmail, maildrop , and I use authpam and authvchkpw authentication
> modules. I initialize .qmail with |/usr/local/bin/maildrop, create in
> Maildir directory maildirfilterconfig file with:
> MAILDIRFILTER=../.mailfilter
> MAILDIR=./Maildir
> but I can't see link on screen to filtering.
No permissions on ./Maildir/maildirfilterconfig for the uid
SQWebmail runs as ?
> I've installed on another serwer the same and sqwebmail display new link
> on screen to filtering but any filters didn't work (messages aren't
> delivered)
> I ask for any suggestions
Add some verboseness with -V and tell maildrop where to find
the filterfile:
| maildrop -V 1 -A "X-Maildrop: $SENDER $RECIPIENT $USER+$EXT" ./.mailfilter
Qmail will log all the responses from maildrop to /var/log/maillog.
Also check the contents of ./.mailfilter, they will be updated only
after you click on 'Save all Changes'.
Roland