Posted On March 31, 2019

Exchange relays settings Open the Exchange System Manager

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Exchange relays settings Open the Exchange System Manager
Exchange relays settings
Open the Exchange System Manager;
Go in Administrative Groups -> Administrative group name -> Server -> Server name -> Protocols -> SMTP;
Right click on Default SMTP Virtual Server -> properties;
Access tab -> Relay button;
Select “only the list bellow” and add your domain and\or IPs you do want to allow the relay
 and finally check  the “Allow all computers witch successfully authenticate to relay, regardless of the list above” checkbox.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

On Premise Exchange to Office 365 Migration Using Method: Asynchronous PST Export & Import

Assumptions: 1. Hybrid Exchange Migration and Stage Migration methods have been considered and rejected2. Active…

Disable Windows 10 Automatic Updates

Why? It's annoying if Windows keep updating automatically in the background and even reboot when…

PowerShell: Deploy Certs on Remote Windows Servers

Quick Script for Local Machines: $certPath="C:\kimconnect_cert.pfx" $certPlaintextPassword='PASSWORD' $certEncryptedPassword=ConvertTo-SecureString $certPlaintextPassword -AsPlainText -Force Import-PfxCertificate -CertStoreLocation Cert:\LocalMachine\My -FilePath…