Update exim_forwarding.patch

This commit is contained in:
myvesta 2023-03-29 15:48:42 +02:00 committed by GitHub
commit a47603156d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
--- old 2023-03-23 14:17:42.536656160 +0100 --- old 2023-03-23 14:17:42.536656160 +0100
+++ new 2023-03-24 23:07:08.186018906 +0100 +++ new 2023-03-24 23:07:08.186018906 +0100
@@ -140,6 +140,11 @@ @@ -140,6 +140,11 @@
warn set acl_m3 = no warn set acl_m3 = no
+ warn !authenticated = * + warn !authenticated = *
+ hosts = !+relay_from_hosts + hosts = !+relay_from_hosts
+ condition = ${lookup{$local_part@$domain}lsearch{/etc/exim4/domains/$domain/aliases}{true}{false}} + condition = ${lookup{$local_part@$domain}lsearch{/etc/exim4/domains/$domain/aliases}{true}{false}}