|
From: Voytek E. <li...@sb...> - 2010-03-05 00:05:01
|
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
|