如何理解Exim日志文件?

时间:2010-12-05 23:24:37

标签: exim exim4

有人可以帮我理解Exim日志文件......还请给我一个关于它日志的好文档......

LINE 1
2010-12-05 17:30:15 1PPKHn-0003mA-5w <= username=example.com.br--4219--bounce@mydomain.com.br H=myserver.com.br () [174.120.195.18] P=esmtpa A=dovecot_plain:email@e-mydomain.com.br S=3851 id=4cfbe84724135_7b201579466da9b433988131@myserver.com.br.tmail

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 == super@domain.in R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host

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

1 个答案:

答案 0 :(得分:3)

Exim以紧凑格式记录消息到达和交付,描述为here, in the online documentation。日志文件是可配置的,因此您可以使用 log_selector 选项添加或删除信息。