iredmail-doc/9-troubleshooting/turn.on.debug.mode.in.amavi...

14 lines
286 B
Markdown
Raw Normal View History

2014-09-22 21:47:49 -05:00
# Turn on debug mode in Amavisd
In Amavisd config file `/etc/amavisd/amavisd.conf`, change `$log_level`, then restart amavis service.
```
$log_level = 5; # verbosity 0..5, -d
```
If you want to debug SpamAssassin, please update `$sa_debug` also:
```
$sa_debug = 1;
```