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

.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  logwrite = helo $sender_helo_name dnssec <$sender_helo_dnssec>

# End