Difference between revisions of "R4L/Services/Hosting/Email/Ports"

From R4L Help Wiki
< R4L‎ | Services‎ | Hosting‎ | Email
Jump to: navigation, search
 
Line 5: Line 5:
 
| '''IMAP with SSL/TLS''' || '''993'''
 
| '''IMAP with SSL/TLS''' || '''993'''
 
|-
 
|-
| IMAP Plain Text / StartTLS || 143
+
| IMAP Plain Text / '''StartTLS''' || 143
 
|-
 
|-
 
|''' Pop3 with SSL/TLS''' || '''995'''
 
|''' Pop3 with SSL/TLS''' || '''995'''
 
|-
 
|-
| Pop3 Plain Text / StartTLS || 110
+
| Pop3 Plain Text / '''StartTLS''' || 110
 
|-
 
|-
 
| '''SMTP with SSL/TLS''' || '''465'''
 
| '''SMTP with SSL/TLS''' || '''465'''
 
|-
 
|-
| SMTP Plain Text / StartTLS || 587
+
| SMTP Plain Text / '''StartTLS''' || 587
 
|-
 
|-
 
| SMTP without Authentication(do not use port 25) || 25
 
| SMTP without Authentication(do not use port 25) || 25
 
|}
 
|}

Latest revision as of 17:10, 1 October 2021

Mail Server Ports:
Connection Type Known Port Number
IMAP with SSL/TLS 993
IMAP Plain Text / StartTLS 143
Pop3 with SSL/TLS 995
Pop3 Plain Text / StartTLS 110
SMTP with SSL/TLS 465
SMTP Plain Text / StartTLS 587
SMTP without Authentication(do not use port 25) 25