| REPLY "AUTH NTLM" 334 NTLM supported |
| REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= 334 Rubbish |
| REPLY * 501 AUTH exchange cancelled by client |
| REPLY "AUTH PLAIN" 334 PLAIN supported |
| REPLY dXNlcgB1c2VyAHNlY3JldA== 235 Authenticated |
| SMTP NTLM authentication with SASL downgrade |
| # we force our own host name, in order to make the test machine independent |
| CURL_GETHOSTNAME=curlhost |
| # we try to use the LD_PRELOAD hack, if not a debug build |
| LD_PRELOAD=%PWD/libtest/.libs/libhostname.so |
| smtp://%HOSTIP:%SMTPPORT/936 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T - |
| # Verify data after the test has been "shot" |
| TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
| MAIL FROM:<sender@example.com>
|
| RCPT TO:<recipient@example.com>
|