procmail
[Top] [All Lists]

Re: Getting Procmail Started

2005-07-19 14:32:52
Gerard Seibert:

This is my procmailrc file.

Do you mean a ".procmailrc"?
(the name starts with a dot)


SHELL=/bin/sh          #Use the Bourne shell (check your path!)
PMDIR=$HOME/Procmail
MAILDIR=$HOME/mail     #First check what your mail directory is! 
LOGFILE=$PMDIR/pmlog

Try

  LOGFILE = "$HOME/pm.log"

or

  LOGFILE = "$_.log"  # $HOME/.procmailrc.log

and put it more on top:


   SHELL   = '/bin/sh'
   VERBOSE = 'YES'
   LOGFILE = "$_.log"          # $HOME/.procmailrc.log

   MAILDIR = "$HOME/mail"      # Make sure it exists! 
   PMDIR   = "$HOME/Procmail"  # Make sure it exists!

-- 
Grtz, 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>