Well, I know this has come up a few times so thought I would ask again
I wish to switch off AV/AS in ZCS and have un-checked the server settings as required. Once zmamavisdctl was restarted I see that it has modified the following settings
Code:
@bypass_virus_checks_maps = (1); # uncomment to DISABLE anti-virus code
@bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code
which is great; but the problem is that Amavis still takes up valuable system resources. I would have expected that the line in /opt/zimbra/postfix/conf/main.cf
Code:
content_filter = smtp-amavis:[127.0.0.1]:10024
would have been removed instead
