I have a server with Ubuntu 14.04LTS. I am sending email from Ubuntu to email.test.com and then to my Windows PC account with Outlook, but I changed the domain for this post to test.com. The email sends and I have no errors in my SMTP log but the emails are not getting to my PC account.
I can ping email.test.com but that only tells me the physical machine is running. How can I tell if the email server is running if there are no errors in my SMTP log?
Thank you.
There are 2 ways to see if an email server is running.
First (read
man nmap
), and do:Or use
telnet
(of course, read `mantelnet`), and do:
In both cases, the "
25
" specifies the traditional TCP port that email servers listen to.l