> I am using smtp-vilter-1.1.4 and ClamAV0.73 on OpenBSD-3.5
> Is there any way to customise smtp-vilter or ClamAV
> so mails from certain domain are scanned for virus?
> Or mails from certain domain are NOT scanned for virus?
I dont't know about smtp-vilter, but calmav-milter may do
this by --local option with small change to the source.
1. --local IP addresses are hardcoded, so edit this for
force scan addresses.
2. other IP addresses also scaned by following line
return SMFIS_CONTINUE;
therefore chage this to
return SMFIS_ACCEPT;
I like to not scan inbound mail but force scan outbound mail
from our SMTP server. But I don't know it is possible under
MILTER, so I use above --local option instead.
SAITOU Toshihide
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users