git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DANE: force SNI to use $domain. Bug 2265
[users/heiko/exim.git]
/
test
/
confs
/
0137
diff --git
a/test/confs/0137
b/test/confs/0137
index 1a2094ef372227b7de9108bbb32399032cfc66d2..faab263aacb545690cb5a75e81aa63e370e0a6df 100644
(file)
--- a/
test/confs/0137
+++ b/
test/confs/0137
@@
-8,6
+8,7
@@
log_selector = +subject
domainlist local_domains = test.ex
qualify_domain = test.ex
log_selector = +subject
domainlist local_domains = test.ex
qualify_domain = test.ex
+untrusted_set_sender = *
# ----- Routers -----
# ----- Routers -----
@@
-17,7
+18,10
@@
begin routers
smart:
driver = accept
retry_use_local_part
smart:
driver = accept
retry_use_local_part
- transport = $h_transport:
+ transport = ${if eq {t1}{$sender_address_local_part} {local_delivery} \
+ {${if eq {t2}{$sender_address_local_part} {local_delivery_fcntl} \
+ {${if eq {t3}{$sender_address_local_part} {local_delivery_fcntl_blocking} \
+ {} }}}}}
# ----- Transports -----
# ----- Transports -----
@@
-26,14
+30,14
@@
begin transports
local_delivery:
driver = appendfile
local_delivery:
driver = appendfile
- file = DIR/test-mail/$
local_part
+ file = DIR/test-mail/$
{bless:$local_part}
lock_interval = 1s
lock_retries = 2
user = CALLER
local_delivery_fcntl:
driver = appendfile
lock_interval = 1s
lock_retries = 2
user = CALLER
local_delivery_fcntl:
driver = appendfile
- file = DIR/test-mail/$
local_part
+ file = DIR/test-mail/$
{bless:$local_part}
lock_interval = 1s
lock_retries = 2
no_use_lockfile
lock_interval = 1s
lock_retries = 2
no_use_lockfile
@@
-41,7
+45,7
@@
local_delivery_fcntl:
local_delivery_fcntl_blocking:
driver = appendfile
local_delivery_fcntl_blocking:
driver = appendfile
- file = DIR/test-mail/$
local_part
+ file = DIR/test-mail/$
{bless:$local_part}
lock_fcntl_timeout = 2s
lock_interval = 1s
lock_retries = 2
lock_fcntl_timeout = 2s
lock_interval = 1s
lock_retries = 2