blob: eb289faae253fab90a30a0285bf2b8f53d51bd9d (
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
LOG: MAIN
<= CALLER@test.ex U=CALLER P=local S=sss
delivering 10HmaX-0005vi-00
Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
SMTP<< 220 Server ready
SMTP>> EHLO myhost.test.ex
SMTP<< 250-server id
250-PIPELINING
250 OK
SMTP|> MAIL FROM:<CALLER@test.ex>
SMTP|> RCPT TO:<userx@test.ex>
SMTP>> DATA
SMTP<< 250 OK
SMTP<< 250 OK
SMTP<< 500 NO
SMTP+> QUIT
SMTP(shutdown)>>
SMTP<< 200 OK
SMTP(close)>>
cmdlog: '220:EHLO:250-:MAIL|:RCPT|:DATA:250:250:500:QUIT:200'
LOG: MAIN
** userx@test.ex R=r1 T=t1 H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after pipelined DATA: 500 NO
LOG: MAIN
<= <> R=10HmaX-0005vi-00 U=EXIMUSER P=local S=sss
delivering 10HmaY-0005vi-00
Connecting to 127.0.0.1 [127.0.0.1]:1224 ... failed: Connection refused
LOG: MAIN
H=127.0.0.1 [127.0.0.1] Connection refused
LOG: MAIN
== CALLER@test.ex R=r1 T=t1 defer (dd): Connection refused
LOG: MAIN
** CALLER@test.ex: retry timeout exceeded
LOG: MAIN
CALLER@test.ex: error ignored
LOG: MAIN
Completed
LOG: MAIN
Completed
LOG: MAIN
<= CALLER@test.ex U=CALLER P=local S=sss
delivering 10HmaZ-0005vi-00
Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
SMTP<< 220 Server ready
SMTP>> EHLO myhost.test.ex
SMTP<< 250-server id
250 OK
SMTP>> MAIL FROM:<CALLER@test.ex>
SMTP<< 250 OK
SMTP>> RCPT TO:<usery@test.ex>
SMTP<< 250 OK
SMTP>> DATA
SMTP<< 500 NO
SMTP+> QUIT
SMTP(shutdown)>>
SMTP<< 200 OK
SMTP(close)>>
cmdlog: '220:EHLO:250-:MAIL:250:RCPT:250:DATA:500:QUIT:200'
LOG: MAIN
** usery@test.ex R=r1 T=t1 H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after DATA: 500 NO
LOG: MAIN
<= <> R=10HmaZ-0005vi-00 U=EXIMUSER P=local S=sss
delivering 10HmbA-0005vi-00
Connecting to 127.0.0.1 [127.0.0.1]:1224 ... failed: Connection refused
LOG: MAIN
H=127.0.0.1 [127.0.0.1] Connection refused
LOG: MAIN
== CALLER@test.ex R=r1 T=t1 defer (dd): Connection refused
LOG: MAIN
** CALLER@test.ex: retry timeout exceeded
LOG: MAIN
CALLER@test.ex: error ignored
LOG: MAIN
Completed
LOG: MAIN
Completed
|