Fix broken doc links and http→https where possible
[exim.git] / test / confs / 9300
... / ...
CommitLineData
1# Exim test configuration 9300
2
3SERVER=
4
5.include DIR/aux-var/std_conf_prefix
6
7primary_hostname = myhost.test.ex
8
9# ----- Main settings -----
10
11
12# ----- Authentication -----
13
14begin authenticators
15
16sasl1:
17 driver = cyrus_sasl
18 public_name = ANONYMOUS
19 server_set_id = $auth1
20
21sasl2:
22 driver = cyrus_sasl
23 public_name = PLAIN
24 server_set_id = $auth1
25
26# End