Commit 89d320c2 authored by Steve Holme's avatar Steve Holme
Browse files

tests: Updated SMTP AUTH tests to use the new AUTH directive

...rather than specify a customised EHLO response.
parent b809bafb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ RFC4954
# Server-side
<reply>
<servercmd>
REPLY EHLO 250 AUTH PLAIN
AUTH PLAIN
REPLY AUTH 334 PLAIN supported
REPLY dGVzdAB0ZXN0ADEyMzQ= 235 Authenticated
</servercmd>
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ RFC4954
# Server-side
<reply>
<servercmd>
REPLY EHLO 250 AUTH LOGIN
AUTH LOGIN
REPLY AUTH 334 LOGIN supported
REPLY dGVzdA== 334 UGFzc3dvcmQ6
REPLY MTIzNA== 235 Authenticated
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ RFC4954
# Server-side
<reply>
<servercmd>
REPLY EHLO 250 AUTH CRAM-MD5
AUTH CRAM-MD5
REPLY AUTH 334 PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ+
REPLY dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw 235 Authenticated
</servercmd>
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ RFC4954
# Server-side
<reply>
<servercmd>
REPLY EHLO 250 AUTH PLAIN
AUTH PLAIN
REPLY AUTH 235 Authenticated
</servercmd>
</reply>
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ RFC4954
# Server-side
<reply>
<servercmd>
REPLY EHLO 250 AUTH LOGIN
AUTH LOGIN
REPLY AUTH 334 UGFzc3dvcmQ6
REPLY MTIzNA== 235 Authenticated
</servercmd>