rspamd: follow-up of #3016#3039
Merged
georglauterbach merged 5 commits intomasterfrom Jan 30, 2023
Merged
Conversation
Rspamd too needs adjustments when it comes to permissions for `/var/mail-state/`.
1. the DKIM signing module does not need to be explicitly disabled as leaving it unconfigured suffices 2. The neural module is pretty useless if not configured and spams the log (undesirabled) 3. We do want the RBL module (I will probably make this configurable in the future) to be enabled to check DNSBLs by default
This is generally useful to understand the score an email received. It will not be added to outbound mail for authenticated users / users connecting from secure networks.
Contributor
|
Documentation preview for this PR is ready! 🎉 Built with commit: db4e4f8 |
polarathene
approved these changes
Jan 29, 2023
casperklein
approved these changes
Jan 30, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
A small follow-up for things I noticed while getting Rspamd to work today. I should have thought about the permissions issue before, sorry. The disasbled modules were adjusted as well.
I can report though that Rspamd works nicely on my setup now :D
UPDATE: Correction; it works like a charm! It handles DKIM signing now (RSA+ED25519) & DNSBLs properly.
Type of change
Checklist:
docs/)