iredmail-doc/html_bk/disable.greylisting-zh_CN.html

39 lines
2.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2015-08-14 08:25:15 -05:00
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>禁用 Clubbringer 提供的灰名单服务</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
2015-08-14 08:25:15 -05:00
</head>
<body>
2015-08-14 08:25:15 -05:00
<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>
2018-01-21 20:16:16 -06:00
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><div class="admonition note">
<p class="admonition-title">This tutorial is available in other languages. <a href="https://github.com/iredmail/docs">Help translate more</a></p>
2018-01-21 20:16:16 -06:00
<p><a href="./disable.greylisting.html">English</a> / <a href="./disable.greylisting-it_IT.html">Italiano</a> /</p>
</div>
<h1 id="clubbringer">禁用 Clubbringer 提供的灰名单服务</h1>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Cluebringer 在 iRedMail-0.9.3 版本及后续版本里已经移除,如果你还在运行
Cluebringer请迁移到 iRedMail 自行开发的 iRedAPD迁移文档
<a href="./cluebringer.to.iredapd.html">Migrate from Cluebringer to iRedAPD</a>.</p>
</div>
2015-08-14 08:25:15 -05:00
<ul>
2015-08-19 08:19:13 -05:00
<li>先查阅文档确认 Cluebringer 配置文件 <code>cluebringer.conf</code> 的具体路径:
<a href="./file.locations.html#cluebringer">iRedMail 主要组件的配置文件和日志文件路径</a></li>
2015-08-14 08:25:15 -05:00
<li>在配置文件 <code>cluebringer.conf</code> 中查找以下行:</li>
</ul>
<pre><code>[Greylisting]
enable=1
</code></pre>
<p>要禁用灰名单,把 <code>enabled=1</code> 改为 <code>enabled=0</code>,并重启 Cluebringer 服务即可。</p><div class="footer">
2019-12-31 00:07:48 -06:00
<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>
2021-07-11 23:36:15 -05:00
</div></body></html>