如何理解Exim日志文件?

发布于 2024-10-06 04:09:22 字数 1211 浏览 7 评论 0原文

有人可以帮助我理解 Exim 日志文件,并为我提供有关其日志的重要文档吗?

LINE 1
2010-12-05 17:30:15 1PPKHn-0003mA-5w <= [email protected] H=myserver.com.br () [174.120.195.18] P=esmtpa A=dovecot_plain:[email protected] S=3851 [email protected]

LINE 2
2010-12-05 17:30:12 H=mydomain.com.br () [111.111.111.11] Warning: Sender rate 1455.2 / 1h

LINE 3 
2010-12-05 17:30:12 1PPGo3-00010A-FL == [email protected] R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host

另外,我如何解析 Exim 日志文件以了解哪个 ISP(例如 hotmail.com、gmail.com)正在阻止我的服务器 IP?

Can someone help me understand Exim log file, and also point me a great documentation about it's log.

LINE 1
2010-12-05 17:30:15 1PPKHn-0003mA-5w <= [email protected] H=myserver.com.br () [174.120.195.18] P=esmtpa A=dovecot_plain:[email protected] S=3851 [email protected]

LINE 2
2010-12-05 17:30:12 H=mydomain.com.br () [111.111.111.11] Warning: Sender rate 1455.2 / 1h

LINE 3 
2010-12-05 17:30:12 1PPGo3-00010A-FL == [email protected] R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host

Also, how can I parse Exim log file to know which ISP( eg. hotmail.com, gmail.com) is blocking my server IP?

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

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

发布评论

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

评论(1

背叛残局 2024-10-13 04:09:22

Exim 以紧凑的格式记录消息到达和传送,如此处所述,在在线文档中。日志文件是可配置的,因此您可以使用log_selector选项添加或删除信息。

Exim logs message arrivals and deliveries in a compact format, described here, in the online documentation. The log files are configurable so you can add or remove information using the log_selector option.

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