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
Testsuite: handle non-exim-writable testcase spoolfiles
[users/jgh/exim.git]
/
test
/
confs
/
0900
diff --git
a/test/confs/0900
b/test/confs/0900
index 869084dd8113b4597afdeb667ce36acbdd8b41f6..ce6f2c3795b2670aef5508272592d6c30122c930 100644
(file)
--- a/
test/confs/0900
+++ b/
test/confs/0900
@@
-16,6
+16,12
@@
tls_advertise_hosts = ${if eq {SRV}{tls} {*}}
.ifdef _HAVE_REQTLS
tls_advertise_requiretls = :
.endif
.ifdef _HAVE_REQTLS
tls_advertise_requiretls = :
.endif
+.ifdef _HAVE_PIPE_CONNECT
+pipelining_connect_advertise_hosts = :
+.endif
+.ifdef _HAVE_DMARC
+dmarc_tld_file =
+.endif
# ----- Main settings -----
# ----- Main settings -----
@@
-112,6
+118,7
@@
remote_smtp_dkim:
command_timeout = 2s
final_timeout = 2s
command_timeout = 2s
final_timeout = 2s
+.ifdef _HAVE_DKIM
.ifdef SRV
dkim_domain = test.ex
dkim_selector = sel
.ifdef SRV
dkim_domain = test.ex
dkim_selector = sel
@@
-120,6
+127,7
@@
remote_smtp_dkim:
dkim_sign_headers = LIST
.endif
.endif
dkim_sign_headers = LIST
.endif
.endif
+.endif
# ----- Retry -----
# ----- Retry -----