diff --git a/en_US/integrations/0-integration.mlmmj.ldap.md b/en_US/integrations/0-integration.mlmmj.ldap.md index 04dc1095..c0d0892b 100644 --- a/en_US/integrations/0-integration.mlmmj.ldap.md +++ b/en_US/integrations/0-integration.mlmmj.ldap.md @@ -51,13 +51,13 @@ a good idea to backup it now before you adding any new mailing lists. iRedMail by default. So we can install it directly: ``` -yum install mlmmj uwsgi uwsgi-plugin-python uwsgi-logger-syslog +yum install mlmmj uwsgi uwsgi-plugin-python uwsgi-logger-syslog python-requests ``` * On Debian/Ubuntu: ``` -apt-get install mlmmj uwsgi uwsgi-plugin-python +apt-get install mlmmj uwsgi uwsgi-plugin-python python-requests ``` * On FreeBSD: @@ -67,6 +67,8 @@ cd /usr/ports/mail/mlmmj make install clean cd /usr/ports/www/uwsgi make install clean +cd /usr/ports/www/py-requests +make install clean ``` * On OpenBSD (iRedMail always installs `uwsgi` during installation, so no need @@ -230,7 +232,7 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier. cd /root/ wget https://github.com/iredmail/mlmmjadmin/archive/1.2.tar.gz tar zxf 1.2.tar.gz -C /opt -ln -s /opt/mlmmjadmin-1.1 /opt/mlmmjadmin +ln -s /opt/mlmmjadmin-1.2 /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 28169fcc..3156a8f9 100644 --- a/en_US/integrations/0-integration.mlmmj.mysql.md +++ b/en_US/integrations/0-integration.mlmmj.mysql.md @@ -51,13 +51,13 @@ databases. iRedMail by default. So we can install it directly: ``` -yum install mlmmj uwsgi uwsgi-plugin-python uwsgi-logger-syslog +yum install mlmmj uwsgi uwsgi-plugin-python uwsgi-logger-syslog python-requests ``` * On Debian/Ubuntu: ``` -apt-get install mlmmj uwsgi uwsgi-plugin-python +apt-get install mlmmj uwsgi uwsgi-plugin-python python-requests ``` * On FreeBSD: @@ -67,6 +67,8 @@ cd /usr/ports/mail/mlmmj make install clean cd /usr/ports/www/uwsgi make install clean +cd /usr/ports/www/py-requests +make install clean ``` * On OpenBSD: @@ -256,7 +258,7 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier. cd /root/ wget https://github.com/iredmail/mlmmjadmin/archive/1.2.tar.gz tar zxf 1.2.tar.gz -C /opt -ln -s /opt/mlmmjadmin-1.1 /opt/mlmmjadmin +ln -s /opt/mlmmjadmin-1.2 /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 4b54966a..de80bb23 100644 --- a/en_US/integrations/0-integration.mlmmj.pgsql.md +++ b/en_US/integrations/0-integration.mlmmj.pgsql.md @@ -51,13 +51,13 @@ databases. iRedMail by default. So we can install it directly: ``` -yum install mlmmj uwsgi uwsgi-plugin-python uwsgi-logger-syslog +yum install mlmmj uwsgi uwsgi-plugin-python uwsgi-logger-syslog python-requests ``` * On Debian/Ubuntu: ``` -apt-get install mlmmj uwsgi uwsgi-plugin-python +apt-get install mlmmj uwsgi uwsgi-plugin-python python-requests ``` * On FreeBSD: @@ -67,6 +67,8 @@ cd /usr/ports/mail/mlmmj make install clean cd /usr/ports/www/uwsgi make install clean +cd /usr/ports/www/py-requests +make install clean ``` * On OpenBSD (iRedMail always installs `uwsgi` during installation, so no need @@ -257,7 +259,7 @@ We will setup `mlmmjadmin` program to make managing mailing lists easier. cd /root/ wget https://github.com/iredmail/mlmmjadmin/archive/1.2.tar.gz tar zxf 1.2.tar.gz -C /opt -ln -s /opt/mlmmjadmin-1.1 /opt/mlmmjadmin +ln -s /opt/mlmmjadmin-1.2 /opt/mlmmjadmin ``` * Generate config file by copying sample file, `settings.py.sample`: diff --git a/en_US/upgrade/0-upgrade.sogo.3.to.4.md b/en_US/upgrade/0-upgrade.sogo.3.to.4.md index a3e603a3..1fcc8120 100644 --- a/en_US/upgrade/0-upgrade.sogo.3.to.4.md +++ b/en_US/upgrade/0-upgrade.sogo.3.to.4.md @@ -77,8 +77,8 @@ cp /etc/default/sogo /root/sogo-backup/default/ bash /var/vmail/backup/backup_sogo.sh ``` -* Open file `/etc/apt/sources.list`, change the version number `3` to `4`, like - below: +* Open file `/etc/apt/sources.list` or `/etc/apt/sources.list.d/sogo-nightly.list`, + change the version number `3` to `4`, like below: ``` # Debian diff --git a/html/integration.mlmmj.ldap.html b/html/integration.mlmmj.ldap.html index 141dafcd..03a97f6c 100644 --- a/html/integration.mlmmj.ldap.html +++ b/html/integration.mlmmj.ldap.html @@ -76,13 +76,13 @@ a good idea to backup it now before you adding any new mailing lists.

  • On RHEL/CentOS, mlmmj is available in EPEL repo, and it's enabled in iRedMail by default. So we can install it directly:
  • -
    yum install mlmmj uwsgi uwsgi-plugin-python uwsgi-logger-syslog
    +
    yum install mlmmj uwsgi uwsgi-plugin-python uwsgi-logger-syslog python-requests
     
    -
    apt-get install mlmmj uwsgi uwsgi-plugin-python
    +
    apt-get install mlmmj uwsgi uwsgi-plugin-python python-requests
     
      @@ -92,6 +92,8 @@ a good idea to backup it now before you adding any new mailing lists.

      make install clean cd /usr/ports/www/uwsgi make install clean +cd /usr/ports/www/py-requests +make install clean