From 382afc6ba69545d52398da6b437e487aa23f185d Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 28 Feb 2006 12:42:47 +0000 Subject: Add authenticated_sender_force to the smtp transport. --- test/stdout/0215 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'test/stdout') diff --git a/test/stdout/0215 b/test/stdout/0215 index a562016e0..d6d06cfe6 100644 --- a/test/stdout/0215 +++ b/test/stdout/0215 @@ -217,3 +217,27 @@ This is a test message. QUIT 250 OK End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +LHLO myhost.test.ex +250 OK +MAIL FROM: +250 Sender OK +RCPT TO: +450 LATER +QUIT +250 OK +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +LHLO myhost.test.ex +250 OK +MAIL FROM: AUTH=xxx@yyy +250 Sender OK +RCPT TO: +450 LATER +QUIT +250 OK +End of script -- cgit v1.2.3