Update mlmmj integration tutorials.

This commit is contained in:
Zhang Huangbin 2018-04-06 19:58:04 +02:00
parent 9009735a6b
commit 1819a0f65c
5 changed files with 21 additions and 26 deletions

View File

@ -111,13 +111,11 @@ We need some updates in `vmail` SQL database:
* new SQL column `domain.maillists`: used to set per-domain limit of mailing
list accounts. This column is mostly used by iRedAdmin-Pro.
Now apply the SQL changes with SQL commands below:
This SQL structure was introduced in iRedMail-0.9.8, if you're running
an old iRedMail release, please upgrade iRedMail to the latest stable release
by following our tutorials first:
```
cd /tmp
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/mlmmj.mysql
mysql vmail < mlmmj.mysql
```
* [iRedMail Upgrade Tutorials](./iredmail.releases.html)
## Postfix integration

View File

@ -112,14 +112,11 @@ We need some updates in `vmail` SQL database:
* new SQL column `domain.maillists`: used to set per-domain limit of mailing
list accounts. This column is mostly used by iRedAdmin-Pro.
Now apply the SQL changes with SQL commands below:
This SQL structure was introduced in iRedMail-0.9.8, if you're running
an old iRedMail release, please upgrade iRedMail to the latest stable release
by following our tutorials first:
```
cd /tmp
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/mlmmj.pgsql
su - postgres
psql -d vmail < /tmp/mlmmj.pgsql
```
* [iRedMail Upgrade Tutorials](./iredmail.releases.html)
## Postfix integration

View File

@ -198,6 +198,7 @@
<li><a href="iredadmin-pro.custom.logo.html">iRedAdmin-Pro: Custom logo image, brand name, short product description</a></li>
<li><a href="iredadmin-pro.default.password.policy.html">iRedAdmin-Pro: Default password restrictions</a></li>
<li><a href="iredadmin-pro.domain.ownership.verification.html">iRedAdmin-Pro: Domain ownership verification</a></li>
<li><a href="iredadmin-pro.restful.api-new.html">iRedAdmin-Pro: RESTful API</a></li>
<li><a href="iredadmin-pro.restful.api.html">iRedAdmin-Pro: RESTful API</a></li>
<li><a href="iredadmin-pro.self-service.html">iRedAdmin-Pro: Enable self-service to allow users to manage their own preferences and more</a></li>
<li><a href="iredadmin-pro.set.a.proper.timezone.html">iRedAdmin-Pro: Set a proper time zone</a></li>

View File

@ -128,12 +128,12 @@ chmod 0755 /var/vmail # Make sure this directory is accessible by othe
<li>new SQL column <code>domain.maillists</code>: used to set per-domain limit of mailing
list accounts. This column is mostly used by iRedAdmin-Pro.</li>
</ul>
<p>Now apply the SQL changes with SQL commands below:</p>
<pre><code>cd /tmp
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/mlmmj.mysql
mysql vmail &lt; mlmmj.mysql
</code></pre>
<p>This SQL structure was introduced in iRedMail-0.9.8, if you're running
an old iRedMail release, please upgrade iRedMail to the latest stable release
by following our tutorials first:</p>
<ul>
<li><a href="./iredmail.releases.html">iRedMail Upgrade Tutorials</a></li>
</ul>
<h2 id="postfix-integration">Postfix integration</h2>
<ul>
<li>

View File

@ -129,13 +129,12 @@ chmod 0755 /var/vmail # Make sure this directory is accessible by othe
<li>new SQL column <code>domain.maillists</code>: used to set per-domain limit of mailing
list accounts. This column is mostly used by iRedAdmin-Pro.</li>
</ul>
<p>Now apply the SQL changes with SQL commands below:</p>
<pre><code>cd /tmp
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/mlmmj.pgsql
su - postgres
psql -d vmail &lt; /tmp/mlmmj.pgsql
</code></pre>
<p>This SQL structure was introduced in iRedMail-0.9.8, if you're running
an old iRedMail release, please upgrade iRedMail to the latest stable release
by following our tutorials first:</p>
<ul>
<li><a href="./iredmail.releases.html">iRedMail Upgrade Tutorials</a></li>
</ul>
<h2 id="postfix-integration">Postfix integration</h2>
<ul>
<li>