如何配置SMTP电子邮件发送者以不显示日志中的auth plain

发布于 2025-02-01 13:30:07 字数 310 浏览 0 评论 0原文

再会! 我们正在使用SMPT代理电子邮件服务器,这只是我第一次使用... 只是想问是否需要任何配置,以便在日志中不会显示auth平原?当前在日志中,我们可以看到类似的东西

22:02:02.864961 send: 'AUTH PLAIN SAGAdaWQxLnVzZXIub2MxLi5hYWFhsddst
22:02:02.890036 reply: b'535 Authentication credentials invalid\r\n'

不好,因为验证平原显示了解码的值,当解码时,它将显示机密信息。有人熟悉吗?

谢谢

Good Day!
We are using an smpt proxy email server and this is just my first time using...
Just would like to ask if there are any configuration needed so that the AUTH PLAIN will not be shown in the logs? currently in the logs we can see something like

22:02:02.864961 send: 'AUTH PLAIN SAGAdaWQxLnVzZXIub2MxLi5hYWFhsddst
22:02:02.890036 reply: b'535 Authentication credentials invalid\r\n'

This is not Good because the AUTH PLAIN showing a decoded value, when this is decoded, it will show confidential information. Anyone familiar?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

皇甫轩 2025-02-08 13:30:07

通过设置debbug_level = 0 ...

This has been resolve by setting the debbug_level = 0...

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