Scanning outbound mail?

John Wilcock john at tradoc.fr
Fri Feb 10 14:21:41 GMT 2012


Le 10/02/2012 14:41, Richard Lynch a écrit :
> What do your rulesets look like?

Pretty simple really! Note that postfix is set up to ensure that 
authentication is compulsory to use one of our domain names in the 
envelope sender, which simplifies matters somewhat. If you don't do 
this, you need to include your IP ranges in the rulesets instead of 
domain names.

spam.actions.rules
From:	ourdomain.tld	store bounce
FromorTo:	default	store deliver

highspam.actions.rules
From:	ourdomain.tld	store bounce
FromorTo:	default	store

bounce.rules and notify.senders.rules
From:	ourdomain.tld	yes
FromorTo:	default	no

deliver.cleaned.rules
From:	ourdomain.tld	no
FromorTo:	default	yes

and in MailScanner.conf
Deliver Cleaned Messages = %rules-dir%/deliver.cleaned.rules
Notify Senders = %rules-dir%/notify.senders.rules
Spam Checks = %rules-dir%/spam.checks.rules
Spam Actions = %rules-dir%/spam.actions.rules
Enable Spam Bounce = %rules-dir%/bounce.rules



John.

-- 
-- Over 5000 webcams from ski resorts around the world - www.snoweye.com
-- Translate your technical documents and web pages    - www.tradoc.fr


More information about the MailScanner mailing list