Typo in en_US/troubleshooting/debug.dovecot.md.

This commit is contained in:
Zhang Huangbin 2016-08-03 16:31:14 +08:00
parent c187a37f05
commit fedf3cf340
2 changed files with 7 additions and 11 deletions

View File

@ -22,11 +22,9 @@ auth_debug_passwords = yes
auth_verbose_passwords = yes
```
If you see many error message (like `dovecot fails, spawning too quickly`) in
Dovecot error log while restarting Dovecot, there might be something wrong
in Dovecot config file. Please try to start it on command line manually, it
will report configuration error if any, fix them and start it again:
If Dovecot service cannot start, please run it manually, it will print the
error message on console:
```
# dovecot -c /etc/dovecot/dovecot.conf
```shell
dovecot -c /etc/dovecot/dovecot.conf
```

View File

@ -38,11 +38,9 @@ auth_debug_passwords = yes
auth_verbose_passwords = yes
</code></pre>
<p>If you see many error message (like <code>dovecot fails, spawning too quickly</code>) in
Dovecot error log while restarting Dovecot, there might be something wrong
in Dovecot config file. Please try to start it on command line manually, it
will report configuration error if any, fix them and start it again:</p>
<pre><code># dovecot -c /etc/dovecot/dovecot.conf
<p>If Dovecot service cannot start, please run it manually, it will print the
error message on console:</p>
<pre><code class="shell">dovecot -c /etc/dovecot/dovecot.conf
</code></pre><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>