Email ports
A list of email-server relevant ports#
For future reference ;)
SMTP#
| Port | Description |
|---|---|
| 25 | SMTP relay; usually plain text, can be TLS enc. |
| 2525 | Alternative to 25 with possible TLS enc. |
| 465 | Implicit SSL, no longer accepted standard |
| 587 | IANA reg. as secure SMTP, req. TLS conn. |
POP3#
| Port | Description |
|---|---|
| 110 | Default, no enc. |
| 995 | Secure POP3 with TLS or SSL |
IMAP#
| Port | Description |
|---|---|
| 143 | Default, no enc. |
| 993 | Secure IMAP with TLS or SSL |
Read other posts