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

Desktop Virtualization Consideration

Information security would greatly improve with centralized desktop and data management. Early Launch Antimalware Detection,…

Windows Event ID 2017: Unable to collect NUMA physical memory utilization data

Issue: Log Name: ApplicationSource: Microsoft-Windows-PerfOSDate: 9/12/2018 7:47:38 AMEvent ID: 2017Task Category: NoneLevel: WarningKeywords: ClassicUser: N/AComputer:…

Deploying LDAP / Active Directory Self Service Password Portal

Overview: There are several choices of platforms to deploy Password Manager: Kubernetes, Docker, Windows, and…