On Fri, March 5, 2010 10:51 am, Jack Knowlton wrote:

>>> I host several domains on a single server. As of now every email is
>>> scanned for both viruses and spam, but I would like to exclude one
>>> domain from spam filtering. Is that possible?
>>> Thank you.

>
> Hi Tim.
> Thanks for your reply. I had considered the transport map, but wouldn't
> that make the messages to that particular domain not be scanned at all? I
> would still like to avoid letting viruses in.
>
> -JK


I use amavis' viruslovers/spamlovers files to list users to be exempted


# grep lovers amavisd.conf
# @virus_lovers_maps, @spam_lovers_maps,
# @banned_files_lovers_maps, @bad_header_lovers_maps,
@virus_lovers_maps = (
read_hash("/var/amavis/virus_lovers"),
@spam_lovers_maps = (
read_hash("/var/amavis/spam_lovers"),
@banned_files_lovers_maps = (
read_hash("/var/amavis/banned_files_lovers"),
@bad_header_lovers_maps = (
read_hash("/var/amavis/bad_header_lovers"),



-- 
Voytek


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to