]> git.openstreetmap.org Git - chef.git/commitdiff
Update exim config to use builtin clamav support
authorTom Hughes <tom@compton.nu>
Sat, 19 Jan 2019 15:57:38 +0000 (15:57 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 19 Jan 2019 15:57:38 +0000 (15:57 +0000)
cookbooks/exim/templates/default/exim4.conf.erb

index 18544c091746dbd64a3153e3385f0b1c2ee1a49a..7e89a1e931a103fe1a38602e94b3d5c8bedfb239 100644 (file)
@@ -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") -%>