Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / scripts / 0000-Basic / 0614
CommitLineData
ce325893
JH
1# hosts_connection_nolog versus sender_host lists caching
2exim -bd -DSERVER=server -oX PORT_D
3****
4#
5# Will not log connection due to hosts_connection_nolog
6client 127.0.0.1 PORT_D
7??? 220
8QUIT
9****
10#
11# Connection should be logged
12client HOSTIPV4 PORT_D
13??? 220
14QUIT
15****
16#
17killdaemon