14 changed files with 185 additions and 93 deletions
-
15conf/actions.conf
-
6conf/cgp.inc
-
2conf/common.conf
-
13conf/composites.conf
-
15conf/groups.conf
-
15conf/logging.inc
-
16conf/modules.conf
-
15conf/options.inc
-
98conf/settings.conf
-
27conf/statistic.conf
-
14conf/worker-controller.inc
-
14conf/worker-fuzzy.inc
-
14conf/worker-normal.inc
-
14conf/worker-proxy.inc
@ -1,3 +1,17 @@ |
|||
# Rspamd modules configuration |
|||
# A common rspamd configuration file (should never ever be changed) |
|||
# Please don't modify this file as your changes might be overwritten with |
|||
# the next update. |
|||
# |
|||
# You can modify '$LOCAL_CONFDIR/rspamd.conf.local.override' to redefine |
|||
# parameters defined on the top level |
|||
# |
|||
# You can modify '$LOCAL_CONFDIR/rspamd.conf.local' to add |
|||
# parameters defined on the top level |
|||
# |
|||
# For specific modules or configuration you can also modify |
|||
# '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults |
|||
# '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults |
|||
# |
|||
# See https://rspamd.com/doc/tutorials/writing_rules.html for details |
|||
|
|||
.include(glob=true) "${CONFDIR}/modules.d/*.conf" |
@ -1,3 +1,15 @@ |
|||
# Included from top-level .conf file |
|||
# Normal scanner worker setup |
|||
# Please don't modify this file as your changes might be overwritten with |
|||
# the next update. |
|||
# |
|||
# You can modify 'local.d/worker-normal.inc' to add and merge |
|||
# parameters defined inside this section |
|||
# |
|||
# You can modify 'override.d/worker-normal.inc' to strictly override all |
|||
# parameters defined inside this section |
|||
# |
|||
# See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories |
|||
# for details |
|||
# Module documentation: https://rspamd.com/doc/workers/normal.html |
|||
|
|||
mime = true; |
Write
Preview
Loading…
Cancel
Save
Reference in new issue