TLS: variables $tls_(in,out)_tlsver
[exim.git] / test / confs / 0619
CommitLineData
049782c0
JH
1# Exim test configuration 0619
2
3LOG_SELECTOR=
4
5keep_environment = PATH
6exim_path = EXIM_PATH
7spool_directory = DIR/spool
8
9log_file_path = DIR/spool/log/%slog
10
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13chunking_advertise_hosts =
14tls_advertise_hosts =
15
590fd9ee
JH
16.ifdef _HAVE_DMARC
17dmarc_tld_file =
18.endif
19
049782c0
JH
20primary_hostname = myhost.test.ex
21queue_only
22
23# ----- Main settings -----
24
25log_selector = LOG_SELECTOR
26
27acl_not_smtp = accept
28
29
30# End