1 # retry: transport identity depending on sender
2 # Exim test configuration 0603
4 # Add several messages going to the same location
5 # And change smtp output based on senders domain
7 exim -DSERVER=server -bd -oX PORT_D
11 mail from:ralph@dustyshoes.tld
12 rcpt to:bob@anotherone.tld
14 This is a test message.
16 This is the last line.
19 mail from:peter@dustybelt.tld
20 rcpt to:bob@anotherone.tld
24 This is a second test message.
27 mail from:ralph@dustyshoes.tld
28 rcpt to:bob@anotherone.tld
33 This is a third test message.
36 mail from:peter@dustybelt.tld
37 rcpt to:bob@anotherone.tld
41 This is a secondA test message.
44 mail from:ralph@dustyshoes.tld
45 rcpt to:bob@anotherone.tld
50 This is a fourth test message.
53 mail from:ralph@dustyshoes.tld
54 rcpt to:bob@anotherone.tld
59 This is a fifth test message.