procmail
[Top] [All Lists]

Re: Formail /"mail" will not send mail out

2008-10-11 06:47:20
Remien, Carsten schreef:

MAILDIR=$HOME/Maildir/

$MAILDIR should normally not end in a slash. 


DEFAULT=$MAILDIR

If you need MAILDIR type delivery (the tmp/ cur/ new/ structure), 
then (because of my earlier suggestion) that would become 

  DEFAULT = "$MAILDIR/"



LOGFILE=$HOME/.procmail_log

Alternative:

  LOGFILE = "$_.log" 

(which would set the LOGFILE to ~/.procmailrc.log)

-- 
Groet, Ruud
____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>