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

...rather than specify a customised EHLO response.
This commit is contained in:
Steve Holme 2013-09-19 20:29:24 +01:00
parent b809bafb0c
commit 89d320c2fd
5 changed files with 5 additions and 5 deletions

View file

@ -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>