Add $smtp_command_history variable
[exim.git] / test / confs / 3201
CommitLineData
afda344b
PH
1# Exim test configuration 3201
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7
8# ----- Main settings -----
9
10acl_smtp_connect = connect${substr_7:$sender_host_address}
11
12
13# ----- ACL -----
14
15begin acl
16
17connect1:
18 deny hosts = testdb;fail
19
20connect2:
21 deny hosts = net-testdb;fail
22
23# End