iredmail-doc/html/disable.greylisting.html

37 lines
1.8 KiB
HTML
Raw Normal View History

2015-07-14 04:15:46 -05:00
<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" />
2015-07-14 04:15:46 -05:00
</head>
<body>
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
</div><h1 id="disable-greylisting-in-cluebringer">Disable greylisting in Cluebringer</h1>
<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 mojor 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
2015-12-13 23:04:21 -06:00
Cluebringer service.</p><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. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
2015-07-14 04:15:46 -05:00
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3293801-21', 'auto');
ga('send', 'pageview');
</script>
</body></html>