[GH-ISSUE #3941] RSpamD documentation is missing #1942

Open
opened 2026-02-27 11:19:59 +03:00 by kerem · 0 comments
Owner

Originally created by @olaf7 on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3941

Documentation is missing for Rspamd when installing Modoboa manually/without installer. Installation and configuration instructions would be helpful.

Besides the content of the various configuration files these settings are needed:

arc.conf
  selector_map = "%selector_map_path";
  path_map = "%key_map_path";

dkim_signing.conf
  selector_map = "%selector_map_path"
  path_map = "%key_map_path";

dmarc.conf
  email = 'postmaster@%hostname'; # Source of DMARC reports
  domain = '%hostname'; # Domain to serve
  org_name = '%hostname'; # Organisation

groups.conf
  weight = %whitelist_auth_weigth;

settings.conf
  %{whitelist_auth_enabled}  symbols ["WHITELIST_AUTHENTICATED"];

worker-controller.inc
  enable_password = %controller_password`
Originally created by @olaf7 on GitHub (Feb 24, 2026). Original GitHub issue: https://github.com/modoboa/modoboa/issues/3941 Documentation is missing for Rspamd when installing Modoboa manually/without installer. Installation and configuration instructions would be helpful. Besides the content of the various configuration files these settings are needed: ``` arc.conf selector_map = "%selector_map_path"; path_map = "%key_map_path"; dkim_signing.conf selector_map = "%selector_map_path" path_map = "%key_map_path"; dmarc.conf email = 'postmaster@%hostname'; # Source of DMARC reports domain = '%hostname'; # Domain to serve org_name = '%hostname'; # Organisation groups.conf weight = %whitelist_auth_weigth; settings.conf %{whitelist_auth_enabled} symbols ["WHITELIST_AUTHENTICATED"]; worker-controller.inc enable_password = %controller_password` ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#1942
No description provided.