Ensim Pro 2.5 & virutal accounts

Pete pete at eatathome.com.au
Sun Mar 7 04:45:47 GMT 2004


Matt wrote:

> How would one go about disabling mailscanner (virus and spam) for a
> specfic domain?
> Thanks
>
Matt wrote:

> How would one go about disabling mailscanner (virus and spam) for a
> specfic domain?
> Thanks
>
>
> .
>
Create a file called something like
/etc/MailScanner/rules/spam.rules

make its contents something like

From:           Domain1  no
From:           Domain2    no
FromOrTo:       default         yes

In /etc/MailScanner/MailScanner.conf change the the line
Spam Checks = yes
to
Spam Checks = /etc/MailScanner/rules/spam.rules

then do (assuming you use Red Hat), if not do whatever you do to
restart/reload the mailscanner service.
#service MailScanner reload



More information about the MailScanner mailing list