iredmail-doc/html/upgrade.iredapd.html

100 lines
4.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2014-12-16 00:58:27 -06:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Upgrade iRedAPD</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
2014-12-16 00:58:27 -06:00
</head>
<body>
<div id="navigation">
2017-11-16 21:48:44 -06:00
<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>
2016-02-29 02:15:19 -06:00
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="upgrade-iredapd">Upgrade iRedAPD</h1>
2016-04-25 21:19:09 -05:00
<div class="admonition attention">
<p class="admonition-title">Attention</p>
2016-02-04 02:58:33 -06:00
<ul>
<li>Release Notes are available here: <a href="./iredapd.releases.html">iRedAPD Release Notes</a>.</li>
<li>If you're trying to upgrade iRedAPD-1.3.x or earlier releases to the latest
iRedAPD, please check this tutorial instead:
<a href="./upgrade.old.iredapd.html">Upgrade iRedAPD from v1.3.x or earlier versions to latest release</a>.</li>
<li>iRedMail and iRedAdmin-Pro completely drop support for Cluebringer, if
you're still running Cluebringer, please migrate to iRedAPD by following
<a href="./cluebringer.to.iredapd.html">our tutorial</a>.</li>
2017-11-16 21:48:44 -06:00
<li>We offer remote upgrade service, </li>
<li>We offer remote upgrade support, check
<a href="https://www.iredmail.org/support.html">the details</a> and
<a href="https://www.iredmail.org/contact.html">contact us</a>.</li>
2016-02-04 02:58:33 -06:00
</ul>
</div>
2014-12-16 00:58:27 -06:00
<p>This tutorial describes how to upgrade iRedAPD from <code>1.4.0</code> or later releases
to the latest stable release. It's applicable on all Linux/BSD distributions
supported by iRedMail.</p>
2015-12-10 00:35:32 -06:00
<ol>
2017-11-16 21:48:44 -06:00
<li>Download the latest stable release here: <a href="https://dl.iredmail.org/yum/misc/">https://dl.iredmail.org/yum/misc/</a>.
2019-01-02 19:23:47 -06:00
For example, iRedAPD-2.4.tar.bz2.</li>
<li>Upload it to your iRedMail server. Assume it's <code>/root/iRedAPD-2.4.tar.bz2</code>.</li>
2014-12-16 00:58:27 -06:00
<li>Extract downloaded package and execute upgrade script:</li>
2015-12-10 00:35:32 -06:00
</ol>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>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.</p>
</div>
2014-12-16 00:58:27 -06:00
<pre><code># cd /root
2019-01-02 19:23:47 -06:00
# tar xjf iRedAPD-2.4.tar.bz2
# cd iRedAPD-2.4/tools/
2014-12-16 00:58:27 -06:00
# bash upgrade_iredapd.sh
</code></pre>
<p>That's all.</p>
<div class="admonition note">
2019-03-24 20:04:23 -06:00
<p class="admonition-title">Known issues of SRS (Sender Rewriting Scheme) support</p>
<ul>
<li>
<p>Sender addresses will always be rewritten even if the mail is not
forwarded at all. This is because the canonical maps are read by the
Postfix cleanup daemon, which processes mails at the very beginning
before any routing decision is made.</p>
</li>
<li>
<p>Postfix will use rewritten address in the <code>Return-Path:</code> header, if you
have any sieve rules based on <code>Return-Path:</code>, it MAY not work anymore and
please update your sieve rules to match rewritten address.</p>
</li>
</ul>
</div>
<div class="admonition note">
<p class="admonition-title">Plugins</p>
2014-12-16 00:58:27 -06:00
<ul>
<li>
<p>It's recommended to enable plugin <code>reject_null_sender</code> in iRedAPD-1.4.4
or later releases to prevent authenticated user sending spam as null sender.</p>
2014-12-16 00:58:27 -06:00
</li>
<li>
<p>Plugin <code>amavisd_wblist</code> is required for whitelisting and blacklisting.</p>
2015-04-19 03:45:21 -05:00
</li>
2016-02-04 02:58:33 -06:00
</ul>
</div>
2016-02-04 02:58:33 -06:00
<h2 id="see-also">See Also</h2>
<ul>
<li><a href="./cluebringer.to.iredapd.html">Migrate Cluebringer to iRedAPD</a></li>
</ul><div class="footer">
2017-11-16 21:48:44 -06:00
<p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket 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://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">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>
2017-11-05 02:33:58 -06:00
<!-- 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());
2017-11-05 02:33:58 -06:00
gtag('config', 'UA-3293801-21');
2014-12-16 00:58:27 -06:00
</script>
</body></html>