summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0179
blob: 58d869b4d0227146726a731da53ef0d2b780631a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# -qqf 
need_ipv4
#
exim -odq userx@domain.com
.
****
exim -odq abcd@domain.com
.
****
server PORT_S
220 ESMTP
EHLO
250-OK
250 HELP
MAIL FROM:
250 Sender OK
RCPT TO:
250 Recipient OK
DATA
350 Send message
.
250 OK
MAIL FROM:
250 Sender OK
RCPT TO:
250 Recipient OK
DATA
350 Send message
.
250 OK
QUIT
250 OK
****
exim -odi -qqf
****