“AUTH NTLM”的 SMTP 命令

发布于 2024-07-06 09:33:18 字数 169 浏览 7 评论 0原文

我无法找到需要发送以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

天涯沦落人 2024-07-13 09:33:18

您需要 Base64 编码的 Type 1 消息。 阅读本文

You need a Base64-encoded Type 1 message. Read this.

妳是的陽光 2024-07-13 09:33:18

我认为以下 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文