maildrop not sending to maildir
2004-11-02 03:31:19 GMT
My maildrop program is re-directing mail to a mailbox file instead of maildir:
[localhost]$ /usr/bin/maildrop /home/TestAccount/.mailfilter -V 9 < ~/maildrop.log
/home/TestAccount/.mailfilter(2): Opening logfile //usr/vpopmail/maildrop.log
/home/TestAccount/.mailfilter(5): LOCALDEFAULT="/home/TestAccount/ Maildir/test"
maildrop: Delivering to /var/spool/mail/vpopmail
maildrop: Flock()ing /var/spool/mail/vpopmail.
maildrop: Appending to /var/spool/mail/vpopmail.
maildrop: Delivery complete.
My .mailfilter file looks like this:
[localhost]$ cat .mailfilter
VERBOSE=9
logfile "/$HOME/maildrop.log"
MAILBOX="/home/TestAccount/Maildir/"
TO /home/TestAccount/Maildir/IN/
I set the verbosity to 9, but maildrop is not telling me WHY it’s writing the file to another directory. Is there some other area where I can get more information on what’s going on?
- Steve
RSS Feed