0a14cee24ae2264880d0d81dc64db9dfe5c173c1
[exim.git] / test / aux-var-src / tls_conf_prefix
1 keep_environment = PATH
2 exim_path = EXIM_PATH
3 host_lookup_order = bydns
4 spool_directory = DIR/spool
5
6 .ifdef SERVER
7 log_file_path = DIR/spool/log/SERVER%slog
8 .else
9 log_file_path = DIR/spool/log/%slog
10 .endif
11
12 gecos_pattern = ""
13 gecos_name = CALLER_NAME
14 dns_cname_loops = 9
15 chunking_advertise_hosts =
16
17 .ifdef _HAVE_REQTLS
18 tls_advertise_requiretls =
19 .endif
20 .ifdef _HAVE_PIPE_CONNECT
21 pipelining_connect_advertise_hosts = :
22 .endif