From 2cf04fd56f50f278f4b41ea9466a232c9ceac585 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Tue, 22 Jan 2019 12:39:19 +0800 Subject: [PATCH] Update mlmmjadmin version number: 1.9 -> 2.0. --- en_US/integrations/0-integration.mlmmj.ldap.md | 10 +++++----- en_US/integrations/0-integration.mlmmj.mysql.md | 10 +++++----- en_US/integrations/0-integration.mlmmj.pgsql.md | 10 +++++----- en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md | 2 +- en_US/upgrade/4-upgrade.mlmmjadmin.md | 8 ++++---- html/integration.mlmmj.ldap.html | 10 +++++----- html/integration.mlmmj.mysql.html | 10 +++++----- html/integration.mlmmj.pgsql.html | 10 +++++----- html/upgrade.iredmail.0.9.8-0.9.9.html | 4 ++-- html/upgrade.mlmmjadmin.html | 8 ++++---- 10 files changed, 41 insertions(+), 41 deletions(-) diff --git a/en_US/integrations/0-integration.mlmmj.ldap.md b/en_US/integrations/0-integration.mlmmj.ldap.md index f609b3c6..fb92f103 100644 --- a/en_US/integrations/0-integration.mlmmj.ldap.md +++ b/en_US/integrations/0-integration.mlmmj.ldap.md @@ -230,14 +230,14 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier. !!! attention - We use version `1.9` for example below. + We use version `2.0` for example below. ``` cd /root/ -wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz -tar zxf 1.9.tar.gz -C /opt -rm -f 1.9.tar.gz -ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin +wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz +tar zxf 2.0.tar.gz -C /opt +rm -f 2.0.tar.gz +ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin ``` * Generate config file by copying sample file, `settings.py.sample`: diff --git a/en_US/integrations/0-integration.mlmmj.mysql.md b/en_US/integrations/0-integration.mlmmj.mysql.md index 9513994f..49dc6cde 100644 --- a/en_US/integrations/0-integration.mlmmj.mysql.md +++ b/en_US/integrations/0-integration.mlmmj.mysql.md @@ -248,14 +248,14 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier. !!! attention - We use version `1.9` for example below. + We use version `2.0` for example below. ``` cd /root/ -wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz -tar zxf 1.9.tar.gz -C /opt -rm -f 1.9.tar.gz -ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin +wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz +tar zxf 2.0.tar.gz -C /opt +rm -f 2.0.tar.gz +ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin ``` * Generate config file by copying sample file, `settings.py.sample`: diff --git a/en_US/integrations/0-integration.mlmmj.pgsql.md b/en_US/integrations/0-integration.mlmmj.pgsql.md index 7dc0a02e..caa06d77 100644 --- a/en_US/integrations/0-integration.mlmmj.pgsql.md +++ b/en_US/integrations/0-integration.mlmmj.pgsql.md @@ -249,14 +249,14 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier. !!! attention - We use version `1.9` for example below. + We use version `2.0` for example below. ``` cd /root/ -wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz -tar zxf 1.9.tar.gz -C /opt -rm -f 1.9.tar.gz -ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin +wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz +tar zxf 2.0.tar.gz -C /opt +rm -f 2.0.tar.gz +ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin ``` * Generate config file by copying sample file, `settings.py.sample`: diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md b/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md index e6020109..02fa054a 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.8-0.9.9.md @@ -46,7 +46,7 @@ Please follow this tutorial to upgrade iRedAdmin open source edition to the latest stable release: [Upgrade iRedAdmin to the latest stable release](./migrate.or.upgrade.iredadmin.html) -### Upgrade mlmmjadmin to the latest stable release (1.9) +### Upgrade mlmmjadmin to the latest stable release (2.0) Please follow below tutorial to upgrade mlmmjadmin to the latest stable release: [Upgrade mlmmjadmin to the latest stable release](./upgrade.mlmmjadmin.html) diff --git a/en_US/upgrade/4-upgrade.mlmmjadmin.md b/en_US/upgrade/4-upgrade.mlmmjadmin.md index 25ba67bd..03aa9230 100644 --- a/en_US/upgrade/4-upgrade.mlmmjadmin.md +++ b/en_US/upgrade/4-upgrade.mlmmjadmin.md @@ -12,13 +12,13 @@ * Login to the iRedMail server first, and switch to root user with `su` or `sudo`. * Download the latest package with `wget` command, extract download package and - run a script to upgrade it. Note: We use version `1.9` for example here, `1.9.tar.gz`. + run a script to upgrade it. Note: We use version `2.0` for example here, `2.0.tar.gz`. ``` cd /root/ -wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz -tar zxf 1.9.tar.gz -cd mlmmjadmin-1.9/tools/ +wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz +tar zxf 2.0.tar.gz +cd mlmmjadmin-2.0/tools/ bash upgrade_mlmmjadmin.sh ``` diff --git a/html/integration.mlmmj.ldap.html b/html/integration.mlmmj.ldap.html index 72e550b5..adf4b096 100644 --- a/html/integration.mlmmj.ldap.html +++ b/html/integration.mlmmj.ldap.html @@ -245,15 +245,15 @@ fully integrated.

extract downloaded package to /opt/ directory, and create a symbol link:

Attention

-

We use version 1.9 for example below.

+

We use version 2.0 for example below.

cd /root/
-wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
-tar zxf 1.9.tar.gz -C /opt
-rm -f 1.9.tar.gz
-ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin
+wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
+tar zxf 2.0.tar.gz -C /opt
+rm -f 2.0.tar.gz
+ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin
 
cd /root/
-wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
-tar zxf 1.9.tar.gz -C /opt
-rm -f 1.9.tar.gz
-ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin
+wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
+tar zxf 2.0.tar.gz -C /opt
+rm -f 2.0.tar.gz
+ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin
 
cd /root/
-wget https://github.com/iredmail/mlmmjadmin/archive/1.9.tar.gz
-tar zxf 1.9.tar.gz -C /opt
-rm -f 1.9.tar.gz
-ln -s /opt/mlmmjadmin-1.9 /opt/mlmmjadmin
+wget https://github.com/iredmail/mlmmjadmin/archive/2.0.tar.gz
+tar zxf 2.0.tar.gz -C /opt
+rm -f 2.0.tar.gz
+ln -s /opt/mlmmjadmin-2.0 /opt/mlmmjadmin