mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
exim_forwarding.patch
This commit is contained in:
parent
cd5cc2eda4
commit
a235ba6384
1 changed files with 14 additions and 0 deletions
14
src/deb/for-download/tools/patches/exim_forwarding.patch
Normal file
14
src/deb/for-download/tools/patches/exim_forwarding.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- old 2023-03-23 14:17:42.536656160 +0100
|
||||
+++ new 2023-03-24 23:07:08.186018906 +0100
|
||||
@@ -140,6 +140,11 @@
|
||||
|
||||
warn set acl_m3 = no
|
||||
|
||||
+ warn !authenticated = *
|
||||
+ hosts = !+relay_from_hosts
|
||||
+ condition = ${lookup{$local_part@$domain}lsearch{/etc/exim4/domains/$domain/aliases}{true}{false}}
|
||||
+ set acl_m3 = yes
|
||||
+
|
||||
deny message = Restricted characters in address
|
||||
domains = +local_domains
|
||||
local_parts = ^[.] : ^.*[@%!/|]
|
Loading…
Add table
Add a link
Reference in a new issue