1 # cutthrough_delivery basic operation
19 exim -d-all+acl+transport -bs
21 MAIL FROM:<CALLER@myhost.test.ex>
22 RCPT TO:<userx@domain.com>
28 # cutthrough_delivery into HELO-only server
30 220 SMTP only spoken here
46 exim -d-all+acl+transport -bs
48 MAIL FROM:<CALLER@myhost.test.ex>
49 RCPT TO:<userz@domain.com>
55 # cutthrough cancelled by multiple recipients
82 exim -d-all+acl+transport -bs
84 MAIL FROM:<CALLER@myhost.test.ex>
85 RCPT TO:<usery@domain.com>
86 RCPT TO:<userx@domain.com>
98 # cutthrough_delivery basic operation, again
114 exim -d-all+acl+transport -bs
116 MAIL FROM:<CALLER@myhost.test.ex>
117 RCPT TO:<userx@domain.com>