提交線圖

10 次程式碼提交

作者 SHA1 備註 日期
Andrey Igoshin
8d637ed84f [Feature] support for CommuniGate Pro self-generated messages 2018-05-06 16:35:37 +03:00
Vsevolod Stakhov
38dfe192fc [Minor] Remove unnecessary type 2018-04-16 17:51:11 +01:00
Vsevolod Stakhov
a3d5365b47 [Conf] Major stock config updates
- Workers are now specified in a new format worker "type" { ... }
- Enable fuzzy worker to simplify local fuzzy storages configuration
- Bind all workers to localhost by default to avoid security flaws
2018-04-16 11:47:26 +01:00
Andrew Lewis
17a6ce2ae1 [Conf] Do away with systemd specifics completely 2017-06-11 19:48:57 +02:00
Andrej Zverev
d8f17b0618 Use Systemd for Linux family and SysV for other systems.
We are creating conf/rspamd.conf.in as template and
declaring two new variables for CMake:
DEFAULTS (for SysV):
 RSPAMD_WORKER_NORMAL = "*:11333"
 RSPAMD_WORKER_CONTROLLER = "*:11334"
For Linux (for Systemd):
 RSPAMD_WORKER_NORMAL = "systemd:0"
 RSPAMD_WORKER_CONTROLLER = "systemd:1"

During build we replace template with correct values.

Conflicts:
	CMakeLists.txt
2015-03-17 21:31:35 +02:00
Mikhail Gusarov
cd1028e0bd Reorganize configuration files for systemd
Common systemd/non-systemd options were moved to .inc
files. rspamd.conf is systemd-enabled one,
rspamd.sysvinit.conf is sysvinit-compatible one.
2015-03-17 18:55:45 +02:00
Andrej Zverev
7f53014465 - Fix typo 2014-02-03 15:38:04 +04:00
Andrej Zverev
a0fd753345 Allow override system predefined settings without touching .conf files
from distribution.
2014-02-01 18:50:38 +04:00
Vsevolod Stakhov
cfbcd61e07 Misprint. 2013-11-24 22:11:34 +00:00
Vsevolod Stakhov
ac675792e2 Add basics of the new configuration. 2013-11-21 16:20:45 +00:00