projects
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.exim.org/home/git/exim
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0179
1
# -qqf
2
need_ipv4
3
#
4
exim -odq userx@domain.com
5
.
6
****
7
exim -odq abcd@domain.com
8
.
9
****
10
server PORT_S
11
220 ESMTP
12
EHLO
13
250-OK
14
250 HELP
15
MAIL FROM:
16
250 Sender OK
17
RCPT TO:
18
250 Recipient OK
19
DATA
20
350 Send message
21
.
22
250 OK
23
MAIL FROM:
24
250 Sender OK
25
RCPT TO:
26
250 Recipient OK
27
DATA
28
350 Send message
29
.
30
250 OK
31
QUIT
32
250 OK
33
****
34
exim -odi -qqf
35
****