X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4ed8d31a9ccdfc4a948703fd8ac3f7cb6b8fdf8e..36237af9cff98b4df7a8535d0dc199e499abd986:/test/scripts/5400-cutthrough/5402 diff --git a/test/scripts/5400-cutthrough/5402 b/test/scripts/5400-cutthrough/5402 index d670abf4e..1113c6d32 100644 --- a/test/scripts/5400-cutthrough/5402 +++ b/test/scripts/5400-cutthrough/5402 @@ -1,24 +1,49 @@ -# cutthrough_delivery to target oferring TLS -exim -DSERVER=server -bd -oX PORT_D +# cutthrough_delivery vs. recipient-verify cache entry +need_ipv4 +# +# Set up callout cache +# +server PORT_S +220 ESMTP +EHLO +250 OK +MAIL FROM: +250 Sender OK +RCPT TO: +250 Recipient OK +QUIT +250 OK **** -exim -d-all+acl+transport+expand+lists -bs +exim -bs -odf EHLO myhost.test.ex -MAIL FROM: -RCPT TO: +MAIL FROM: +RCPT TO: +QUIT +**** +# +# Send message with cutthrough +# +server PORT_S +220 ESMTP +EHLO +250 OK +MAIL FROM: +250 Sender OK +RCPT TO: +250 Recipient OK DATA - +354 Send data . +250 OK QUIT +250 OK **** -# via a transport setting never-tls -exim -d-all+acl+transport+expand+lists -bs +exim -DOPT=CUTTHROUGH -bs -odf EHLO myhost.test.ex -MAIL FROM: -RCPT TO: +MAIL FROM: +RCPT TO: DATA . QUIT **** -killdaemon -no_msglog_check