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.

common.conf 390B

123456789101112131415161718
  1. # A common rspamd configuration file
  2. lua = "$RULESDIR/rspamd.lua"
  3. .include "$CONFDIR/metrics.conf"
  4. .include "$CONFDIR/composites.conf"
  5. .include "$CONFDIR/statistic.conf"
  6. .include "$CONFDIR/modules.conf"
  7. # User local settings
  8. .include(try=true) "$CONFDIR/rspamd.conf.local"
  9. .include(try=true,priority=10) "$CONFDIR/rspamd.conf.local.override"
  10. modules {
  11. path = "$PLUGINSDIR/lua/"
  12. }