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

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. # How often maps are checked (
  7. map_watch_interval = 5min;
  8. dynamic_conf = "$DBDIR/rspamd_dynamic";
  9. history_file = "$DBDIR/rspamd.history";
  10. check_all_filters = false;
  11. dns {
  12. timeout = 1s;
  13. sockets = 16;
  14. retransmits = 5;
  15. }
  16. tempdir = "/tmp";
  17. url_tld = "${PLUGINSDIR}/effective_tld_names.dat";
  18. classify_headers = [
  19. "User-Agent",
  20. "X-Mailer",
  21. "Content-Type",
  22. "X-MimeOLE",
  23. ];
  24. control_socket = "$DBDIR/rspamd.sock mode=0600";
  25. history_rows = 200;
  26. explicit_modules = ["settings"];
  27. # Scan messages even if they are not MIME
  28. allow_raw_input = true;
  29. # Start ignore words when reaching the following limit, so the total
  30. # amount of words processed will not be *LIKELY more than the twice of that limit
  31. words_decay = 200;
  32. # Write statistics about rspamd usage to the round-robin database
  33. rrd = "${DBDIR}/rspamd.rrd";
  34. # Local networks
  35. 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";
  36. hs_cache_dir = "${DBDIR}/";