1 # client: callout lazy-close, smtp send
5 # a recipient verify and continued-delivery
7 # a tls-capable target for the verify/delivery connection on PORT_D
8 # plus a daemon under test on PORT_S
9 exim -bd -DSERVER=server -oX PORT_D:PORT_S
12 client 127.0.0.1 PORT_S
22 MAIL FROM:<userc@ok.example>
24 RCPT TO:<userd@test.ex>
42 # smtp send, deliver_drop_priv
43 exim -bd -DSERVER=server -DOPT=deliver_drop_privilege -oX PORT_D:PORT_S
46 client 127.0.0.1 PORT_S
56 MAIL FROM:<usere@ok.example>
58 RCPT TO:<userf@test.ex>