Re: [Exim] Exiscan question

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Tom Kistner
Ημερομηνία:  
Προς: Kelv, exim-users
Αντικείμενο: 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