Re: [Exim] Exiscan question

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Tom Kistner
Dátum:  
Címzett: Kelv, exim-users
Tárgy: 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