unix% ps -aef |grep sendmail | grep -v grep root 209 1 0 Jul 18 ? 0:00 /usr/lib/sendmail -q1h |
Your system is running sendmail |
unix% ps -aef |grep sendmail | grep -v grep unix% |
Your system is not running sendmail |
unix% ps -aef |grep qmail | grep -v grep qmaild 8583 190 1 15:12:35 ? 0:00 /var/qmail/bin/qmail-smtpd qmailq 3229 3224 0 Aug 04 pts/58 0:36 qmail-clean qmailr 3228 3224 0 Aug 04 pts/58 0:09 qmail-rspawn qmails 3224 1 0 Aug 04 pts/58 2:11 qmail-send qmaill 3226 3224 0 Aug 04 pts/58 0:55 splogger qmail |
Your system is running qmail | unix% ps -aef |grep qmail | grep -v grep unix% |
Your system is not running qmail |
Here is what you want to put in your forwarding file:
"|IFS=' '&&exec /usr/local/bin/procmail -f-||exit 75 #YOUR_USERNAME"where YOUR_USERNAME is your username (e.g. ledzian) rather than the text YOUR_USERNAME. Note that all of the quotes and the # belong there though.
If you already have something in your forwarding file, end the existing entry with a comma, and add the line above.
For an excellent discussion of how to use Procmail, see this page.
For a good get-this-guy-off-my-back, see Don Watrous' page on the matter.
Everything that the spam filter thinks is spam mail will be put in a file called junk.mail. You may want to check this junk mail now and then to make sure that no important messages were mistaken for spam. If you don't know how to open an arbitrary file will your mail reader you can always use more.
unix% more ~/junk.mail
If you have any questions you can mail help