debian experimental exim-daemon-heavy config
[exim.git] / test / scripts / 0000-Basic / 0033
CommitLineData
59371ea7
PH
1# one-time and -qq
2need_ipv4
3#
4exim -odq list@test.ex
5.
6****
7server PORT_S
8220 ESMTP
9EHLO
10250-OK
11250-HELP
12250 AUTH PLAIN
13MAIL FROM:
14250 Sender OK
15RCPT TO:
16250 Recipient OK
17RCPT TO:
18250 Recipient OK
19DATA
20354 Send data
21.
22250 OK
23QUIT
24250 OK
25****
26exim -q
27****
28exim -odq list@test.ex
29.
30****
31server PORT_S
32220 ESMTP
33EHLO
34250-OK
35250-HELP
36250 AUTH PLAIN
37MAIL FROM:
38250 Sender OK
39RCPT TO:
40250 Recipient OK
41RCPT TO:
42250 Recipient OK
43DATA
44354 Send data
45.
46250 OK
47QUIT
48250 OK
49****
50exim -qq
51****