Re: [Exim] Exiscan question

Top Page
Delete this message
Reply to this message
Author: Tom Kistner
Date:  
To: Kelv, exim-users
Subject: Re: [Exim] Exiscan question
Kelv wrote:

> I have a LAN with several workstations and don't want outbound mail sent
> from these workstations scanned for spam / viri, but do want mail coming
> in from outside of the LAN scanned.


Yes, since the new patch is fully ACL integrated, you can put other ACL
conditions before the exiscan conditions. For your case, maybe this:


deny message = Keep your malware ($malware_name)
      !hosts = +relay_from_hosts
      malware = *



regards,

/tom