Debian (testing), procmail and qmail

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: Liberty Young
Data:  
Oggetto: 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?