summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-10-26 22:08:05 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-10-26 22:08:05 +0100
commit24ff611b744d26d7f95f9dd2f46292d774b0ab16 (patch)
tree8f3481b624dcd85f5918d301fc90129ca5535d7c /src/main.h
parentfe231819debc54fdba7bb490537e90354be40f16 (diff)
downloadrspamd-24ff611b744d26d7f95f9dd2f46292d774b0ab16.tar.gz
rspamd-24ff611b744d26d7f95f9dd2f46292d774b0ab16.zip
Allow xml->ucl config conversion.
Now it is possible to read UCL configs directly and convert legacy XML to UCL by --convert-config option. Default config is now rspamd.conf, not rspamd.xml.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index e0545408c..f169b4f5d 100644
--- a/src/main.h
+++ b/src/main.h
@@ -22,7 +22,7 @@
#include "roll_history.h"
/* Default values */
-#define FIXED_CONFIG_FILE ETC_PREFIX "/rspamd.xml"
+#define FIXED_CONFIG_FILE ETC_PREFIX "/rspamd.conf"
/* Time in seconds to exit for old worker */
#define SOFT_SHUTDOWN_TIME 10
/* Default metric name */