git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: auto-detect the Exim binary in ../src/build*
[exim.git]
/
test
/
scripts
/
3400-plaintext
/
3412
1
# bounce_sender_authentication
2
need_ipv4
3
#
4
server PORT_S
5
220 ESMTP
6
EHLO
7
250-OK
8
250-HELP
9
250 AUTH PLAIN
10
AUTH PLAIN
11
254 Authentication OK
12
MAIL FROM:
13
250 Sender OK
14
RCPT TO:
15
250 Recipient OK
16
DATA
17
354 Send data
18
.
19
250 OK
20
QUIT
21
250 OK
22
****
23
exim -odi x@test.ex
24
****