mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 13:01:51 -07:00
Merge pull request #1663 from serghey-rodin/dpeca-patch-exim-1
Tell Exim to not to deny emails if ClamAV is unavailable or busy
This commit is contained in:
commit
e2e3d1d113
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ acl_check_rcpt:
|
||||||
acl_check_data:
|
acl_check_data:
|
||||||
.ifdef CLAMD
|
.ifdef CLAMD
|
||||||
deny message = Message contains a virus ($malware_name) and has been rejected
|
deny message = Message contains a virus ($malware_name) and has been rejected
|
||||||
malware = *
|
malware = */defer_ok
|
||||||
condition = ${if eq{$acl_m0}{yes}{yes}{no}}
|
condition = ${if eq{$acl_m0}{yes}{yes}{no}}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue