Skip to content

Commit b5c6c6c

Browse files
committed
Tell Exim to not to deny emails if ClamAV is unavailable or busy.
1 parent 7ba239e commit b5c6c6c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

install/debian/8/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ acl_check_rcpt:
138138
acl_check_data:
139139
.ifdef CLAMD
140140
deny message = Message contains a virus ($malware_name) and has been rejected
141-
malware = *
141+
malware = */defer_ok
142142
condition = ${if eq{$acl_m0}{yes}{yes}{no}}
143143
.endif
144144

install/debian/9/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ acl_check_rcpt:
138138
acl_check_data:
139139
.ifdef CLAMD
140140
deny message = Message contains a virus ($malware_name) and has been rejected
141-
malware = *
141+
malware = */defer_ok
142142
condition = ${if eq{$acl_m0}{yes}{yes}{no}}
143143
.endif
144144

install/ubuntu/14.04/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ acl_check_rcpt:
138138
acl_check_data:
139139
.ifdef CLAMD
140140
deny message = Message contains a virus ($malware_name) and has been rejected
141-
malware = *
141+
malware = */defer_ok
142142
condition = ${if eq{$acl_m0}{yes}{yes}{no}}
143143
.endif
144144

install/ubuntu/16.04/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ acl_check_rcpt:
138138
acl_check_data:
139139
.ifdef CLAMD
140140
deny message = Message contains a virus ($malware_name) and has been rejected
141-
malware = *
141+
malware = */defer_ok
142142
condition = ${if eq{$acl_m0}{yes}{yes}{no}}
143143
.endif
144144

install/ubuntu/18.04/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ acl_check_rcpt:
138138
acl_check_data:
139139
.ifdef CLAMD
140140
deny message = Message contains a virus ($malware_name) and has been rejected
141-
malware = *
141+
malware = */defer_ok
142142
condition = ${if eq{$acl_m0}{yes}{yes}{no}}
143143
.endif
144144

0 commit comments

Comments
 (0)