debian experimental exim-daemon-heavy config
[exim.git] / test / confs / 4060
CommitLineData
ee8b8090
JH
1# test config 4060
2# Pipelining the early part of the SMTP conversation, starttls
3
4CONTROL=*
5OPT=
cb6bd80f 6CONNECTCOND=
ee8b8090
JH
7
8keep_environment = PATH
9exim_path = EXIM_PATH
10host_lookup_order = bydns
11spool_directory = DIR/spool
12
13.ifdef SERVER
14log_file_path = DIR/spool/log/SERVER%slog
15.else
16log_file_path = DIR/spool/log/%slog
17.endif
18
19gecos_pattern = ""
20gecos_name = CALLER_NAME
21dns_cname_loops = 9
22chunking_advertise_hosts = OPT
23tls_advertise_hosts = *
24tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
25
590fd9ee
JH
26.ifdef _HAVE_DMARC
27dmarc_tld_file =
28.endif
29
cb6bd80f 30# Avoid ECDHE key-exchange so that we can wireshark-decode (not TLS1.3)
ee8b8090
JH
31.ifdef _HAVE_GNUTLS
32tls_require_ciphers = NORMAL:-KX-ALL:+RSA
ac35befe
JH
33.else
34tls_require_ciphers = DEFAULT:!kECDHE
ee8b8090
JH
35.endif
36
4ca005cd 37pipelining_connect_advertise_hosts = CONTROL
cb6bd80f 38log_selector = +received_recipients +millisec +pipelining
ee8b8090
JH
39queue_only
40
41acl_smtp_rcpt = accept
42
43#
44begin routers
45
46server:
47 driver = redirect
48 condition = ${if eq {SERVER}{server}}
49 data = :blackhole:
50
51client:
52 driver = manualroute
53 route_data = 127.0.0.1::PORT_D
54 self = send
55 transport = smtp
56
57#
58begin transports
59
60smtp:
61 driver = smtp
cb6bd80f 62 hosts_try_fastopen = CONNECTCOND
ee8b8090
JH
63 hosts_pipe_connect = CONTROL
64 tls_verify_hosts =
65 tls_try_verify_hosts =
66