diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-15 11:01:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-15 16:59:21 +0100 |
commit | 6f4d5ad3a1613f7d4502bb81eb3f4e875a71b0c9 (patch) | |
tree | 83734404c51b0bdc033250fe51ff5cb86e9440e2 /test/stderr/0462 | |
parent | 3735e3264cb2d1c8106479d6318fdc9c5cc04027 (diff) |
Callout: additional debug on cache operations
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 |