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

39 lines
2.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<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" />
</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><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>
<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>
<ul>
<li>先查阅文档确认 Cluebringer 配置文件 <code>cluebringer.conf</code> 的具体路径:
<a href="./file.locations.html#cluebringer">iRedMail 主要组件的配置文件和日志文件路径</a></li>
<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">
<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>