From dbdb0af14a932473c73d3f340b4d2e9738b5aeb6 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 6 Oct 2021 13:40:40 +0800 Subject: [PATCH] Sync mlmmjadmin version number. --- en_US/integrations/0-integration.mlmmj.ldap.md | 12 ++++++------ en_US/integrations/0-integration.mlmmj.mysql.md | 12 ++++++------ en_US/integrations/0-integration.mlmmj.pgsql.md | 12 ++++++------ html/integration.mlmmj.ldap.html | 12 ++++++------ html/integration.mlmmj.mysql.html | 12 ++++++------ html/integration.mlmmj.pgsql.html | 12 ++++++------ 6 files changed, 36 insertions(+), 36 deletions(-) diff --git a/en_US/integrations/0-integration.mlmmj.ldap.md b/en_US/integrations/0-integration.mlmmj.ldap.md index c47cd3d2..71e70c16 100644 --- a/en_US/integrations/0-integration.mlmmj.ldap.md +++ b/en_US/integrations/0-integration.mlmmj.ldap.md @@ -240,17 +240,17 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier. !!! attention - We use version `3.1.2` for example below. + We use version `3.1.3` for example below. - `mlmmjadmin-3.x` and later releases requires Python 3. - `mlmmjadmin-2.x` and older releases requires Python 2. ``` cd /root/ -wget https://github.com/iredmail/mlmmjadmin/archive/3.1.2.tar.gz -tar zxf 3.1.2.tar.gz -C /opt -rm -f 3.1.2.tar.gz -ln -s /opt/mlmmjadmin-3.1.2 /opt/mlmmjadmin +wget https://github.com/iredmail/mlmmjadmin/archive/3.1.3.tar.gz +tar zxf 3.1.3.tar.gz -C /opt +rm -f 3.1.3.tar.gz +ln -s /opt/mlmmjadmin-3.1.3 /opt/mlmmjadmin ``` * Generate config file by copying sample file, `settings.py.sample`: @@ -353,7 +353,7 @@ chkconfig --level 345 mlmmjadmin on # # For RHEL/CentOS 7 # -perl -pi -e 's#python,#python36,#' /opt/mlmmjadmin/rc_scripts/systemd/rhel.service +perl -pi -e 's#python,#python36,#' /opt/mlmmjadmin/rc_scripts/uwsgi/rhel.ini cp /opt/mlmmjadmin/rc_scripts/systemd/rhel.service /lib/systemd/system/mlmmjadmin.service chmod 0644 /lib/systemd/system/mlmmjadmin.service systemctl daemon-reload diff --git a/en_US/integrations/0-integration.mlmmj.mysql.md b/en_US/integrations/0-integration.mlmmj.mysql.md index 5f50bdab..7a7b6dff 100644 --- a/en_US/integrations/0-integration.mlmmj.mysql.md +++ b/en_US/integrations/0-integration.mlmmj.mysql.md @@ -255,17 +255,17 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier. !!! attention - We use version `3.1.2` for example below. + We use version `3.1.3` for example below. - `mlmmjadmin-3.x` and later releases requires Python 3. - `mlmmjadmin-2.x` and older releases requires Python 2. ``` cd /root/ -wget https://github.com/iredmail/mlmmjadmin/archive/3.1.2.tar.gz -tar zxf 3.1.2.tar.gz -C /opt -rm -f 3.1.2.tar.gz -ln -s /opt/mlmmjadmin-3.1.2 /opt/mlmmjadmin +wget https://github.com/iredmail/mlmmjadmin/archive/3.1.3.tar.gz +tar zxf 3.1.3.tar.gz -C /opt +rm -f 3.1.3.tar.gz +ln -s /opt/mlmmjadmin-3.1.3 /opt/mlmmjadmin ``` * Generate config file by copying sample file, `settings.py.sample`: @@ -370,7 +370,7 @@ chkconfig --level 345 mlmmjadmin on # # For RHEL/CentOS 7 # -perl -pi -e 's#python,#python36,#' /opt/mlmmjadmin/rc_scripts/systemd/rhel.service +perl -pi -e 's#python,#python36,#' /opt/mlmmjadmin/rc_scripts/uwsgi/rhel.ini cp /opt/mlmmjadmin/rc_scripts/systemd/rhel.service /lib/systemd/system/mlmmjadmin.service chmod 0644 /lib/systemd/system/mlmmjadmin.service systemctl daemon-reload diff --git a/en_US/integrations/0-integration.mlmmj.pgsql.md b/en_US/integrations/0-integration.mlmmj.pgsql.md index f6713d2f..e77db199 100644 --- a/en_US/integrations/0-integration.mlmmj.pgsql.md +++ b/en_US/integrations/0-integration.mlmmj.pgsql.md @@ -256,17 +256,17 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier. !!! attention - We use version `3.1.2` for example below. + We use version `3.1.3` for example below. - `mlmmjadmin-3.x` and later releases requires Python 3. - `mlmmjadmin-2.x` and older releases requires Python 2. ``` cd /root/ -wget https://github.com/iredmail/mlmmjadmin/archive/3.1.2.tar.gz -tar zxf 3.1.2.tar.gz -C /opt -rm -f 3.1.2.tar.gz -ln -s /opt/mlmmjadmin-3.1.2 /opt/mlmmjadmin +wget https://github.com/iredmail/mlmmjadmin/archive/3.1.3.tar.gz +tar zxf 3.1.3.tar.gz -C /opt +rm -f 3.1.3.tar.gz +ln -s /opt/mlmmjadmin-3.1.3 /opt/mlmmjadmin ``` * Generate config file by copying sample file, `settings.py.sample`: @@ -371,7 +371,7 @@ chkconfig --level 345 on mlmmjadmin # # For RHEL/CentOS # -perl -pi -e 's#python,#python36,#' /opt/mlmmjadmin/rc_scripts/systemd/rhel.service +perl -pi -e 's#python,#python36,#' /opt/mlmmjadmin/rc_scripts/uwsgi/rhel.ini cp /opt/mlmmjadmin/rc_scripts/systemd/rhel.service /lib/systemd/system/mlmmjadmin.service chmod 0644 /lib/systemd/system/mlmmjadmin.service systemctl daemon-reload diff --git a/html/integration.mlmmj.ldap.html b/html/integration.mlmmj.ldap.html index cf6918e5..6882fd7c 100644 --- a/html/integration.mlmmj.ldap.html +++ b/html/integration.mlmmj.ldap.html @@ -257,7 +257,7 @@ fully integrated.

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

Attention

-

We use version 3.1.2 for example below.

+

We use version 3.1.3 for example below.

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