Sur le connecteur d'envoi :
En powershell, taper la commande suivante :
Set-ReceiveConnector “Connector Name” -ProtocolLoggingLevel verboseLe chemin par défaut est :
- Exchange 2010: \Exchange Server\V14\TransportRoles\Logs\ProtocolLog\SmtpReceive
- Exchange 2007: \Exchange Server\TransportRoles\Logs\ProtocolLog\SmtpReceive
Pour changer le dossier de log :
Set-TransportServer “TRANSPORT_SERVER_NAME” -ReceiveProtocolLogPath “C:\Directory”
Sur le connecteur de réception :
Set-SendConnector “Send Connector Name” -ProtocolLoggingLevel verbose
Le chemin par défaut est :
- Exchange 2010: \Exchange Server\V14\TransportRoles\Logs\ProtocolLog\SmtpSend
- Exchange 2007: \Exchange Server\TransportRoles\Logs\ProtocolLog\SmtpSend
Pour changer le dossier de log :
Set-TransportServer “TRANSPORT SERVER NAME” -SendProtocolLogPath “C:\Directory”
Aucun commentaire:
Enregistrer un commentaire