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 315B

1234567891011121314151617
  1. # A common rspamd configuration file
  2. lua = "$CONFDIR/lua/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. .try_include "$CONFDIR/rspamd.conf.local"
  9. modules {
  10. path = "$PLUGINSDIR/lua/"
  11. }