blob: 2fb588d4870f5b8b1f21d0c14a2d61c5889e0568 [file] [log] [blame]
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
SMTPS
UPLOAD
</keywords>
</info>
# Server-side
<reply>
</reply>
# Client-side
<client>
<server>
smtps
</server>
<name>
SMTPS with redundant explicit SSL request
</name>
<stdin crlf="yes">
From: different
To: another
body
</stdin>
<command>
--insecure --ssl-reqd --mail-rcpt recipient@example.com --mail-from sender@example.com -T - smtps://%HOSTIP:%SMTPSPORT/%TESTNUMBER
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
EHLO %TESTNUMBER
MAIL FROM:%LTsender@example.com%GT
RCPT TO:%LTrecipient@example.com%GT
DATA
QUIT
</protocol>
<upload crlf="yes">
From: different
To: another
body
.
</upload>
</verify>
</testcase>