tests: Tidy up of SMTP and POP3 tests
Corrected line endings, RFC references and standardised on user names and passwords used in the tests.
This commit is contained in:
@@ -30,7 +30,7 @@ SMTP plain authentication with initial response
|
||||
mail body
|
||||
</stdin>
|
||||
<command>
|
||||
smtp://%HOSTIP:%SMTPPORT/919 --mail-rcpt recipient@example.com --mail-from sender@example.com -u test:1234 --sasl-ir -T -
|
||||
smtp://%HOSTIP:%SMTPPORT/919 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T -
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@@ -39,7 +39,7 @@ smtp://%HOSTIP:%SMTPPORT/919 --mail-rcpt recipient@example.com --mail-from sende
|
||||
<verify>
|
||||
<protocol>
|
||||
EHLO 919
|
||||
AUTH PLAIN dGVzdAB0ZXN0ADEyMzQ=
|
||||
AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA==
|
||||
MAIL FROM:<sender@example.com>
|
||||
RCPT TO:<recipient@example.com>
|
||||
DATA
|
||||
|
||||
Reference in New Issue
Block a user