git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
appendfile: tidying
[users/jgh/exim.git]
/
test
/
scripts
/
0000-Basic
/
0314
1
# host_reject_connection
2
need_ipv4
3
exim -DSERVER=server -bd -oX PORT_D
4
****
5
client 127.0.0.1 PORT_D
6
??? 554
7
****
8
client HOSTIPV4 PORT_D
9
??? 220
10
****
11
killdaemon
12
exim -DSERVER=server -DLOG_SELECTOR=-connection_reject -bd -oX PORT_D
13
****
14
client 127.0.0.1 PORT_D
15
??? 554
16
****
17
killdaemon