hi,
I have known that i must use absolute path to mailfilter and path to maildir in
maildirfilterconfig .Otherwise maildrop cant
devilver message to right maidir.
For example,
Many people in maildirfilterconfig are configured as following
MAILDIRFILTER=../.mailfilter
MAILDIR=./Maildir
Then generated filter throuth sqwebmail is like
if ((hasaddr("[EMAIL PROTECTED]")))
{
AUTOREPLYFROM=$FROM
`/usr/local/bin/mailbot -A "X-Sender: $FROM" -A "From: $AUTOREPLYFROM" -m "./
Maildir/autoresponses/&gepSqFbeWQ0-1" $SENDMAIL -f ""`
}
to "./Maildir/."
But the filter is not good to maildrop.Maildrop cant recognize the Maildir where it
should devliver to.
If i Modified the maildirfilterconfig or modified in filter
MAILDIR=/home/vpopmail/domains/domain1.com/info/Maildir
All maildir in filter will be changed into
/home/vpopmail/domains/domain1.com/info/Maildir
Now user info can use his mailfilter.but others cant use yet.Because all filter will
use /home/vpopmail/domains/domain1.com/info/Maildir maidir .It is not right. How to
solve it? Any ideas?
sqwebmailsoft
[EMAIL PROTECTED]