You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rspamd_update.conf 1.0KB

1234567891011121314151617181920212223242526
  1. # Please don't modify this file as your changes might be overwritten with
  2. # the next update.
  3. #
  4. # You can modify 'local.d/rspamd_update.conf' to add and merge
  5. # parameters defined inside this section
  6. #
  7. # You can modify 'override.d/rspamd_update.conf' to strictly override all
  8. # parameters defined inside this section
  9. #
  10. # See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories
  11. # for details
  12. #
  13. # Module documentation can be found at https://rspamd.com/doc/modules/rspamd_update.html
  14. # This module is disabled by default, please don't enable it unless you know
  15. # what are you doing!
  16. rspamd_update {
  17. rules = "sign+https://updates.rspamd.com/rspamd-${BRANCH_VERSION}.ucl";
  18. key = "qxuogdh5eghytji1utkkte1dn3n81c3y5twe61uzoddzwqzuxxyb";
  19. enabled = false; # Disable this module by default
  20. .include(try=true,priority=5) "${DBDIR}/dynamic/rspamd_update.conf"
  21. .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/rspamd_update.conf"
  22. .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/rspamd_update.conf"
  23. }