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
Hintsdb transactions
[exim.git]
/
test
/
confs
/
2149
diff --git
a/test/confs/2149
b/test/confs/2149
index 9fa4fbf5a3e1c03f03b0a68d8fa100f8afa3abc9..1782391decc4c77be63e9fbae64c00e46cee7b90 100644
(file)
--- a/
test/confs/2149
+++ b/
test/confs/2149
@@
-10,12
+10,12
@@
primary_hostname = myhost.test.ex
acl_smtp_rcpt = accept
acl_smtp_rcpt = accept
-queue_only
-queue_run_in_order
+tls_advertise_hosts = *
+tls_certificate = DIR/aux-fixed/cert1
-tls_advertise_hosts = *
-tls_
certificate = DIR/aux-fixed/cert1
-tls_dhparam = ${if eq {SERVER}{server}{DIR/aux-fixed/dh1}fail}
+.ifdef DATA
+tls_
eccurve = DATA
+.endif
# ----- Routers -----
# ----- Routers -----
@@
-23,34
+23,28
@@
tls_dhparam = ${if eq {SERVER}{server}{DIR/aux-fixed/dh1}fail}
begin routers
client:
begin routers
client:
- driver = accept
- condition = ${if eq {SERVER}{server}{no}{yes}}
+ driver =
accept
+ condition =
${if eq {SERVER}{server}{no}{yes}}
retry_use_local_part
retry_use_local_part
- transport = send_to_server
+ transport = send_to_server
+ errors_to = ""
server:
server:
- driver = accept
- retry_use_local_part
- transport = local_delivery
-
+ driver = redirect
+ data = :blackhole:
# ----- Transports -----
begin transports
# ----- Transports -----
begin transports
-local_delivery:
- driver = appendfile
- file = DIR/test-mail/${bless:$local_part}
- headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn
- user = CALLER
-
send_to_server:
send_to_server:
- driver = smtp
+ driver =
smtp
allow_localhost
allow_localhost
- hosts = 127.0.0.1
- port = PORT_D
- hosts_try_fastopen = :
+ hosts =
127.0.0.1
+ port =
PORT_D
+ hosts_try_fastopen =
:
tls_verify_certificates = DIR/aux-fixed/cert1
tls_verify_cert_hostnames = :
tls_verify_certificates = DIR/aux-fixed/cert1
tls_verify_cert_hostnames = :
+ hosts_require_tls = *
# End
# End