Get TLS SNI server-switching working with GnuTLS.
[exim.git] / test / confs / 9300
CommitLineData
afda344b
PH
1# Exim test configuration 9300
2
3SERVER=
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
8rfc1413_query_timeout = 0s
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13
14# ----- Main settings -----
15
16
17# ----- Authentication -----
18
19begin authenticators
20
21sasl1:
22 driver = cyrus_sasl
23 public_name = ANONYMOUS
f78eb7c6 24 server_set_id = $auth1
afda344b
PH
25
26sasl2:
27 driver = cyrus_sasl
28 public_name = PLAIN
f78eb7c6 29 server_set_id = $auth1
afda344b
PH
30
31# End