This commit is contained in:
Zhang Huangbin 2018-08-03 09:32:58 +02:00
parent 74e107de96
commit becc187f71
4 changed files with 8 additions and 4 deletions

View File

@ -68,6 +68,7 @@ Additional config files under `/etc/dovecot/`:
* `/var/log/dovecot.log`: main log file.
* Since iRedMail-0.9.8, log files are under `/var/log/dovecot/` directory.
* Since iRedMail-0.9.6, on Linux:
* `/var/log/dovecot-imap.log`: IMAP service related log.
* `/var/log/dovecot-pop3.log`: POP3 service related log.

View File

@ -6,9 +6,9 @@ Port | Service | Software | Comment | Allow Public Access?
587 | submission | Postfix | a.k.a. SMTP over TLS. Used by end users to send/submit email. | 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 restrieve emails via POP3 protocol over SSL. Port 110 with STARTTLS is recommended. | 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 restrieve emails via IMAP protocol over SSL. Port 143 with STARTTLS is recommended. | 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)

View File

@ -126,6 +126,9 @@
<p><code>/var/log/dovecot.log</code>: main log file.</p>
</li>
<li>
<p>Since iRedMail-0.9.8, log files are under <code>/var/log/dovecot/</code> directory.</p>
</li>
<li>
<p>Since iRedMail-0.9.6, on Linux:</p>
<ul>
<li><code>/var/log/dovecot-imap.log</code>: IMAP service related log.</li>

View File

@ -59,7 +59,7 @@
<td>995</td>
<td>pop3s</td>
<td>Dovecot</td>
<td>Used by end users to restrieve 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. Port 110 with STARTTLS is recommended.</td>
<td>YES (open to your end users)</td>
</tr>
<tr>
@ -73,7 +73,7 @@
<td>993</td>
<td>imaps</td>
<td>Dovecot</td>
<td>Used by end users to restrieve 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. Port 143 with STARTTLS is recommended.</td>
<td>YES (open to your end users)</td>
</tr>
<tr>