summaryrefslogtreecommitdiff
path: root/test/stderr/5410
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2013-05-19 18:14:50 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2013-05-20 23:44:48 +0100
commitfcc8e04755fd6f211fd636e6c077ac41963ab0b9 (patch)
tree7a3710d49129ca798469a2e5cc77ae896703fc00 /test/stderr/5410
parentf9d04f08f7ca18e099843180edea967dd831df91 (diff)
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.
Diffstat (limited to 'test/stderr/5410')
-rw-r--r--test/stderr/54103
1 files changed, 3 insertions, 0 deletions
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:<CALLER@myhost.test.ex>
SMTP<< 250 OK
SMTP>> RCPT TO:<userx@domain.com>
@@ -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:<CALLER@myhost.test.ex>
SMTP<< 250 OK
SMTP>> RCPT TO:<usery@domain.com>
@@ -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:<CALLER@myhost.test.ex>
SMTP<< 250 OK
SMTP>> RCPT TO:<usery@domain.com>