testsuite: abstract out common conf settings
[exim.git] / test / scripts / 0000-Basic / 0606
1 # dns log long lookups
2 # Exim test configuration 0606
3 #
4 munge delay_1500
5 #
6 exim -bh 127.0.0.1
7 helo test
8 mail from:<ralph@dustyshoes.tld>
9 rcpt to:<should_log@delay1500.test.ex>
10 quit
11 ****
12 #
13 #
14 exim -bh 127.0.0.1
15 helo test
16 mail from:<ralph@dustyshoes.tld>
17 rcpt to:<should_not_log@delay500.test.ex>
18 quit
19 ****