jeudi 4 juin 2015

Activation des traces SMTP sur Exchange 2007/2010

Sur le connecteur d'envoi :


En powershell, taper la commande suivante :
Set-ReceiveConnector “Connector Name” -ProtocolLoggingLevel verbose
Le 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