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

How to Add Windows Server 2012 into 2003 Network

Back up Domain Controller:   Login to your domain controller, and perform the following steps:…

How to convert Windows evaluation to a licensed version

Determine installed Windows version:   DISM /online /Get-CurrentEdition Check possible target editions:   DISM /online…

PowerShell: Maintain Windows Services Remotely via WinRM

# maintainServices.ps1 # FQDN of each computer name (required) $computerList=@' testWindows.intranet.kimconnect.com testWindows.dmz.dragoncoin.com '@ $serviceNames=@( 'windows_exporter',…