Update upgrade tutorials.

This commit is contained in:
Zhang Huangbin 2020-06-30 12:37:55 +08:00
parent 3efcf7612f
commit 4d7c5898e1
8 changed files with 146 additions and 15 deletions

View File

@ -27,9 +27,9 @@ Run commands below on your iRedMail server:
```
cd /root
wget -O iRedAPD-4.0.tar.gz https://github.com/iredmail/iRedAPD/archive/4.0.tar.gz
tar zxf iRedAPD-4.0.tar.gz
cd iRedAPD-4.0/tools/
wget -O iRedAPD-4.1.tar.gz https://github.com/iredmail/iRedAPD/archive/4.1.tar.gz
tar zxf iRedAPD-4.1.tar.gz
cd iRedAPD-4.1/tools/
bash upgrade_iredapd.sh
```

View File

@ -24,6 +24,16 @@ so that you can know which version of iRedMail you're running. For example:
1.3
```
### Upgrade iRedAPD (Postfix policy server) to the latest stable release
Please follow below tutorial to upgrade iRedAPD to the latest stable release:
[Upgrade iRedAPD to the latest stable release](./upgrade.iredapd.html)
### Upgrade mlmmjadmin to the latest stable release
Please follow below tutorial to upgrade mlmmjadmin to the latest stable release:
[Upgrade mlmmjadmin to the latest stable release](./upgrade.mlmmjadmin.html)
### Upgrade Roundcube webmail to the latest stable release (1.4.6)
!!! warning "Roundcube 1.4"

View File

@ -0,0 +1,25 @@
# mlmmjadmin upgrade tutorial (RESTful API server used to manage mlmmj mailing list)
## Summary
* mlmmjadmin is a RESTful API server used to manage [mlmmj](http://mlmmj.org) mailing list.
* Source code is hosted on [GitHub](https://github.com/iredmail/mlmmjadmin).
* Download the [latest stable release](https://github.com/iredmail/mlmmjadmin/releases)
and check its release notes.
## Upgrade mlmmjadmin
* 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 `2.1` for example here, `2.1.tar.gz`.
```
cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/2.1.tar.gz
tar zxf 2.1.tar.gz
cd mlmmjadmin-2.1/tools/
bash upgrade_mlmmjadmin.sh
```
* That's all.

View File

@ -1,5 +1,21 @@
# mlmmjadmin upgrade tutorial (RESTful API server used to manage mlmmj mailing list)
!!! warning
* mlmmjadmin-3.0 and later releases __require Python 3.5+__, only listed
distribution releases are qualified to upgrade:
- CentOS 7 and later
- Debian 9 and later
- Ubuntu 16.04 and later
- FreeBSD with latest ports tree
- OpenBSD 6.6 and later
If you're running an old Linux/BSD release which doesn't have Python
3.5+, please stay with mlmmjadmin-2.1, it's the last release supports
Python 2. if you need to upgrade to mlmmjadmin-2.1, please follow this
upgrade tutorial instead: [Upgrade mlmmjadmin to v2.1](./upgrade.mlmmjadmin.py2.html).
## Summary
* mlmmjadmin is a RESTful API server used to manage [mlmmj](http://mlmmj.org) mailing list.
@ -7,18 +23,17 @@
* Download the [latest stable release](https://github.com/iredmail/mlmmjadmin/releases)
and check its release notes.
## Upgrade mlmmjadmin
* 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 `2.1` for example here, `2.1.tar.gz`.
run a script to upgrade it. Note: We use version `3.0` for example here, `3.0.tar.gz`.
```
cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/2.1.tar.gz
tar zxf 2.1.tar.gz
cd mlmmjadmin-2.1/tools/
wget https://github.com/iredmail/mlmmjadmin/archive/3.0.tar.gz
tar zxf 3.0.tar.gz
cd mlmmjadmin-3.0/tools/
bash upgrade_mlmmjadmin.sh
```

View File

@ -46,9 +46,9 @@
to the latest stable release on listed distribution releases listed above.</p>
<p>Run commands below on your iRedMail server:</p>
<pre><code>cd /root
wget -O iRedAPD-4.0.tar.gz https://github.com/iredmail/iRedAPD/archive/4.0.tar.gz
tar zxf iRedAPD-4.0.tar.gz
cd iRedAPD-4.0/tools/
wget -O iRedAPD-4.1.tar.gz https://github.com/iredmail/iRedAPD/archive/4.1.tar.gz
tar zxf iRedAPD-4.1.tar.gz
cd iRedAPD-4.1/tools/
bash upgrade_iredapd.sh
</code></pre>

View File

@ -22,6 +22,8 @@
<li><a href="#changelog">ChangeLog</a></li>
<li><a href="#general-all-backends-should-apply-these-changes">General (All backends should apply these changes)</a><ul>
<li><a href="#update-etciredmail-release-with-new-iredmail-version-number">Update /etc/iredmail-release with new iRedMail version number</a></li>
<li><a href="#upgrade-iredapd-postfix-policy-server-to-the-latest-stable-release">Upgrade iRedAPD (Postfix policy server) to the latest stable release</a></li>
<li><a href="#upgrade-mlmmjadmin-to-the-latest-stable-release">Upgrade mlmmjadmin to the latest stable release</a></li>
<li><a href="#upgrade-roundcube-webmail-to-the-latest-stable-release-146">Upgrade Roundcube webmail to the latest stable release (1.4.6)</a></li>
<li><a href="#fixed-can-not-manage-mail-filters-with-roundcube-on-centos-7">Fixed: can not manage mail filters with Roundcube on CentOS 7</a></li>
<li><a href="#fixed-inconsistent-fail2ban-jail-names">Fixed: inconsistent Fail2ban jail names</a></li>
@ -63,6 +65,12 @@ so that you can know which version of iRedMail you're running. For example:</p>
<pre><code>1.3
</code></pre>
<h3 id="upgrade-iredapd-postfix-policy-server-to-the-latest-stable-release">Upgrade iRedAPD (Postfix policy server) to the latest stable release</h3>
<p>Please follow below tutorial to upgrade iRedAPD to the latest stable release:
<a href="./upgrade.iredapd.html">Upgrade iRedAPD to the latest stable release</a></p>
<h3 id="upgrade-mlmmjadmin-to-the-latest-stable-release">Upgrade mlmmjadmin to the latest stable release</h3>
<p>Please follow below tutorial to upgrade mlmmjadmin to the latest stable release:
<a href="./upgrade.mlmmjadmin.html">Upgrade mlmmjadmin to the latest stable release</a></p>
<h3 id="upgrade-roundcube-webmail-to-the-latest-stable-release-146">Upgrade Roundcube webmail to the latest stable release (1.4.6)</h3>
<div class="admonition warning">
<p class="admonition-title">Roundcube 1.4</p>

View File

@ -16,6 +16,26 @@
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="mlmmjadmin-upgrade-tutorial-restful-api-server-used-to-manage-mlmmj-mailing-list">mlmmjadmin upgrade tutorial (RESTful API server used to manage mlmmj mailing list)</h1>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<ul>
<li>
<p>mlmmjadmin-3.0 and later releases <strong>require Python 3.5+</strong>, only listed
distribution releases are qualified to upgrade:</p>
<ul>
<li>CentOS 7 and later</li>
<li>Debian 9 and later</li>
<li>Ubuntu 16.04 and later</li>
<li>FreeBSD with latest ports tree</li>
<li>OpenBSD 6.6 and later</li>
</ul>
</li>
</ul>
<p>If you're running an old Linux/BSD release which doesn't have Python
3.5+, please stay with mlmmjadmin-2.1, it's the last release supports
Python 2. if you need to upgrade to mlmmjadmin-2.1, please follow this
upgrade tutorial instead: <a href="./upgrade.mlmmjadmin.py2.html">Upgrade mlmmjadmin to v2.1</a>.</p>
</div>
<h2 id="summary">Summary</h2>
<ul>
<li>mlmmjadmin is a RESTful API server used to manage <a href="http://mlmmj.org">mlmmj</a> mailing list.</li>
@ -27,12 +47,12 @@
<ul>
<li>Login to the iRedMail server first, and switch to root user with <code>su</code> or <code>sudo</code>.</li>
<li>Download the latest package with <code>wget</code> command, extract download package and
run a script to upgrade it. Note: We use version <code>2.1</code> for example here, <code>2.1.tar.gz</code>.</li>
run a script to upgrade it. Note: We use version <code>3.0</code> for example here, <code>3.0.tar.gz</code>.</li>
</ul>
<pre><code>cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/2.1.tar.gz
tar zxf 2.1.tar.gz
cd mlmmjadmin-2.1/tools/
wget https://github.com/iredmail/mlmmjadmin/archive/3.0.tar.gz
tar zxf 3.0.tar.gz
cd mlmmjadmin-3.0/tools/
bash upgrade_mlmmjadmin.sh
</code></pre>

View File

@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>mlmmjadmin upgrade tutorial (RESTful API server used to manage mlmmj mailing list)</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<div id="navigation">
<a href="https://www.iredmail.org" target="_blank">
<img alt="iRedMail web site"
src="./images/logo-iredmail.png"
style="vertical-align: middle; height: 30px;"
/>&nbsp;
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="mlmmjadmin-upgrade-tutorial-restful-api-server-used-to-manage-mlmmj-mailing-list">mlmmjadmin upgrade tutorial (RESTful API server used to manage mlmmj mailing list)</h1>
<h2 id="summary">Summary</h2>
<ul>
<li>mlmmjadmin is a RESTful API server used to manage <a href="http://mlmmj.org">mlmmj</a> mailing list.</li>
<li>Source code is hosted on <a href="https://github.com/iredmail/mlmmjadmin">GitHub</a>.</li>
<li>Download the <a href="https://github.com/iredmail/mlmmjadmin/releases">latest stable release</a>
and check its release notes.</li>
</ul>
<h2 id="upgrade-mlmmjadmin">Upgrade mlmmjadmin</h2>
<ul>
<li>Login to the iRedMail server first, and switch to root user with <code>su</code> or <code>sudo</code>.</li>
<li>Download the latest package with <code>wget</code> command, extract download package and
run a script to upgrade it. Note: We use version <code>2.1</code> for example here, <code>2.1.tar.gz</code>.</li>
</ul>
<pre><code>cd /root/
wget https://github.com/iredmail/mlmmjadmin/archive/2.1.tar.gz
tar zxf 2.1.tar.gz
cd mlmmjadmin-2.1/tools/
bash upgrade_mlmmjadmin.sh
</code></pre>
<ul>
<li>That's all.</li>
</ul><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://github.com/iredmail/docs/">GitHub repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://github.com/iredmail/docs/archive/master.zip">download the latest version</a> for offline reading. If you found something wrong, please do <a href="https://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3293801-21"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-3293801-21');
</script>
</body></html>