Merge branch 'master' into 4.next
[exim.git] / test / confs / 9300
1 # Exim test configuration 9300
2
3 SERVER=
4
5 .include DIR/aux-var/std_conf_prefix
6
7 primary_hostname = myhost.test.ex
8
9 # ----- Main settings -----
10
11
12 # ----- Authentication -----
13
14 begin authenticators
15
16 sasl1:
17 driver = cyrus_sasl
18 public_name = ANONYMOUS
19 server_set_id = $auth1
20
21 sasl2:
22 driver = cyrus_sasl
23 public_name = PLAIN
24 server_set_id = $auth1
25
26 # End