diff options
Diffstat (limited to 'test/stderr/0462')
-rw-r--r-- | test/stderr/0462 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/stderr/0462 b/test/stderr/0462 index f9133d602..255a7696a 100644 --- a/test/stderr/0462 +++ b/test/stderr/0462 @@ -11,8 +11,8 @@ Considering Ok@localhost Attempting full verification using callout callout cache: no domain record found callout cache: no address record found -interface=NULL port=1224 -Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected +interface=127.0.0.1 port=1224 +Connecting to 127.0.0.1 [127.0.0.1]:1224 from 127.0.0.1 ... connected SMTP<< 220 Server ready SMTP>> EHLO myhost.test.ex SMTP<< 250 OK @@ -60,8 +60,8 @@ Considering NOTok@elsewhere Attempting full verification using callout callout cache: no domain record found callout cache: no address record found -interface=NULL port=1224 -Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected +interface=127.0.0.1 port=1224 +Connecting to 127.0.0.1 [127.0.0.1]:1224 from 127.0.0.1 ... connected SMTP<< 220 Server ready SMTP>> EHLO myhost.test.ex SMTP<< 250 OK @@ -93,8 +93,8 @@ Considering NOTok2@elsewhere Attempting full verification using callout callout cache: found domain record callout cache: no address record found -interface=NULL port=1224 -Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected +interface=127.0.0.1 port=1224 +Connecting to 127.0.0.1 [127.0.0.1]:1224 from 127.0.0.1 ... connected SMTP<< 220 Server ready SMTP>> EHLO myhost.test.ex SMTP<< 250 OK |