iredmail-doc/html_bk/upgrade.iredmail.0.7.0-0.7....

61 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Upgrade iRedMail from 0.7.0 to 0.7.1</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="upgrade-iredmail-from-070-to-071">Upgrade iRedMail from 0.7.0 to 0.7.1</h1>
<div class="toc">
<ul>
<li><a href="#upgrade-iredmail-from-070-to-071">Upgrade iRedMail from 0.7.0 to 0.7.1</a><ul>
<li><a href="#changelog">ChangeLog</a></li>
<li><a href="#openldap-backend-special">OpenLDAP backend special</a><ul>
<li><a href="#support-alias-domain-in-mail-alias-and-catch-all-account">Support alias domain in mail alias and catch-all account</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<h2 id="changelog">ChangeLog</h2>
<blockquote>
<p>We provide remote upgrade service, check
<a href="https://www.iredmail.org/support.html">the price</a> and
<a href="https://www.iredmail.org/contact.html">contact us</a>.</p>
</blockquote>
<ul>
<li>2011-08-01 readability and hints in config-files</li>
<li>2011-05-04 Remove MySQL backend special changes. Not required.</li>
<li>2011-05-01 Initial version.</li>
</ul>
<h2 id="openldap-backend-special">OpenLDAP backend special</h2>
<h3 id="support-alias-domain-in-mail-alias-and-catch-all-account">Support alias domain in mail alias and catch-all account</h3>
<ul>
<li>Edit both <code>/etc/postfix/ldap/catchall_maps.cf</code> and
<code>/etc/postfix/ldap/virtual_alias_maps.cf</code>, remove <code>domainName=%d</code> in
<code>search_base</code>:</li>
</ul>
<pre><code># Part of file: /etc/postfix/ldap/catchall_maps.cf, /etc/postfix/ldap/virtual_alias_maps.cf
# OLD SETTING
search_base = domainName=%d,o=domains,dc=XXX
# NEW SETTING
search_base = o=domains,dc=XXX
</code></pre>
<ul>
<li>Restart postfix service to make it work.</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></body></html>