1 # retry: transport with fixed interface
2 # Exim test configuration 0610
4 exim -DSERVER=server -DDELAY=y -bd -oX PORT_D
9 MAIL FROM:<t1@dustyshoes.tld>
10 RCPT TO:<fred@anotherone.tld>
12 This is a test message.
15 MAIL FROM:<t2@dustybelt.tld>
16 RCPT TO:<fred@anotherone.tld>
20 This is a second test message.
29 # Should get two separate retry records.
32 # Arrange final delivery of both; retry records should be removed.
35 exim -DSERVER=server -bd -oX PORT_D
40 # just so the output is hard to misread