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]>
rcpt to:<[email protected]>
data
This is a test, please do not respond
.
quit
Test SMTP relay:
ehlo kimconnect.com
mail from:<[email protected]>
rcpt to:<[email protected]>
data
This is a test, please do not respond
.
quit
Categories: