Rspamd - How to provide changes for settings.conf?
#4716
-
|
I would like to provide some additional Something like this would achieve that rspamd wouldn't apply any filter when mails coming back from that other container. Any way to merge this into rspamd's config without using Thanks for any help in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
It's been some time since I was familiar with our rspamd integration support (DMS Rspamd override docs) and how rspamd's own config system applies. It seems you're probably asking a question similar to this existing one? (unanswered) I am pretty sure I have run into this concern and resolved it before, but I am not sure if I have notes about it online. I may have been writing up detailed information to improve the docs on this concern at one point but lost it due to a system crash 😓 There's a chance that I have the information somewhere else, but I don't have the time to spare assisting atm. Please do share if you resolve your issue (and info on how, so anyone else stumbling here can benefit). UPDATE: I found this writeup of mine which was probably what I had in mind to polish into proper docs. Here is some scattered comments/posts I've authored with plenty of info provided to reproduce/reference that may be a helpful resource to you:
It's a fallback solution for anything that doesn't warrant upstream support, with the caveat that it may not always integrate smoothly (future upgrade may break it, or something like After testing a
Are you sure that's the case? As our docs should explain,
My suggestion would be to take an approach like I did in my linked resources, where you can verify config changes are applied correctly with the official rspamd image (NOTE: Uses a different config location than DMS). Then compare to DMS to find out what differs/conflicts? |
Beta Was this translation helpful? Give feedback.
Thank you for your detailed answer.
Never tried. The Rspamd docs are pretty clear.
https://docs.rspamd.com/faq/#what-is-the-difference-between-locald-and-overrided
Says
Replaces defaults. Entire sections are overwritten.and additionally the examples show what I would expect.But I tried and however - configs are merged.
That's not intended according the docs (see above). So I will keep an eye on it.