Mention amavisd config file and log file in en_US/troubleshooting/debug.amavisd.md.

This commit is contained in:
Zhang Huangbin 2015-08-27 11:11:32 +08:00
parent 642045e48c
commit 46f7372a05
5 changed files with 58 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# Turn on debug mode in Amavisd and SpamAssassin
In Amavisd config file `/etc/amavisd/amavisd.conf`, change `$log_level`, then restart amavis service.
In [Amavisd config file](./file.locations.html#amavisd), change `$log_level`,
then restart amavis service.
```
$log_level = 5; # verbosity 0..5, -d
@ -11,3 +12,5 @@ If you want to debug SpamAssassin, please update `$sa_debug` also:
```
$sa_debug = 1;
```
Amavisd is configured by iRedMail to log to [Postfix log file](./file.locations.html#postfix).

View File

@ -11,13 +11,16 @@
// <a href="./index.html">Document Index</a>
</div><h1 id="turn-on-debug-mode-in-amavisd-and-spamassassin">Turn on debug mode in Amavisd and SpamAssassin</h1>
<p>In Amavisd config file <code>/etc/amavisd/amavisd.conf</code>, change <code>$log_level</code>, then restart amavis service.</p>
<p>In <a href="./file.locations.html#amavisd">Amavisd config file</a>, change <code>$log_level</code>,
then restart amavis service.</p>
<pre><code>$log_level = 5; # verbosity 0..5, -d
</code></pre>
<p>If you want to debug SpamAssassin, please update <code>$sa_debug</code> also:</p>
<pre><code>$sa_debug = 1;
</code></pre><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
</code></pre>
<p>Amavisd is configured by iRedMail to log to <a href="./file.locations.html#postfix">Postfix log file</a>.</p><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
(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)

View File

@ -0,0 +1,32 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>调试 Amavisd 和 SpamAssassin</title>
<link rel="stylesheet" type="text/css" href="../css/markdown.css" />
</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="amavisd-spamassassin">调试 Amavisd 和 SpamAssassin</h1>
<p>找到<a href="./file.locations.html#amavisd">Amavisd 配置文件</a>,修改 <code>$log_level</code> 参数,
然后重启 amavisd 服务。</p>
<pre><code>$log_level = 5; # 日志等级0 到 5或 -d
</code></pre>
<p>如果需要调试 SpamAssassin请同时修改 <code>$sa_debug</code> 参数:</p>
<pre><code>$sa_debug = 1;
</code></pre>
<p>在 iRedMail 里Amavisd 会记录日志到 <a href="./file.locations.html#postfix">Postfix 日志文件</a></p><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
(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>

View File

@ -28,6 +28,7 @@
</ul>
<h3 id="_2">排错与调试</h3>
<ul>
<li><a href="debug.amavisd.html">调试 Amavisd 和 SpamAssassin</a></li>
<li><a href="debug.dovecot.html">开启 Dovecot 调试模式</a></li>
</ul><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

View File

@ -0,0 +1,16 @@
# 调试 Amavisd 和 SpamAssassin
找到[Amavisd 配置文件](./file.locations.html#amavisd),修改 `$log_level` 参数,
然后重启 amavisd 服务。
```
$log_level = 5; # 日志等级0 到 5或 -d
```
如果需要调试 SpamAssassin请同时修改 `$sa_debug` 参数:
```
$sa_debug = 1;
```
在 iRedMail 里Amavisd 会记录日志到 [Postfix 日志文件](./file.locations.html#postfix)。