summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0388
blob: ec2d798fdda257a230ca5ac0310b3faa692b85c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Recipient errors and hosts_max_try
need_ipv4
#
exim -odq x@y
****
sleep 2
server PORT_S
220 Server ready
EHLO
250 OK
MAIL FROM
250 OK
RCPT TO
451 Temporary error
QUIT
250 OK
****
exim -odi -d-deliver-transport -M $msg1
****