RSPAMD 3.12+ ignoring user filter settings fix

Discussion in 'Installation/Configuration' started by Sebas11, Jun 17, 2025.

  1. Sebas11

    Sebas11 New Member

    Just a heads up for anyone encountering similar issue:
    upgrading to rspamd version 3.12+ and choosing to use package maintainer's version of rspamd.conf will remove a line that instructs rspamd to include user specific settings, resulting in defaults being loaded and also ignoring any settings entered trough ispconfig UI. There are some changes made to the new rspamd.conf by the developer so I think it's reasonable to use their version.

    Fix is re-enter a relevant config line:
    Code:
    nano /etc/rspamd/rspamd.conf
    copy this to bottom of the file:
    Code:
    .include "$LOCAL_CONFDIR/local.d/users.conf"
    save file (CTRL+X, Y, ENTER)

    restart rspamd
    Code:
    systemctl restart rspamd
    repeat for all mail servers if you're using multiserver setup.
     
  2. pyte

    pyte Well-Known Member HowtoForge Supporter

    You should never blindly just take the new upstream config files that the package maintainers provide when asked while updating. Always check the changes and diff the files to make sure you don't break your setup.
     
    Sebas11 and till like this.

Share This Page