Exchange 2010的日志存储在哪里?

在哪里为Exchange 2010存储日志。特别是错误日志。

干杯,Dean

与Exchange Server 2003/2000不同,必须使用以下命令分别为“发送连接器”(用于在Exchange组织外发送邮件,发送连接器与Exchange 2003/2000中的SMTP连接器相同)启用日志logging:

Set-SendConnector “Send Connector Name” -ProtocolLoggingLevel verbose 

使用EMC在发送连接器上启用协议日志logging:

展开组织configuration| 集线器传输节点在发送连接器选项卡上,select发送连接器 – >属性在常规选项卡上,将协议日志logging级别更改为详细。

日志可以在中find

 \Exchange Server\V14\TransportRoles\Logs\ProtocolLog\SmtpReceive 

 \Exchange Server\V14\TransportRoles\Logs\ProtocolLog\SmtpSend 

本身没有错误日志。 有事件日志,如果configuration有消息跟踪日志,发送连接器日志,接收连接器日志等。你在找什么?