Mention new network ports (7778/7779) on doc network.ports.html.

This commit is contained in:
Zhang Huangbin 2019-03-28 12:10:50 +08:00
parent 3696c6be9b
commit 8be17c8bf9
4 changed files with 37 additions and 21 deletions

View File

@ -28,7 +28,7 @@ ls -dl /opt/iredapd
To upgrade iRedAPD, please follow this tutorial:
[Upgrade iRedAPD](./upgrade.iredapd.html).
iRedAPD will listen on 3 network ports by default:
iRedAPD will listen to 3 network ports (all on `127.0.0.1`) by default:
* `7777`: for general smtp access policy, including greylisting, throttling,
white/blacklisting, etc.

View File

@ -2,13 +2,13 @@
Port | Service | Software | Comment | Allow Public Access?
--- |--- |--- |--- |---
25 | smtp | Postfix | Used for communication betweem mail servers. __WARNING__: This port __MUST__ be open, otherwise you cannot receive email sent by other mail servers. | YES (REQUIRED){: .red }
25 | smtp | Postfix | Used for communication betweem mail servers. __WARNING__: This port __MUST__ be open, otherwise you cannot receive email sent by other mail servers. | __YES (REQUIRED)__{: .red }
587 | submission | Postfix | SMTP over TLS. Used by end users to send/submit email. | YES (open to your end users)
110 | pop3 | Dovecot | Used by end users to retrieve emails via POP3 protocol, secure connection over STARTTLS is enforced by default. | YES (open to your end users)
995 | pop3s | Dovecot | Used by end users to retrieve emails via POP3 protocol over SSL. | YES (open to your end users)
143 | imap |Dovecot | Used by end users to retrieve emails via IMAP protocol, secure connection over STARTTLS is enforced by default. | YES (open to your end users)
993 | imaps | Dovecot | Used by end users to retrieve emails via IMAP protocol over SSL. | YES (open to your end users)
24 | lmtp | Dovecot | Used to deliver email to local mailboxes via LMTP protocol. | No (listen on `127.0.0.1` by default)
110 | pop3 | Dovecot | Used by end users to retrieve emails via POP3 protocol, secure connection over STARTTLS is available by default. | YES (open to your end users)
995 | pop3s | Dovecot | Used by end users to retrieve emails via POP3 protocol over SSL. Port 110 with STARTTLS is recommended. | YES (open to your end users)
143 | imap |Dovecot | Used by end users to retrieve emails via IMAP protocol, secure connection over STARTTLS is available by default. | YES (open to your end users)
993 | imaps | Dovecot | Used by end users to retrieve emails via IMAP protocol over SSL. Port 143 with STARTTLS is recommended. | YES (open to your end users)
4190 | managesieve | Dovecot | Sieve service used by end users to manage mail filters. Note: in old iRedMail releases, it's port 2000 (deprecated and not even listed in `/etc/services` file). | NO (disabled by default and users are forced to manage mail filters with webmail)
80 | http | Apache/Nginx | Web service | YES (open to your webmail users)
443 | https | Apache/Nginx | Web service over over SSL, secure connection. SOGo groupware provides Exchange ActiveSync (EAS) support through port 443. | YES (open to your webmail users)
@ -23,10 +23,12 @@ Port | Service | Software | Comment | Allow Public Access?
10028 | | Postfix | Used by Amavisd-new to handle email message sent by mlmmj mailing list manager. Introduced in iRedMail-0.9.9. | NO (listen on `127.0.0.1` by default)
9998 | | Amavisd-new | Used to manage quarantined emails. | NO (listen on `127.0.0.1` by default)
7777 | | iRedAPD | Postfix policy service for greylisting, whitelisting, blacklists, throttling, etc | NO (listen on `127.0.0.1` by default)
7778 | | iRedAPD | [SRS](https://en.wikipedia.org/wiki/Sender_Rewriting_Scheme) sender address rewritting. | NO (listen on `127.0.0.1` by default)
7779 | | iRedAPD | [SRS](https://en.wikipedia.org/wiki/Sender_Rewriting_Scheme) recipient address rewritting. | NO (listen on `127.0.0.1` by default)
7790 | http | mlmmjadmin | RESTful API server used to manage mlmmj mailing lists. Introduced in iRedMail-0.9.8. | NO (listen on `127.0.0.1` by default)
7791 | http | iredadmin | iRedAdmin (standalone uwsgi instance). Introduced in iRedMail-0.9.9. | NO (listen on `127.0.0.1` by default)
20000 | | SOGo | SOGo groupware | NO (listen on `127.0.0.1` by default)
11211 | | Memcached | A distributed, high performance memory object caching system. | No (listen on `127.0.0.1` by default)
11211 | | Memcached | A distributed, high performance memory object caching system. Currently used by only SOGo Groupware. | No (listen on `127.0.0.1` by default)
24242 | | Dovecot | Dovecot service status. Introduced in iRedMail-0.9.8. | NO (listen on `127.0.0.1` by default)
19999 | | Netdata | Netdata monitor. Introduced in iRedMail-0.9.8. | NO (listen on `127.0.0.1` by default)

View File

@ -32,7 +32,7 @@
<td>smtp</td>
<td>Postfix</td>
<td>Used for communication betweem mail servers. <strong>WARNING</strong>: This port <strong>MUST</strong> be open, otherwise you cannot receive email sent by other mail servers.</td>
<td class="red">YES (REQUIRED)</td>
<td><strong class="red">YES (REQUIRED)</strong></td>
</tr>
<tr>
<td>587</td>
@ -42,41 +42,41 @@
<td>YES (open to your end users)</td>
</tr>
<tr>
<td>24</td>
<td>lmtp</td>
<td>Dovecot</td>
<td>Used to deliver email to local mailboxes via LMTP protocol.</td>
<td>No (listen on <code>127.0.0.1</code> by default)</td>
</tr>
<tr>
<td>110</td>
<td>pop3</td>
<td>Dovecot</td>
<td>Used by end users to retrieve emails via POP3 protocol, secure connection over STARTTLS is available by default.</td>
<td>Used by end users to retrieve emails via POP3 protocol, secure connection over STARTTLS is enforced by default.</td>
<td>YES (open to your end users)</td>
</tr>
<tr>
<td>995</td>
<td>pop3s</td>
<td>Dovecot</td>
<td>Used by end users to retrieve emails via POP3 protocol over SSL. Port 110 with STARTTLS is recommended.</td>
<td>Used by end users to retrieve emails via POP3 protocol over SSL.</td>
<td>YES (open to your end users)</td>
</tr>
<tr>
<td>143</td>
<td>imap</td>
<td>Dovecot</td>
<td>Used by end users to retrieve emails via IMAP protocol, secure connection over STARTTLS is available by default.</td>
<td>Used by end users to retrieve emails via IMAP protocol, secure connection over STARTTLS is enforced by default.</td>
<td>YES (open to your end users)</td>
</tr>
<tr>
<td>993</td>
<td>imaps</td>
<td>Dovecot</td>
<td>Used by end users to retrieve emails via IMAP protocol over SSL. Port 143 with STARTTLS is recommended.</td>
<td>Used by end users to retrieve emails via IMAP protocol over SSL.</td>
<td>YES (open to your end users)</td>
</tr>
<tr>
<td>24</td>
<td>lmtp</td>
<td>Dovecot</td>
<td>Used to deliver email to local mailboxes via LMTP protocol.</td>
<td>No (listen on <code>127.0.0.1</code> by default)</td>
</tr>
<tr>
<td>4190</td>
<td>managesieve</td>
<td>Dovecot</td>
@ -175,6 +175,20 @@
<td>NO (listen on <code>127.0.0.1</code> by default)</td>
</tr>
<tr>
<td>7778</td>
<td></td>
<td>iRedAPD</td>
<td><a href="https://en.wikipedia.org/wiki/Sender_Rewriting_Scheme">SRS</a> sender address rewritting.</td>
<td>NO (listen on <code>127.0.0.1</code> by default)</td>
</tr>
<tr>
<td>7779</td>
<td></td>
<td>iRedAPD</td>
<td><a href="https://en.wikipedia.org/wiki/Sender_Rewriting_Scheme">SRS</a> recipient address rewritting.</td>
<td>NO (listen on <code>127.0.0.1</code> by default)</td>
</tr>
<tr>
<td>7790</td>
<td>http</td>
<td>mlmmjadmin</td>
@ -199,7 +213,7 @@
<td>11211</td>
<td></td>
<td>Memcached</td>
<td>A distributed, high performance memory object caching system.</td>
<td>A distributed, high performance memory object caching system. Currently used by only SOGo Groupware.</td>
<td>No (listen on <code>127.0.0.1</code> by default)</td>
</tr>
<tr>

View File

@ -49,7 +49,7 @@ server profile page, then apply the change.</p>
<p>To upgrade iRedAPD, please follow this tutorial:
<a href="./upgrade.iredapd.html">Upgrade iRedAPD</a>.</p>
<p>iRedAPD will listen on 3 network ports by default:</p>
<p>iRedAPD will listen to 3 network ports (all on <code>127.0.0.1</code>) by default:</p>
<ul>
<li><code>7777</code>: for general smtp access policy, including greylisting, throttling,
white/blacklisting, etc.</li>