diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-26 18:51:31 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-26 18:51:31 +0300 |
commit | 120980beba47758d7627038760382ee57f0d33ab (patch) | |
tree | 2213a14df2f90bf79a0a4f1a30be27a30b2a9a7a /rspamd.conf.sample | |
parent | cfb5348f75790ef694edd5a9c131890eeceec204 (diff) | |
download | rspamd-120980beba47758d7627038760382ee57f0d33ab.tar.gz rspamd-120980beba47758d7627038760382ee57f0d33ab.zip |
* Fix logging when process is starting
* Add -t option for config testing
* Try to search default config in install prefix not in current directory
Diffstat (limited to 'rspamd.conf.sample')
-rw-r--r-- | rspamd.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rspamd.conf.sample b/rspamd.conf.sample index 0c6ba3189..41b44ccdd 100644 --- a/rspamd.conf.sample +++ b/rspamd.conf.sample @@ -41,7 +41,7 @@ logging { # log_facility = "LOG_MAIL"; # Log file is used with log type "file" - # log_file = /var/log/rspamd.log + # log_file = "/var/log/rspamd.log" }; # Limit for statfile pool size |