Replies: 3 comments 1 reply
-
|
@georglauterbach may be able to assist when they have time. Some of the rspamd integration requires using DMS specific configuration layer AFAIK, so this may require an update to our docs if not covered. |
Beta Was this translation helpful? Give feedback.
-
Indeed, Rspamd merges the files. Think about what would happen if the file would straight out overwrite the base configuration: forgetting a setting would lead to Rspamd becoming unusable. Our documentation links to the Rspamd documentation in this section. The part that says "forcibly override" will lead you to the Rspamd documentation that clarifies what happens even further. There, you can also read: "Types of settings which can be merged are collections (
I cannot think of any place where you would not want this behavior :) |
Beta Was this translation helpful? Give feedback.
-
|
From reading the doc's I assumed my Usecase: What do I do if I don't want to have this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm configuring black-/ and whitelist in my
override.d/multimap.conffile which works as expected:... WHITELIST_IP { type = "ip"; map = "/tmp/docker-mailserver/rspamd/whitelist_ip.map"; description = "Local ip whitelist"; action = "accept"; } ...As I understand documentation when I define this file it would override the original
modules.d/multimap.conffile.But in the rspamd web ui I find Symbols for i.e.: FREEMAIL_ENVFROM which is only defined in the
modules.d/multimap.confso the original file does not gets overwritten by my config but it gets merged ?
In this case it's what I want but just asking if at another part I don't want to merge config files.
Any input?
Thanks
-Wolfgang
Beta Was this translation helpful? Give feedback.
All reactions