Sample Header Ad - 728x90

How to debug ~/.forward

4 votes
2 answers
923 views
How can I debug ~/.forward file or see errors logged by mail agent on it **without root privileges**? I'm trying to process my mail with procmail. When I invoke procmail manually with procmail < testMailFile it works as expected (my procmail rule logs input to a file). When no ~/.forward file is present all mail goes to my default mailbox /var/mail/$USER and ~/.procmailrc **is not processed**. When I create ~/.forward with: "|exec /usr/bin/procmail || exit 75" mail stops coming but .procmailrc **is still not processed**. $ lsb_release -a|grep Desc Description: CentOS release 5.10 (Final) $ rpm -q exim exim-4.63-10.el5
Asked by Basilevs (197 rep)
Apr 25, 2014, 09:54 AM
Last activity: Feb 8, 2024, 10:14 AM