From: Tom Hughes Date: Sat, 19 Jan 2019 15:57:38 +0000 (+0000) Subject: Update exim config to use builtin clamav support X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c6c0e1941b16e5a2f9e5988ede14227cbb2e4739 Update exim config to use builtin clamav support --- diff --git a/cookbooks/exim/templates/default/exim4.conf.erb b/cookbooks/exim/templates/default/exim4.conf.erb index 18544c091..7e89a1e93 100644 --- a/cookbooks/exim/templates/default/exim4.conf.erb +++ b/cookbooks/exim/templates/default/exim4.conf.erb @@ -494,9 +494,8 @@ acl_check_data: # Deny if the message contains a virus. Before enabling this check, you # must install a virus scanner and set the av_scanner option above. # - deny demime = * - malware = * - message = This message contains a virus ($malware_name). + deny malware = * + message = This message was detected as possible malware ($malware_name). <% end -%> <% if File.exist?("/var/run/spamd.pid") -%>