“AUTH NTLM”的 SMTP 命令
我无法找到需要发送以使用 NTLM 向 SMTP 服务器进行身份验证的命令。
我认为它是这样的:
AUTH NTLM <bae64encode something>
334
<bae64encode something>
235
I'm failing at finding the commands I need to send to authenticate to a SMTP server using NTLM.
I think it goes something like:
AUTH NTLM <bae64encode something>
334
<bae64encode something>
235
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要 Base64 编码的 Type 1 消息。 阅读本文。
You need a Base64-encoded Type 1 message. Read this.
我认为以下 liknk 可能对您有帮助
http ://msdn.microsoft.com/en-us/library/cc246870%28v=prot.10%29.aspx
您需要对所有内容进行编码并遵循 NTLM 身份验证协议。
i think the following liknk might be helpful for you
http://msdn.microsoft.com/en-us/library/cc246870%28v=prot.10%29.aspx
You need to encode everything and follow NTLM authentifaction protocol.