From: Vsevolod Stakhov Date: Wed, 14 Oct 2015 12:58:44 +0000 (+0100) Subject: Enable control socket by default X-Git-Tag: 1.0.5~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1e3f7ff3934ee87a1dbc980c32e3c26d19af74ea;p=rspamd.git Enable control socket by default --- diff --git a/conf/options.inc b/conf/options.inc index 0c32bc20f..fe8f56f89 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -21,3 +21,5 @@ classify_headers = [ "Content-Type", "X-MimeOLE", ]; + +control_socket = "$DBDIR/rspamd.sock mode=0600";