TLS: when tls_certificates unset, generate a selfsigned cert
[exim.git] / test / confs / 9300
... / ...
CommitLineData
1# Exim test configuration 9300
2
3SERVER=
4
5exim_path = EXIM_PATH
6keep_environment =
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13tls_advertise_hosts =
14
15# ----- Main settings -----
16
17
18# ----- Authentication -----
19
20begin authenticators
21
22sasl1:
23 driver = cyrus_sasl
24 public_name = ANONYMOUS
25 server_set_id = $auth1
26
27sasl2:
28 driver = cyrus_sasl
29 public_name = PLAIN
30 server_set_id = $auth1
31
32# End