testcase
[exim.git] / test / scripts / 3400-plaintext / 3405
CommitLineData
59371ea7
PH
1# -Mas -Mai (untrusted caller)
2need_ipv4
3#
4server PORT_S
5220 ESMTP
6EHLO
7250-OK
8250-HELP
9250 AUTH PLAIN
10AUTH PLAIN AHVzZXJ4AHNlY3JldA==
11235 Authentication successful
12MAIL FROM:
13250 Sender OK
14RCPT TO:
15250 Recipient OK
16DATA
17354 Send data
18.
19250 OK
20QUIT
21250 OK
22****
23exim -odi userx@domain.com
24.
25****
26server PORT_S
27220 ESMTP
28EHLO
29250-OK
30250-HELP
31250 AUTH PLAIN
32AUTH PLAIN AHVzZXJ4AHNlY3JldA==
33235 Authentication successful
34MAIL FROM:
35250 Sender OK
36RCPT TO:
37250 Recipient OK
38DATA
39354 Send data
40.
41250 OK
42QUIT
43250 OK
44****
45exim -oMas xxx@yyy -oMai zzz -odi userx@domain.com
46.
47****