Testsuite: avoid one fixed UID
[exim.git] / test / aux-var-src / tls_conf_prefix
1 keep_environment = PATH:EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK
2 add_environment = SSLKEYLOGFILE=DIR/spool/sslkeys
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6
7 .ifdef SERVER
8 log_file_path = DIR/spool/log/SERVER%slog
9 .else
10 log_file_path = DIR/spool/log/%slog
11 .endif
12
13 gecos_pattern = ""
14 gecos_name = CALLER_NAME
15 dns_cname_loops = 9
16 chunking_advertise_hosts =
17
18 .ifdef _HAVE_REQTLS
19 tls_advertise_requiretls =
20 .endif
21 .ifdef _HAVE_PIPE_CONNECT
22 pipelining_connect_advertise_hosts = :
23 .endif
24 .ifdef _HAVE_DMARC
25 dmarc_tld_file =
26 .endif