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
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
55 MAIL FROM:<usere@ok.example>
57 RCPT TO:<userf@test.ex>