Blocks email from out users trying to send emails in to your server claiming to be a local domain users.
Meaning that when a email comes into the serer from a outside source it's from will be examined and see it that from user really exists on your server. IT not it's REJECTS at the smtp level.
Long discription: 1. Your server just recieve all email FOR a real user. (unless that from server has been black listed)
2. You've got your server setup to require auth smtp OR only email sent from localhost.
3. Spammers like to send email from the out to local users trying to look like there an other.
Example FAKE user : 12324234@domain.com
This emails are ALWAYS spam. SO you need to block them
INSTALL 1. Download anti-spoof.sh & untar/gzip it to /var/MailRoot/filters/ 2. Add this to your filter.pre-data.tab
"!aex"[TAB]"/var/MailRoot/filters/anti-spoof.sh"[TAB]@@FILE[TAB]@@USERAUTH[TAB]@@REMOTEADDR
3. edit the second line of anti-spoof.sh and change nomadcf.com to your domain name
4. restart xmail
|