Lorsque nous créons un nouveau groupe de distribution dans Exchange 2010/2007, nous ne pouvons pas envoyer des e-mail SMTP à partir d'Internet ou les hôtes de relais internes.
Nous recevons une erreur du type «550 5.1.1 User unknown".
Si nous envoyons un mail au groupe de distribution en interne en utilisant Outlook ou OWA, cela fonctionne très bien.
Ce comportement est du fait que Exchange 2010 définit automatiquement l'attribut "Exiger l'authentification de tous les expéditeurs" par défaut.
Pour la supprimer, il suffit d'ouvrir la console Exchange :
lundi 29 juin 2015
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 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”
Inscription à :
Articles (Atom)