summaryrefslogtreecommitdiff
path: root/test/confs/0541
blob: 73e8284d9a00d2d3f52940da6a6a5d1a387c53d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Exim test configuration 0541

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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

acl_smtp_helo = check_helo


# ----- ACLs -----

begin acl

check_helo:
  require verify = helo
  accept

# End