Difference between revisions of "R4L/Services/Hosting/Email/Ports"
From R4L Help Wiki
(Created page with "{| class="wikitable" |+Mail Server Ports: ! Connection Type !! Known Port Number |- | IMAP Plain Text / StartTLS || 143 |- | IMAP with SSL/TLS || 993 |- | Pop3 Plain Text / St...") |
|||
Line 2: | Line 2: | ||
|+Mail Server Ports: | |+Mail Server Ports: | ||
! Connection Type !! Known Port Number | ! Connection Type !! Known Port Number | ||
+ | |- | ||
+ | | '''IMAP with SSL/TLS || 993''' | ||
|- | |- | ||
| IMAP Plain Text / StartTLS || 143 | | IMAP Plain Text / StartTLS || 143 | ||
− | |||
− | |||
|- | |- | ||
| Pop3 Plain Text / StartTLS || 110 | | Pop3 Plain Text / StartTLS || 110 | ||
Line 11: | Line 11: | ||
| Pop3 with SSL/TLS || 995 | | Pop3 with SSL/TLS || 995 | ||
|- | |- | ||
− | | SMTP | + | | '''SMTP with SSL/TLS || 465''' |
|- | |- | ||
| SMTP Plain Text / StartTLS || 587 | | SMTP Plain Text / StartTLS || 587 | ||
|- | |- | ||
− | | SMTP | + | | SMTP without Authentication(do not use port 25) || 25 |
|} | |} |
Revision as of 12:43, 19 January 2018
Connection Type | Known Port Number |
---|---|
IMAP with SSL/TLS | 993 |
IMAP Plain Text / StartTLS | 143 |
Pop3 Plain Text / StartTLS | 110 |
Pop3 with SSL/TLS | 995 |
SMTP with SSL/TLS | 465 |
SMTP Plain Text / StartTLS | 587 |
SMTP without Authentication(do not use port 25) | 25 |