From fcc8e04755fd6f211fd636e6c077ac41963ab0b9 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 19 May 2013 18:14:50 +0100 Subject: Support AUTH for verify-callout and cutthrough-delivery. Refactored smtp transport to pull out AUTH-related routines so they could be also called from the verify code. Bugs 321, 823. --- test/stderr/0398 | 1 + test/stderr/0432 | 2 ++ test/stderr/5410 | 3 +++ 3 files changed, 6 insertions(+) (limited to 'test/stderr') diff --git a/test/stderr/0398 b/test/stderr/0398 index 4e97f4e00..0ad911345 100644 --- a/test/stderr/0398 +++ b/test/stderr/0398 @@ -129,6 +129,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected 127.0.0.1 in hosts_avoid_esmtp? no (option unset) SMTP>> EHLO mail.test.ex SMTP<< 250 OK +127.0.0.1 in hosts_require_auth? no (option unset) SMTP>> MAIL FROM:<> SMTP<< 250 OK SMTP>> RCPT TO: diff --git a/test/stderr/0432 b/test/stderr/0432 index 33e1b9892..759c9a819 100644 --- a/test/stderr/0432 +++ b/test/stderr/0432 @@ -92,6 +92,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected 127.0.0.1 in hosts_avoid_esmtp? no (option unset) SMTP>> EHLO myhost.test.ex SMTP<< 250 OK +127.0.0.1 in hosts_require_auth? no (option unset) SMTP>> MAIL FROM:<> SMTP<< 250 OK SMTP>> RCPT TO: @@ -246,6 +247,7 @@ MUNGED: ::1 will be omitted in what follows >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset) >>> SMTP>> EHLO myhost.test.ex >>> SMTP<< 250 OK +>>> 127.0.0.1 in hosts_require_auth? no (option unset) >>> SMTP>> MAIL FROM:<> >>> SMTP<< 250 OK >>> SMTP>> RCPT TO: diff --git a/test/stderr/5410 b/test/stderr/5410 index f8b31a750..40ef77c4a 100644 --- a/test/stderr/5410 +++ b/test/stderr/5410 @@ -86,6 +86,7 @@ expanding: ${if eq {$address_data}{userz}{*}{:}} 250-8BITMIME 250-PIPELINING 250 HELP +127.0.0.1 in hosts_require_auth? no (option unset) SMTP>> MAIL FROM: SMTP<< 250 OK SMTP>> RCPT TO: @@ -218,6 +219,7 @@ skipping: result is not used expanding: ${if eq {$address_data}{usery}{*}{:}} result: * 127.0.0.1 in hosts_avoid_tls? yes (matched "*") +127.0.0.1 in hosts_require_auth? no (option unset) SMTP>> MAIL FROM: SMTP<< 250 OK SMTP>> RCPT TO: @@ -350,6 +352,7 @@ skipping: result is not used expanding: ${if eq {$address_data}{usery}{*}{:}} result: * 127.0.0.1 in hosts_avoid_tls? yes (matched "*") +127.0.0.1 in hosts_require_auth? no (option unset) SMTP>> MAIL FROM: SMTP<< 250 OK SMTP>> RCPT TO: -- cgit v1.2.3