Posted On March 31, 2019

Troubleshoot Mail Relay

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Troubleshoot Mail Relay

Find Mail server of domain:
NSLOOKUP
set q=mx
{domain_name}.{NLDN}
exit

Send a test email:
telnet mail.kimconnect.com 25
ehlo kimconnect.com
mail from:<[email protected]>
data
This is a test, please do not respond
.
quit 

Test SMTP relay:
ehlo kimconnect.com
mail from:<[email protected]>
data
This is a test, please do not respond
.
quit 

Leave a Reply

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

Related Post

Exchange Email Sending Status code: 550 5.7.133

Error Message: The group <group name> only accepts messages from people in its organization or…

How to find MacOS Version

From the Apple menu, choose About This Mac. The version number of OS X you're…

Sample Multi-Site Metadata

SimpleSAML PHP module requires that each site to be configured with a $metadata entry. Below…