test938: Updated to use file input for upload
As the second URL won't be passed input from stdin.
This commit is contained in:
@@ -30,11 +30,11 @@ smtp
|
|||||||
<name>
|
<name>
|
||||||
SMTP multiple connection authentication
|
SMTP multiple connection authentication
|
||||||
</name>
|
</name>
|
||||||
<stdin>
|
<file name="log/upload938">
|
||||||
mail body
|
mail body
|
||||||
</stdin>
|
</file>
|
||||||
<command>
|
<command>
|
||||||
smtp://%HOSTIP:%SMTPPORT/938001 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.one:secret -T - -: smtp://%HOSTIP:%SMTPPORT/938002 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.two:secret -T -
|
smtp://%HOSTIP:%SMTPPORT/938001 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.one:secret -T log/upload938 -: smtp://%HOSTIP:%SMTPPORT/938002 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.two:secret -T log/upload938
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user