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

40 lines
2.0 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>
<div id="navigation">
2017-10-26 09:32:04 -05:00
<a href="http://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="clubbringer">禁用 Clubbringer 提供的灰名单服务</h1>
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">
<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="http://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());
2015-08-14 08:25:15 -05:00
2017-11-05 02:33:58 -06:00
gtag('config', 'UA-3293801-21');
2015-08-14 08:25:15 -05:00
</script>
</body></html>