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 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. }
  15. tempdir = "/tmp";
  16. url_tld = "${PLUGINSDIR}/effective_tld_names.dat";
  17. classify_headers = [
  18. "User-Agent",
  19. "X-Mailer",
  20. "Content-Type",
  21. "X-MimeOLE",
  22. ];
  23. control_socket = "$DBDIR/rspamd.sock mode=0600";
  24. history_rows = 200;
  25. explicit_modules = ["settings"];
  26. # Scan messages even if they are not MIME
  27. allow_raw_input = true;
  28. # Start ignore words when reaching the following limit, so the total
  29. # amount of words processed will not be *LIKELY more than the twice of that limit
  30. words_decay = 200;
  31. # Write statistics about rspamd usage to the round-robin database
  32. rrd = "${DBDIR}/rspamd.rrd";
  33. # Local networks
  34. local_addrs = "192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, fd00::/8, 169.254.0.0/16, fe80::/10";
  35. hs_cache_dir = "${DBDIR}/";