git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Log auth data in rejectlog.
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0527
1
# callout with no transport
2
need_ipv4
3
#
4
server PORT_S
5
220 Welcome
6
HELO
7
250 Hi
8
MAIL FROM
9
250 OK
10
RCPT TO
11
550 unrouteable address
12
QUIT
13
221 Bye
14
****
15
exim -bs
16
mail from:<unknown@x.x.x.x>
17
rcpt to:<unknown@u.u.u.u>
18
quit
19
****