Add $smtp_command_history variable
[exim.git] / test / confs / 0549
1 # Exim test configuration 0549
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 acl_smtp_connect = check_connect
10
11
12 # ----- ACL -----
13
14 begin ACL
15
16 check_connect:
17 accept hosts = 127.0.0.1
18 control = no_pipelining
19 accept
20
21 # End