4

有人可以帮我理解 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?

4

1 回答 1

3

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.

于 2011-03-04T10:41:03.417 回答