iredmail-doc/html_bk/debug.dovecot-zh_CN.html

43 lines
2.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>开启 Dovecot 调试模式</title>
<link rel="stylesheet" type="text/css" href="./css/markdown.css" />
</head>
<body>
<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>
&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>
2016-04-24 09:21:04 -05:00
<p><a href="./debug.dovecot.html">English</a> /</p>
</div>
<h1 id="dovecot">开启 Dovecot 调试模式</h1>
<blockquote>
2015-08-13 10:09:41 -05:00
<p>不知道 Dovecot 的配置文件在哪个目录?请查阅这个教程:
<a href="file.locations.html#dovecot">iRedMail 主要组件的配置文件和日志文件路径</a>.</p>
</blockquote>
<p>要调试 Dovecot请修改 <code>dovecot.conf</code> 的如下参数:</p>
<pre><code>mail_debug = yes
</code></pre>
<p>之后重启 Dovecot 服务。</p>
<p>如果需要查看验证和密码相关的调试信息,请修改如下参数并重启 Dovecot 服务:</p>
<pre><code>auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth_verbose_passwords = yes
</code></pre>
<p>如果重启 Dovecot 服务时看到很多错误信息(例如:<code>dovecot fails, spawning too
quickly</code>),可能是由于 Dovecot 配置文件中有某种错误导致的。请在命令行手动重启
Dovecot 服务,它会报告配置文件的错误:</p>
<pre><code># dovecot -c /etc/dovecot/dovecot.conf
</code></pre><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>