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

.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