git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc typo in $load_average
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0033
1
# one-time and -qq
2
need_ipv4
3
#
4
exim -odq list@test.ex
5
.
6
****
7
server PORT_S
8
220 ESMTP
9
EHLO
10
250-OK
11
250-HELP
12
250 AUTH PLAIN
13
MAIL FROM:
14
250 Sender OK
15
RCPT TO:
16
250 Recipient OK
17
RCPT TO:
18
250 Recipient OK
19
DATA
20
354 Send data
21
.
22
250 OK
23
QUIT
24
250 OK
25
****
26
exim -q
27
****
28
exim -odq list@test.ex
29
.
30
****
31
server PORT_S
32
220 ESMTP
33
EHLO
34
250-OK
35
250-HELP
36
250 AUTH PLAIN
37
MAIL FROM:
38
250 Sender OK
39
RCPT TO:
40
250 Recipient OK
41
RCPT TO:
42
250 Recipient OK
43
DATA
44
354 Send data
45
.
46
250 OK
47
QUIT
48
250 OK
49
****
50
exim -qq
51
****