aboutsummaryrefslogtreecommitdiffstats
path: root/conf/rspamd.conf
Commit message (Collapse)AuthorAgeFilesLines
* [Conf] Add noteVsevolod Stakhov2023-11-021-1/+1
| | | | Issue: #4677
* [Conf] Add language detection configurationVsevolod Stakhov2023-04-291-0/+6
|
* [Feature] support for CommuniGate Pro self-generated messagesAndrey Igoshin2018-05-061-0/+3
|
* [Minor] Remove unnecessary typeVsevolod Stakhov2018-04-161-1/+1
|
* [Conf] Major stock config updatesVsevolod Stakhov2018-04-161-10/+11
| | | | | | - 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
* [Conf] Do away with systemd specifics completelyAndrew Lewis2017-06-111-0/+63
|
* Use Systemd for Linux family and SysV for other systems.Andrej Zverev2015-03-171-20/+0
| | | | | | | | | | | | | | | | 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
* Reorganize configuration files for systemdMikhail Gusarov2015-03-171-15/+15
| | | | | | Common systemd/non-systemd options were moved to .inc files. rspamd.conf is systemd-enabled one, rspamd.sysvinit.conf is sysvinit-compatible one.
* - Fix typoAndrej Zverev2014-02-031-1/+1
|
* Allow override system predefined settings without touching .conf filesAndrej Zverev2014-02-011-0/+3
| | | | from distribution.
* Misprint.Vsevolod Stakhov2013-11-241-7/+7
|
* Add basics of the new configuration.Vsevolod Stakhov2013-11-211-0/+17