aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test920
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-10-26 13:44:31 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-10-26 13:50:08 +0100
commite4670a102921ca6b97f1948125f4adf44bdc6719 (patch)
treefc0ff3458a5e185230a6cba4d540583ea140ab49 /tests/data/test920
parent1f0e50f2b98f7ac6e4e3a5a59aef5db05b10e6db (diff)
tests: Tidy up of SMTP and POP3 tests
Corrected line endings, RFC references and standardised on user names and passwords used in the tests.
Diffstat (limited to 'tests/data/test920')
-rw-r--r--tests/data/test9208
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test920 b/tests/data/test920
index 8502215e2..74f05a9cc 100644
--- a/tests/data/test920
+++ b/tests/data/test920
@@ -13,7 +13,7 @@ RFC4954
<servercmd>
AUTH LOGIN
REPLY AUTH 334 UGFzc3dvcmQ6
-REPLY MTIzNA== 235 Authenticated
+REPLY c2VjcmV0 235 Authenticated
</servercmd>
</reply>
@@ -30,7 +30,7 @@ SMTP login authentication with initial response
mail body
</stdin>
<command>
-smtp://%HOSTIP:%SMTPPORT/920 --mail-rcpt recipient@example.com --mail-from sender@example.com -u test:1234 --sasl-ir -T -
+smtp://%HOSTIP:%SMTPPORT/920 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret --sasl-ir -T -
</command>
</client>
@@ -39,8 +39,8 @@ smtp://%HOSTIP:%SMTPPORT/920 --mail-rcpt recipient@example.com --mail-from sende
<verify>
<protocol>
EHLO 920
-AUTH LOGIN dGVzdA==
-MTIzNA==
+AUTH LOGIN dXNlcg==
+c2VjcmV0
MAIL FROM:<sender@example.com>
RCPT TO:<recipient@example.com>
DATA