summaryrefslogtreecommitdiff
path: root/test/scripts/3400-plaintext/3412
blob: a551ad28c8657933bbeca39a38398374c1973468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# bounce_sender_authentication
need_ipv4
#
server PORT_S
220 ESMTP
EHLO
250-OK
250-HELP
250 AUTH PLAIN
AUTH PLAIN
254 Authentication OK
MAIL FROM:
250 Sender OK
RCPT TO:
250 Recipient OK
DATA
354 Send data
.
250 OK
QUIT
250 OK
****
exim -odi x@test.ex
****