You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <testcase>
- <info>
- <keywords>
- SMTP
- SMTP AUTH PLAIN
- RFC4616
- RFC4954
- </keywords>
- </info>
-
- #
- # Server-side
- <reply>
- <servercmd>
- REPLY EHLO 250 AUTH PLAIN
- REPLY AUTH 334 PLAIN supported
- REPLY dGVzdAB0ZXN0ADEyMzQ= 235 Authenticated
- </servercmd>
- </reply>
-
- #
- # Client-side
- <client>
- <server>
- smtp
- </server>
- <name>
- SMTP plain authentication
- </name>
- <stdin>
- mail body
- </stdin>
- <command>
- smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 903@foo --mail-from 903@from -u test:1234 -T -
- </command>
- </client>
-
- #
- # Verify data after the test has been "shot"
- <verify>
- <protocol>
- EHLO user
- AUTH PLAIN
- dGVzdAB0ZXN0ADEyMzQ=
- MAIL FROM:<903@from>
- RCPT TO:<903@foo>
- DATA
- QUIT
- </protocol>
- <upload>
- mail body
- .
- </upload>
- </verify>
- </testcase>
|