This commit is contained in:
Zhang Huangbin 2015-12-16 15:07:57 +08:00
parent 40ee07f960
commit 5862139d87
3 changed files with 20 additions and 15 deletions

View File

@ -74,9 +74,9 @@ Then run below commands to migrate greylisting and throttling settings:
That's it.
### After migration
## After migration
#### Disable Cluebringer in Postfix
### Disable Cluebringer in Postfix
After migrated to iRedAPD, we need to update Postfix config file
`/etc/postfix/main.cf` (Linux) or `/usr/local/etc/postfix/main.cf` (FreeBSD)
@ -122,15 +122,17 @@ smtpd_end_of_data_restrictions =
* Optionally, you can drop its SQL database `cluebringer` also.
#### Disable Cluebringer in iRedAdmin-Pro
### Disable Cluebringer in iRedAdmin-Pro
To disable Cluebringer integration in iRedAdmin-Pro, please set
`policyd_enabled = False` in iRedAdmin-Pro config file, then restart Apache
or uwsgi (if you're running Nginx) service.
Optionally, you can __REMOVE__ or __COMMENT OUT__ all parameters which start
with `policyd_` in iRedAdmin-Pro config file, for example:
> After you upgraded to the latest iRedAdmin-Pro release (at least
> iRedAdmin-Pro-LDAP-2.4.0, or iRedAdmin-Pro-SQL-2.2.0, both released on Dec 14,
> 2015), you can either __COMMENT OUT__ or __REMOVE__ all parameters which start
> with `policyd_` in iRedAdmin-Pro config file, for example:
```
policyd_enabled
policyd_db_host

View File

@ -18,6 +18,8 @@
<li><a href="#migrate-to-iredapd">Migrate to iRedAPD</a><ul>
<li><a href="#upgrade-iredapd-to-170-or-later-releases">Upgrade iRedAPD to 1.7.0 or later releases</a></li>
<li><a href="#migrate-cluebringer-to-iredapd">Migrate Cluebringer to iRedAPD</a></li>
</ul>
</li>
<li><a href="#after-migration">After migration</a><ul>
<li><a href="#disable-cluebringer-in-postfix">Disable Cluebringer in Postfix</a></li>
<li><a href="#disable-cluebringer-in-iredadmin-pro">Disable Cluebringer in iRedAdmin-Pro</a></li>
@ -26,8 +28,6 @@
</ul>
</li>
</ul>
</li>
</ul>
</div>
<h2 id="summary">Summary</h2>
<p>iRedMail-0.9.3 and later releases drop Cluebringer, and replace it by iRedAPD,
@ -89,8 +89,8 @@ cluebringer_db_password = ''
</code></pre>
<p>That's it.</p>
<h3 id="after-migration">After migration</h3>
<h4 id="disable-cluebringer-in-postfix">Disable Cluebringer in Postfix</h4>
<h2 id="after-migration">After migration</h2>
<h3 id="disable-cluebringer-in-postfix">Disable Cluebringer in Postfix</h3>
<p>After migrated to iRedAPD, we need to update Postfix config file
<code>/etc/postfix/main.cf</code> (Linux) or <code>/usr/local/etc/postfix/main.cf</code> (FreeBSD)
to remove Cluebringer settings:</p>
@ -142,12 +142,16 @@ smtpd_end_of_data_restrictions =
<ul>
<li>Optionally, you can drop its SQL database <code>cluebringer</code> also.</li>
</ul>
<h4 id="disable-cluebringer-in-iredadmin-pro">Disable Cluebringer in iRedAdmin-Pro</h4>
<h3 id="disable-cluebringer-in-iredadmin-pro">Disable Cluebringer in iRedAdmin-Pro</h3>
<p>To disable Cluebringer integration in iRedAdmin-Pro, please set
<code>policyd_enabled = False</code> in iRedAdmin-Pro config file, then restart Apache
or uwsgi (if you're running Nginx) service.</p>
<p>Optionally, you can <strong>REMOVE</strong> or <strong>COMMENT OUT</strong> all parameters which start
<blockquote>
<p>After you upgraded to the latest iRedAdmin-Pro release (at least
iRedAdmin-Pro-LDAP-2.4.0, or iRedAdmin-Pro-SQL-2.2.0, both released on Dec 14,
2015), you can either <strong>COMMENT OUT</strong> or <strong>REMOVE</strong> all parameters which start
with <code>policyd_</code> in iRedAdmin-Pro config file, for example:</p>
</blockquote>
<pre><code>policyd_enabled
policyd_db_host
policyd_db_port

View File

@ -8,8 +8,7 @@
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
</div><h3 id="_1">发布声明和升级指南</h3>
<h3 id="_2">迁移</h3>
</div><h3 id="_1">迁移</h3>
<ul>
<li><a href="password.hashes.html">密码</a></li>
</ul>
@ -27,7 +26,7 @@
<li><a href="reset.user.password.html">重置用户密码</a></li>
<li><a href="use.a.bought.ssl.certificate.html">使用购买的 SSL 证书</a></li>
</ul>
<h3 id="_3">排错与调试</h3>
<h3 id="_2">排错与调试</h3>
<ul>
<li><a href="debug.amavisd.html">调试 Amavisd 和 SpamAssassin</a></li>
<li><a href="debug.dovecot.html">开启 Dovecot 调试模式</a></li>