diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-29 19:49:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-29 19:49:54 +0000 |
commit | bfe645c1570343d3adca657ab67998e122ca8792 (patch) | |
tree | bbf8b32a1ba0eb70cf9adfb1539af7915d8aa17b /test/stderr/0462 | |
parent | a466d09b249d5018ecb0f1ec45adba545c02c75b (diff) |
update to pre-4.87 master
Diffstat (limited to 'test/stderr/0462')
-rw-r--r-- | test/stderr/0462 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/stderr/0462 b/test/stderr/0462 index f9133d602..0d6d719cf 100644 --- a/test/stderr/0462 +++ b/test/stderr/0462 @@ -9,8 +9,8 @@ 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 @@ -41,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 @@ -58,8 +58,8 @@ 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 @@ -91,8 +91,8 @@ Verifying NOTok2@elsewhere >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Considering NOTok2@elsewhere Attempting full verification using callout -callout cache: found domain record -callout cache: no address record found +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 |