您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }