如何理解Exim日志文件?
有人可以帮助我理解 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.