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


-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to