git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'exim-4.96+security' into master+security
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0179
1
# -qqf (+outgoing_port +incoming_interface)
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
****
36
#
37
# Defer from receiving host
38
exim -odq userz@domain.com
39
.
40
****
41
server PORT_S
42
220 ESMTP
43
EHLO
44
250-OK
45
250 HELP
46
MAIL FROM:
47
450 not right now, sorry
48
QUIT
49
250 OK
50
****
51
exim -odi -qqf
52
****
53
#
54
# Deny from receiving host
55
server PORT_S
56
220 ESMTP
57
EHLO
58
250-OK
59
250 HELP
60
MAIL FROM:
61
250 Sender OK
62
RCPT TO:
63
550 Recipient refused
64
QUIT
65
250 OK
66
****
67
exim -odi -qqf
68
****
69
#
70
no_msglog_check