git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use pool storage for regex operations
[exim.git]
/
test
/
confs
/
1110
diff --git
a/test/confs/1110
b/test/confs/1110
index 64309442e69a3a09d527e9a949038fd4a7aeb9ec..30d1c3a2db1655471d1d59105c49821615d5f9f1 100644
(file)
--- a/
test/confs/1110
+++ b/
test/confs/1110
@@
-17,7
+17,7
@@
tls_certificate = DIR/aux-fixed/cert1
tls_privatekey = DIR/aux-fixed/cert1
tls_verify_hosts = HOSTIPV4
tls_privatekey = DIR/aux-fixed/cert1
tls_verify_hosts = HOSTIPV4
-tls_verify_certificates = DIR/aux-fixed/
cert2
+tls_verify_certificates = DIR/aux-fixed/
exim-ca/example.org/server2.example.org/ca_chain.pem
# ------ ACL ------
# ------ ACL ------
@@
-47,7
+47,8
@@
begin transports
local_delivery:
driver = appendfile
local_delivery:
driver = appendfile
- file = DIR/test-mail/${bless:$local_part}
+ file = DIR/test-mail/$local_part
+ create_file = DIR/test-mail
.ifdef _HAVE_GNUTLS
headers_add = TLS: cipher=$tls_cipher peerdn/cn '${listextract {-1} {<, $tls_in_peerdn}}'
.endif
.ifdef _HAVE_GNUTLS
headers_add = TLS: cipher=$tls_cipher peerdn/cn '${listextract {-1} {<, $tls_in_peerdn}}'
.endif