1 # client: callout lazy-close, smtp send
4 # a recipient verify and continued-delivery
6 # a tls-capable target for the verify/delivery connection on PORT_D
7 # plus a daemon under test on PORT_S
8 exim -bd -DSERVER=server -oX PORT_D:PORT_S
11 client 127.0.0.1 PORT_S
20 MAIL FROM:<userc@ok.example>
22 RCPT TO:<userd@test.ex>
40 # smtp send, deliver_drop_priv
41 exim -bd -DSERVER=server -DOPT=deliver_drop_privilege -oX PORT_D:PORT_S
44 client 127.0.0.1 PORT_S
53 MAIL FROM:<usere@ok.example>
55 RCPT TO:<userf@test.ex>