فهرست منبع

Merge pull request #1663 from serghey-rodin/dpeca-patch-exim-1

Tell Exim to not to deny emails if ClamAV is unavailable or busy
Anton Reutov 4 سال پیش
والد
کامیت
e2e3d1d113
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      install/debian/9/exim/exim4.conf.template

+ 1 - 1
install/debian/9/exim/exim4.conf.template

@@ -138,7 +138,7 @@ acl_check_rcpt:
 acl_check_data:
 .ifdef CLAMD
   deny   message        = Message contains a virus ($malware_name) and has been rejected
-         malware        = *
+         malware        = */defer_ok
          condition      = ${if eq{$acl_m0}{yes}{yes}{no}}
 .endif