git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
On a host lookup name->MX->A->ip sequence, require both stages to
[users/jgh/exim.git]
/
test
/
confs
/
5850
diff --git
a/test/confs/5850
b/test/confs/5850
index 53cb78ae182c5e231c54d0b2efa2714a9b752923..0b132e29e26a712dfa00115a94a9399c1d4d27f7 100644
(file)
--- a/
test/confs/5850
+++ b/
test/confs/5850
@@
-37,9
+37,11
@@
tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
begin routers
client:
begin routers
client:
- driver =
accept
+ driver =
dnslookup
condition = ${if eq {SERVER}{server}{no}{yes}}
condition = ${if eq {SERVER}{server}{no}{yes}}
- retry_use_local_part
+# retry_use_local_part
+ dnssec_request_domains = *
+ self = send
transport = send_to_server
server:
transport = send_to_server
server:
@@
-54,7
+56,7
@@
begin transports
send_to_server:
driver = smtp
allow_localhost
send_to_server:
driver = smtp
allow_localhost
- hosts = 127.0.0.1
+
#
hosts = 127.0.0.1
port = PORT_D
# tls_certificate = DIR/aux-fixed/cert2
# tls_privatekey = DIR/aux-fixed/cert2
port = PORT_D
# tls_certificate = DIR/aux-fixed/cert2
# tls_privatekey = DIR/aux-fixed/cert2