iredmail-doc/en_US/upgrade/0-upgrade.iredapd.md

54 lines
1.9 KiB
Markdown
Raw Normal View History

2014-12-16 00:58:27 -06:00
# Upgrade iRedAPD
2016-04-25 21:19:09 -05:00
!!! attention
* Release Notes are available here: [iRedAPD Release Notes](./iredapd.releases.html).
* If you're trying to upgrade iRedAPD-1.3.x or earlier releases to the latest
2019-06-06 02:36:43 -05:00
iRedAPD, please check this tutorial instead:
[Upgrade iRedAPD from v1.3.x or earlier versions to latest release](./upgrade.old.iredapd.html).
* iRedMail and iRedAdmin-Pro completely drop support for Cluebringer, if
you're still running Cluebringer, please migrate to iRedAPD by following
[our tutorial](./cluebringer.to.iredapd.html).
!!! warning
For iRedMail SQL backends, the latest iRedAPD release requires at least
iRedMail-0.9.7 because it needs the newly introduced SQL table
`vmail.forwardings`.
2015-05-16 20:56:21 -05:00
2014-12-16 00:58:27 -06:00
This tutorial describes how to upgrade iRedAPD from `1.4.0` or later releases
to the latest stable release. It's applicable on all Linux/BSD distributions
supported by iRedMail.
2017-11-16 21:48:44 -06:00
1. Download the latest stable release here: <https://dl.iredmail.org/yum/misc/>.
For example, `iRedAPD-3.5.tar.gz`.
1. Upload it to your iRedMail server. Assume it's `/root/iRedAPD-3.5.tar.gz`.
2015-12-10 00:35:32 -06:00
1. Extract downloaded package and execute upgrade script:
!!! attention
If you're running iRedMail with OpenLDAP or MySQL/MariaDB backends,
upgrading from iRedAPD-1.6.0 or earlier releases requires MySQL root username
and password, please get them before you run upgrade script.
2014-12-16 00:58:27 -06:00
```
# cd /root
# tar zjf iRedAPD-3.5.tar.gz
# cd iRedAPD-3.5/tools/
2014-12-16 00:58:27 -06:00
# bash upgrade_iredapd.sh
```
That's all.
!!! note "Plugins"
2014-12-16 00:58:27 -06:00
* It's recommended to enable plugin `reject_null_sender` in iRedAPD-1.4.4
or later releases to prevent authenticated user sending spam as null sender.
* Plugin `amavisd_wblist` is required for whitelisting and blacklisting.
2016-02-04 02:58:33 -06:00
## See Also
2019-03-27 03:24:51 -06:00
* [Enable SRS (Sender Rewriting Scheme) support](./srs.html)
2016-02-04 02:58:33 -06:00
* [Migrate Cluebringer to iRedAPD](./cluebringer.to.iredapd.html)