Debian (testing), procmail and qmail

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Liberty Young
日付:  
題目: 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?