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
21 MAIL FROM:<userc@ok.example>
23 RCPT TO:<userd@test.ex>
41 # smtp send, deliver_drop_priv
42 exim -bd -DSERVER=server -DOPT=deliver_drop_privilege -oX PORT_D:PORT_S
45 client 127.0.0.1 PORT_S
54 MAIL FROM:<usere@ok.example>
56 RCPT TO:<userf@test.ex>