summaryrefslogtreecommitdiff
path: root/test/confs/3800
blob: 086b506c6a35e1f4f1cc11c908534a1dbaa9500b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Exim test configuration 9300

SERVER=

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

# ----- Main settings -----


# ----- Authentication -----

begin authenticators

sasl1:
  driver = cyrus_sasl
  public_name = ANONYMOUS
  server_set_id = $auth1

sasl2:
  driver = cyrus_sasl
  public_name = PLAIN
  server_set_id = $auth1

# End