This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Difference between revisions of "Email client protocols and port numbers"

From OdleWiki
m (Fixed line spacing)
m (Added "Needs Attention" template)
 
Line 1: Line 1:
 +
{{Template:Needs Attention}}
 +
 
The port numbers you set determine the protocol your email client uses. There are four basic options. IMAP secure is the recommended configuration:
 
The port numbers you set determine the protocol your email client uses. There are four basic options. IMAP secure is the recommended configuration:
  
Line 30: Line 32:
 
[[Category: Email]]
 
[[Category: Email]]
 
[[Category: Email Servers]]
 
[[Category: Email Servers]]
[[Category: Articles needing attention]]
 

Latest revision as of 18:05, 8 July 2017

Farm-Fresh cup edit.png

Needs Attention
This article needs attention; however, it is not necessarily a stub or an orphan.


The port numbers you set determine the protocol your email client uses. There are four basic options. IMAP secure is the recommended configuration:

  • IMAP (insecure)
  • IMAP (secure)
  • POP3 (insecure)
  • POP3 (secure)

Below are the settings you can use for each protocol along with the security settings.

Incoming

IMAP | Port 143 (Insecure Transport - No SSL function enabled)

IMAP | Port 993 (Secure Transport - SSL function enabled)

POP3 | Port 110 (Insecure Transport - No SSL function enabled)

POP3 | Port 995 (Secure Transport - SSL function enabled)

Outgoing

SMTP | Port 587 (Insecure Transport - No SSL function enabled)

SMTP | Port 465 (Secure Transport - SSL function enabled)

SMTP | Port 25 (username/password authentication MUST also be enabled!)

Port 587 is a highly recommended alternative port because port 25 is often blocked by ISPs.