]> source.dussan.org Git - rspamd.git/commitdiff
Enable control socket by default
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 14 Oct 2015 12:58:44 +0000 (13:58 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 14 Oct 2015 12:58:44 +0000 (13:58 +0100)
conf/options.inc

index 0c32bc20f3c3a695eb165ffd795c1e749a384092..fe8f56f8975f544cb3e0f8184aa36c8e46e279f0 100644 (file)
@@ -21,3 +21,5 @@ classify_headers = [
        "Content-Type",
        "X-MimeOLE",
 ];
+
+control_socket = "$DBDIR/rspamd.sock mode=0600";