iredmail-doc/html_bk/disable.greylisting.html

44 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Disable greylisting in Cluebringer</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-it_IT.html">Italiano</a> / <a href="./disable.greylisting-zh_CN.html">简体中文</a> /</p>
</div>
<h1 id="disable-greylisting-in-cluebringer">Disable greylisting in Cluebringer</h1>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Cluebringer has been removed from iRedMail since iRedMail-0.9.3, if you're
still running Cluebringer, please follow our tutorial to migrate to
iRedAPD: <a href="./cluebringer.to.iredapd.html">Migrate from Cluebringer to iRedAPD</a>.</p>
</div>
<ul>
<li>
<p>Find Cluebringer config file <code>cluebringer.conf</code> on your server with this
document: <a href="./file.locations.html#cluebringer">Locations of configuration and log files of major components</a></p>
</li>
<li>
<p>Find below lines in <code>cluebringer.conf</code>:</p>
</li>
</ul>
<pre><code>[Greylisting]
enable=1
</code></pre>
<p>To disable gryelisting, please change <code>enabled=1</code> to <code>enabled=0</code>, then restart
Cluebringer service.</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>