Debian (testing), procmail and qmail

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Liberty Young
Dátum:  
Tárgy: Debian (testing), procmail and qmail
I'm trying out procmail and qmail under Debian.
I can't get procmail to behave correctly with Maildir.

I have in ~/.qmail
| /usr/sbin/qmail-procmail


and in ~/.procmail

MAILDIR=$HOME/Maildir/
LOGFILE=$HOME/procmail.log

:0:
* ^To:.*
PLUG/


However, procmail still delivers messages to /var/mail/grimiore, which
is a file, not a directory. I'm wanting it to deliver it to the PLUG
folder in my user's Maildir folder.

Any ideas?