X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e..ee0bbe8dc5170856375348f302ce73535da1bbe9:/test/stderr/0462 diff --git a/test/stderr/0462 b/test/stderr/0462 index 876aacc79..0d6d719cf 100644 --- a/test/stderr/0462 +++ b/test/stderr/0462 @@ -9,17 +9,18 @@ Verifying Ok@localhost >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Considering Ok@localhost Attempting full verification using callout -callout cache: no domain record found -callout cache: no address record found +callout cache: no domain record found for localhost +callout cache: no address record found for Ok@localhost interface=NULL port=1224 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP<< 220 Server ready - SMTP>> HELO myhost.test.ex + SMTP>> EHLO myhost.test.ex SMTP<< 250 OK SMTP>> MAIL FROM:<> SMTP<< 250 OK SMTP>> RCPT TO: SMTP<< 250 OK +Cutthrough cancelled by presence of postmaster verify SMTP>> RSET SMTP<< 250 OK SMTP>> MAIL FROM:<> @@ -40,8 +41,8 @@ Verifying Ok@localhost >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Considering Ok@localhost Attempting full verification using callout -callout cache: found domain record -callout cache: found address record +callout cache: found domain record for localhost +callout cache: found address record for Ok@localhost callout cache: address record is positive LOG: smtp_connection MAIN SMTP connection from root closed by QUIT @@ -57,12 +58,12 @@ Verifying NOTok@elsewhere >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Considering NOTok@elsewhere Attempting full verification using callout -callout cache: no domain record found -callout cache: no address record found +callout cache: no domain record found for elsewhere +callout cache: no address record found for NOTok@elsewhere interface=NULL port=1224 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP<< 220 Server ready - SMTP>> HELO myhost.test.ex + SMTP>> EHLO myhost.test.ex SMTP<< 250 OK SMTP>> MAIL FROM:<> SMTP<< 250 OK @@ -79,3 +80,34 @@ LOG: MAIN REJECT LOG: smtp_connection MAIN SMTP connection from root closed by QUIT >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>> +Exim version x.yz .... +configuration file is TESTSUITE/test-config +trusted user +admin user +LOG: smtp_connection MAIN + SMTP connection from root +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +Verifying NOTok2@elsewhere +>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> +Considering NOTok2@elsewhere +Attempting full verification using callout +callout cache: found domain record for elsewhere +callout cache: no address record found for NOTok2@elsewhere +interface=NULL port=1224 +Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected + SMTP<< 220 Server ready + SMTP>> EHLO myhost.test.ex + SMTP<< 250 OK + SMTP>> MAIL FROM:<> + SMTP<< 250 OK + SMTP>> RCPT TO: + SMTP<< 550 NO + SMTP>> QUIT +wrote callout cache domain record: + result=1 postmaster=0 random=0 +wrote negative callout cache address record +LOG: MAIN REJECT + H=[V4NET.0.0.2] U=root F= rejected RCPT : Sender verify failed +LOG: smtp_connection MAIN + SMTP connection from root closed by QUIT +>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>