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

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex


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

acl_smtp_connect = connect${substr_7:$sender_host_address}


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

begin acl

connect1:
  deny  hosts = testdb;fail

connect2:
  deny  hosts = net-testdb;fail

# End