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
12 mail from:ralph@dustyshoes.tld
13 rcpt to:bob@anotherone.tld
15 This is a test message.
17 This is the last line.
20 mail from:peter@dustybelt.tld
21 rcpt to:bob@anotherone.tld
25 This is a second test message.
28 mail from:ralph@dustyshoes.tld
29 rcpt to:bob@anotherone.tld
34 This is a third test message.
37 mail from:peter@dustybelt.tld
38 rcpt to:bob@anotherone.tld
42 This is a secondA test message.
45 mail from:ralph@dustyshoes.tld
46 rcpt to:bob@anotherone.tld
51 This is a fourth test message.
54 mail from:ralph@dustyshoes.tld
55 rcpt to:bob@anotherone.tld
60 This is a fifth test message.