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.

options.inc 367B

123456789101112131415
  1. # Included from top-level .conf file
  2. filters = "chartable,dkim,spf,surbl,regexp,fuzzy_check";
  3. raw_mode = false;
  4. one_shot = false;
  5. cache_file = "$DBDIR/symbols.cache";
  6. map_watch_interval = 1min;
  7. dynamic_conf = "$DBDIR/rspamd_dynamic";
  8. history_file = "$DBDIR/rspamd.history";
  9. check_all_filters = false;
  10. dns {
  11. timeout = 1s;
  12. sockets = 16;
  13. retransmits = 5;
  14. }