TLS: when tls_certificates unset, generate a selfsigned cert
[exim.git] / test / confs / 0549
CommitLineData
cf8b11a5
PH
1# Exim test configuration 0549
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
cf8b11a5
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
cf8b11a5
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
cf8b11a5
PH
12
13# ----- Main settings -----
14
15acl_smtp_connect = check_connect
16
17
18# ----- ACL -----
19
20begin ACL
21
22check_connect:
23 accept hosts = 127.0.0.1
24 control = no_pipelining
25 accept
26
27# End