summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0358
blob: 7571c277f550b76947182b6f36915e2ba2c6315e (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
# retrying address errors (not first address)
need_ipv4
#
server PORT_S
220 ESMTP
EHLO
250 HELP
MAIL
250 OK
RCPT
451 Temporary error
RCPT
451 Temporary error
QUIT
250 OK
****
exim -odi -d-all+retry userx usery
Testing 1
****
dump retry
sleep 4
server PORT_S
220 ESMTP
EHLO
250 HELP
MAIL
250 OK
RCPT
451 Temporary error
RCPT
451 Temporary error
QUIT
250 OK
****
exim -q -d-all+retry
Testing 1
****
dump retry
no_msglog_check