1<testcase> 2<info> 3<keywords> 4SMTP 5multi 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12</reply> 13 14# 15# Client-side 16<client> 17<server> 18smtp 19</server> 20<tool> 21lib%TESTNUMBER 22</tool> 23 24# based on bug report #1184 25<name> 26SMTP with multi interface and CURLE_ABORTED_BY_CALLBACK 27</name> 28<stdin> 29From: different 30To: another 31 32body 33</stdin> 34<command> 35smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER 36</command> 37</client> 38 39# 40# Verify data after the test has been "shot" 41<verify> 42<protocol> 43EHLO %TESTNUMBER 44MAIL FROM:<%TESTNUMBER-realuser@example.com> 45RCPT TO:<%TESTNUMBER-recipient@example.com> 46DATA 47</protocol> 48<upload> 49</upload> 50</verify> 51</testcase> 52