Re: Content Disarm and reconstruction
2019/04/14 08:03:18
(permalink)
Hello,
The message you receive when attempting to enable Content Disarm and Reconstruction on the AntiVirus profile, is because the Proxy Options settings in the CLI Console have splice and clientcomfort on CDR-supported protocols enabled. To fix it please do:
config firewall profile-protocol-options
edit custom-default
config smtp
unset options splice
next
config http
unset options clientcomfort
next
end
end
You should also confirm the AntiVirus profile’s protocol settings under config antivirus profile:
ensure that set options scan is enabled on CDR-supported protocols
if set options av-monitor is configured on a CDR-supported protocol , it overrides the config content-disarm detect-only setting (and CDR will not occur)
CDR supported protocols are:
http
smtp
imap
pop3
I hope this helps
Alivo