hosts_require_helo
[exim.git] / test / scripts / 0000-Basic / 0610
1 # retry: transport with fixed interface
2 # Exim test configuration 0610
3 #
4 exim -DSERVER=server -bd -oX PORT_D
5 ****
6 #
7 exim -bs
8 HELO test
9 MAIL FROM:<t1@dustyshoes.tld>
10 RCPT TO:<fred@anotherone.tld>
11 DATA
12 This is a test message.
13 .
14 RSET
15 MAIL FROM:<t2@dustybelt.tld>
16 RCPT TO:<fred@anotherone.tld>
17 DATA
18 Subject: second
19
20 This is a second test message.
21 .
22 QUIT
23 ****
24 #
25 #
26 exim -qq
27 ****
28 #
29 # Should get two separate retry records.
30 dump retry
31 #
32 #
33 killdaemon
34 no_msglog_check