Posted On March 31, 2019

Setup Multiple SMTP Servers

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Setup Multiple SMTP Servers
– Add SPF record for both SMTP servers that are authorized to send email for kimconnect.com domain.
– Set up A and PTR records for both SMTP server sending email for westernmutual.com.
– Verify that MX records for kimconnect.com only point to our external email provider. Inbound email should not be going straight to the onsite SMTP server.
– SMTP server must send out with reply to addresses that are valid so that replies are sent to legitimate recipients at our external email provider.

Leave a Reply

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

Related Post

IIS Mime Types

One of the features of IIS security is to enforce file access by its associated…

Deploy MSI Using Group Policy

0. If the deployment package is in an .EXE format, it's recommended that such file…

Windows 2012 Maintenance

- Check if .NET Framework 4.5 is installed: (Get-ItemProperty -Path 'HKLM:\Software\Microsoft\NET Framework Setup\NDP\v4\Full' -ErrorAction SilentlyContinue).Version…