[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Sendmail Data Format Error



Leo Huang wrote:

Wow! I think you won't believe it, I made exactly the same .procmailrc on another account, say ~mytestaccount2/.procmailrc, and it works!
Any idea what's happening? How can I log the Sendmail actions?
Leo



What sendmail does is logged in /var/log/maillog. What procmail does is logged where you tell it to log to. For example, if in your procmail script you have:


PMDIR=$HOME/.procmail
LOGFILE=$PMDIR/log
LOGABSTRACT=all
VERBOSE=yes
LOGFILEDIR=$PMDIR

You can test your script and find out where it is failing.

Bill




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]