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

.include DIR/aux-var/std_conf_prefix


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

acl_smtp_etrn = check_etrn
no_smtp_etrn_serialize
smtp_etrn_command = /some/non-existent/file
trusted_users = CALLER

# ------ ACL ------

begin acl

check_etrn:
  accept   hosts = localhost

# End