Re: [Exim] Exiscan question

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tom Kistner
Datum:  
To: Kelv, exim-users
Betreff: 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