Posted On November 2, 2021

An Indication That Microsoft Office 365 Email Connector Doesn’t Like Large IP Blocks

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> An Indication That Microsoft Office 365 Email Connector Doesn’t Like Large IP Blocks

As we’ve advised our clients to configure their O365 to ‘whitelist’ or allow email relays from our email servers, there appears to be a problem when the clients attempt to configure email connectors with a large CIDR block such as /20.

 

Here’s another screenshot

Leave a Reply

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

Related Post

Create a Report of MTU Settings on All Hyper-V Hosts in the Domain/Forest

# mtuReportAllHyperVHosts.ps1 # Ensure that AD management module is available for PS Session function includeRSAT{…

PowerShell: Fix All VMs CPU Compatibility Setting

# fixAllVmCpuCompatibility.ps1 # version 0.01 function getHyperVHostsInForest{ function includeRSAT{ $ErrorActionPreference='stop' [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 #$rsatWindows7x32='https://download.microsoft.com/download/4/F/7/4F71806A-1C56-4EF2-9B4F-9870C4CFD2EE/Windows6.1-KB958830-x86-RefreshPkg.msu' $rsatWindows7x64='https://download.microsoft.com/download/4/F/7/4F71806A-1C56-4EF2-9B4F-9870C4CFD2EE/Windows6.1-KB958830-x64-RefreshPkg.msu'…

Installing VMWare tools

Install software needed by VMware Tools Note: you need to boot the 1-1 kernel from…