InterviewSolution
| 1. |
What Is The Difference Between Ports 465 And 587? |
|
Answer» Both are protocol. 465 is for SMTPS protocol, In this SSL encryption is started automatically before any SMTP level communication. 587 is for MSA protocol. SSL encryption may be started by STARTTLS COMMAND at SMTP level(if server supports). In this ISP does not FILTER server's EHLO reply.It HELPS to STOP outgoing spam email. Both are protocol. 465 is for SMTPS protocol, In this SSL encryption is started automatically before any SMTP level communication. 587 is for MSA protocol. SSL encryption may be started by STARTTLS command at SMTP level(if server supports). In this ISP does not filter server's EHLO reply.It helps to stop outgoing spam email. |
|