You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/core
Dimitri Huisman 8861ce6edb
Change rspamd override system to use include with lowest priority.
All override files are used as if they were placed in the rspamd
local.d folder.

From the newsfragment:
New override system for Rspamd. In the old system, all files were placed in the Rspamd overrides folder.
These overrides would override everything, including the Mailu Rspamd config.

Now overrides are placed in /overrides.
If you use your own map files, change the location to /override/myMapFile.map in the corresponding conf file.
It works as following.
* If the override file overrides a Mailu defined config file,
  it will be included in the Mailu config file with lowest priority.
  It will merge with existing sections.
* If the override file does not override a Mailu defined config file,
  then the file will be placed in the rspamd local.d folder.
  It will merge with existing sections.

For more information, see the description of the local.d folder on the rspamd website:
https://www.rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories
2 years ago
..
admin Create the user before logging it in 2 years ago
base Alpine 3.17.2 2 years ago
dovecot Let vacation plugin ignore envelope sender to avoid SRS recipient 2 years ago
nginx Missed some IF statements that must be modified for normalized config. 2 years ago
none Make setup use the base image 2 years ago
oletools Make olefy.py listen on all interfaces 2 years ago
postfix Skip listen to v6 when SUBNET6 is not set 2 years ago
rspamd Change rspamd override system to use include with lowest priority. 2 years ago