Does all SMTP Communication to send emails between domains happens on port 25? Is all communication unsecured? Understand that using like gmail communication is secured to gmail server but after it must use unsecured port 25, right?
Correct SMTP can be on any port. But that is not what i am talking about. I am not talking about connecting to gmail, yahoo or ISP SMTP server. Those are the SMTP replay. And they accept SMTP requests on any port they wish encrypted/unencrypted for their user. But once SMTP relay server gets request, Mail server forwards it to email domain name MX record. That's where does it only use SMTP on port 25? and mail server has just knowledge of domain name and then forwards it. It can not know which port they are listening. Am i make sense? please correct me if misunderstood.
For example, I am hosting a exchange server 2007 for my domain. I connect to my exchange server to send mail to [email protected]. My exchange server must be doing communication over industry standard protocol, right? And that's port 25(As my exchange server didn't work without port 25).