diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-28 12:42:47 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-28 12:42:47 +0000 |
commit | 382afc6ba69545d52398da6b437e487aa23f185d (patch) | |
tree | 5854c3f9832ebfd31191c10fdce85ab224359a7e /test/scripts | |
parent | 30dba1e609d941013dc8421de5104dad387ac5b1 (diff) |
Add authenticated_sender_force to the smtp transport.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0215 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0215 b/test/scripts/0000-Basic/0215 index ab108bc87..47f1f1cc8 100644 --- a/test/scripts/0000-Basic/0215 +++ b/test/scripts/0000-Basic/0215 @@ -189,4 +189,34 @@ QUIT exim -odi -DIGNORE_QUOTA=true userxx userxy userxz This is a test message. **** +# Tests for authenticated_sender forcing: this one doesn't do it +server PORT_S +220 ESMTP +LHLO +250 OK +MAIL FROM: +250 Sender OK +RCPT TO: +450 LATER +QUIT +250 OK +**** +exim -odi -DAUTHS=authenticated_sender=xxx@yyy userx +Another test message. +**** +# Tests for authenticated_sender forcing: this one does it +server PORT_S +220 ESMTP +LHLO +250 OK +MAIL FROM: +250 Sender OK +RCPT TO: +450 LATER +QUIT +250 OK +**** +exim -odi -DAUTHS=authenticated_sender=xxx@yyy -DAUTHF=authenticated_sender_force userx +Another test message. +**** no_msglog_check |