diff --git a/en_US/overview/0-network.ports.md b/en_US/overview/0-network.ports.md index e74eaf96..5696af74 100644 --- a/en_US/overview/0-network.ports.md +++ b/en_US/overview/0-network.ports.md @@ -2,13 +2,6 @@ [TOC] -## Web server (Apache or Nginx) - -* 80: normal web service port -* 443: HTTPS (http over SSL, secure connection) - -SOGo groupware provides Exchange ActiveSync (EAS) support through port 443. - ## SMTP (Postfix) * 25: normal smtp port, used for server-to-server communication. @@ -16,6 +9,21 @@ SOGo groupware provides Exchange ActiveSync (EAS) support through port 443. * 465: smtps (SMTP over SSL). Deprecated, and disabled by default, please use port 587 instead. +## POP3/IMAP (Dovecot) + +* 110: POP3 service, insecure connection. Supports STARTTLS for secure connection. +* 995: POP3S (Secure POP3 over SSL). Deprecated, recommended to use port 110 with STARTTLS. +* 143: IMAP service, insecure connection. Supports STARTTLS for secure connection. +* 993: IMAPS (Secure IMAP over SSL). Deprecated, recommended to use port 143 with STARTTLS. +* 4190: managesieve service. (Refuse connections from external network in iptables by default). Note: in old iRedMail releases, it's port 2000, it's deprecated and not even listed in `/etc/services` file. + +## Web server (Apache or Nginx) + +* 80: normal web service port +* 443: HTTPS (http over SSL, secure connection) + +SOGo groupware provides Exchange ActiveSync (EAS) support through port 443. + ## MySQL * 3306: default listen port. Listening on IP address `127.0.0.1` by default. @@ -33,14 +41,6 @@ SOGo groupware provides Exchange ActiveSync (EAS) support through port 443. Listening on all available network interfaces by default, but access from external network is blocked by firewall (iptables, pf). -## POP3/IMAP (Dovecot) - -* 110: POP3 service, insecure connection. Supports STARTTLS for secure connection. -* 995: POP3S (Secure POP3 over SSL). Deprecated, recommended to use port 110 with STARTTLS. -* 143: IMAP service, insecure connection. Supports STARTTLS for secure connection. -* 993: IMAPS (Secure IMAP over SSL). Deprecated, recommended to use port 143 with STARTTLS. -* 4190: managesieve service. (Refuse connections from external network in iptables by default). Note: in old iRedMail releases, it's port 2000, it's deprecated and not even listed in `/etc/services` file. - ## Amavisd-new * 10024: port used for inbound messages, includes spam/virus scanning, DKIM @@ -58,9 +58,9 @@ All ports are listening on `127.0.0.1` by default. ## Policyd or Cluebringer (Postfix policy server) -* 10031: default listen port. Listening on IP address `127.0.0.1` by default. - !!! note Policyd and Cluebringer were removed since iRedMail-0.9.3, they're replaced by iRedAPD. + +* 10031: default listen port. Listening on IP address `127.0.0.1` by default. diff --git a/html/network.ports.html b/html/network.ports.html index 588bcf45..e62ce0bf 100644 --- a/html/network.ports.html +++ b/html/network.ports.html @@ -18,12 +18,12 @@
-

Web server (Apache or Nginx)

- -

SOGo groupware provides Exchange ActiveSync (EAS) support through port 443.

SMTP (Postfix)

+

POP3/IMAP (Dovecot)

+ +

Web server (Apache or Nginx)

+ +

SOGo groupware provides Exchange ActiveSync (EAS) support through port 443.

MySQL

Listening on all available network interfaces by default, but access from external network is blocked by firewall (iptables, pf).

-

POP3/IMAP (Dovecot)

-

Amavisd-new

Policyd or Cluebringer (Postfix policy server)

-

Note

Policyd and Cluebringer were removed since iRedMail-0.9.3, they're replaced by iRedAPD.

-

All documents are available in BitBucket repository, and published under Creative Commons license. If you found something wrong, please do contact us to fix it.