Update supported distro releases.

This commit is contained in:
Zhang Huangbin 2020-02-27 12:05:00 +08:00
parent 059796a150
commit a9c0f93f32
4 changed files with 8 additions and 8 deletions

View File

@ -42,10 +42,10 @@ Linux/BSD distribution releases supported by __iRedMail Easy__:
Distribution | Release Versions
--- |---
CentOS | 7
CentOS | 7, 8
Debian | 9, 10
Ubuntu | 18.04
OpenBSD | 6.4, 6.5
OpenBSD | 6.6
If you need to install iRedMail on FreeBSD, please use the [downloadable
installer](https://www.iredmail.org/download.html) instead.

View File

@ -68,8 +68,8 @@ PostgreSQL | `sql_user_postgres` (Linux)<br/>`sql_user__postgresql` (OpenBSD) |
LDAP | `ldap_root_password` | Password of LDAP root dn (cn=Manager,dc=xx,dc=xx) |
LDAP | `ldap_vmail_password` | Password of LDAP dn `cn=vmail,dc=xx,dc=xx` | `/etc/postfix/ldap/*.cf`
LDAP | `ldap_vmailadmin_password` | Password of LDAP dn `cn=vmailadmin,dc=xx,dc=xx` | `/opt/www/iredadmin/settings.py`
ALL | `sql_user_vmail` | Password of SQL user `vmail` | `/etc/postfix/mysql/*.cf` or `/etc/postfix/pgsql/*.cf`
ALL | `sql_user_vmailadmin` | Password of SQL user `vmailadmin` | `/opt/www/iredadmin/settings.py`
MySQL, PostgreSQL | `sql_user_vmail` | Password of SQL user `vmail` | `/etc/postfix/mysql/*.cf` or `/etc/postfix/pgsql/*.cf`
MySQL, PostgreSQL | `sql_user_vmailadmin` | Password of SQL user `vmailadmin` | `/opt/www/iredadmin/settings.py`
ALL | `sql_user_amavisd` | Password of SQL user `amavisd` | `/etc/amavisd/amavisd.conf` (Linux/OpenBSD)<br>`/etc/amavis/conf.d/50-user` (Debian/Ubuntu)
ALL | `sql_user_sa_bayes` | Password of SQL user `sa_bayes` | `/etc/mail/spamassassin/local.cf`
ALL | `sql_user_iredadmin` | Password of SQL user `iredadmin` | `/opt/www/iredadmin/settings.py`

View File

@ -84,7 +84,7 @@ installation guides here: <a href="./index.html#install">Install iRedMail</a>.</
<tbody>
<tr>
<td>CentOS</td>
<td>7</td>
<td>7, 8</td>
</tr>
<tr>
<td>Debian</td>
@ -96,7 +96,7 @@ installation guides here: <a href="./index.html#install">Install iRedMail</a>.</
</tr>
<tr>
<td>OpenBSD</td>
<td>6.4, 6.5</td>
<td>6.6</td>
</tr>
</tbody>
</table>

View File

@ -135,13 +135,13 @@ config files.</p>
<td><code>/opt/www/iredadmin/settings.py</code></td>
</tr>
<tr>
<td>ALL</td>
<td>MySQL, PostgreSQL</td>
<td><code>sql_user_vmail</code></td>
<td>Password of SQL user <code>vmail</code></td>
<td><code>/etc/postfix/mysql/*.cf</code> or <code>/etc/postfix/pgsql/*.cf</code></td>
</tr>
<tr>
<td>ALL</td>
<td>MySQL, PostgreSQL</td>
<td><code>sql_user_vmailadmin</code></td>
<td>Password of SQL user <code>vmailadmin</code></td>
<td><code>/opt/www/iredadmin/settings.py</code></td>