From 4de878cbacade59fa7a89ad1d1721846de6976be Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 2 Aug 2011 16:01:28 +0100 Subject: [PATCH] and also in the mime acl Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index de0c2ab91..2605ace0c 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -845,6 +845,9 @@ check_recipient: <%- if nodeinfo.has_key?('heavy_exim') and nodeinfo['heavy_exim'] -%> acl_check_mime: + accept verify = certificate + accept hosts = +debianhosts + discard condition = ${if <{$message_size}{256000}} condition = ${if eq {$acl_m_prf}{blackhole}} set acl_m_srb = ${perl{surblspamcheck}} -- 2.20.1