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.

emails.conf 363B

12345678
  1. # Deprecated, preserved for compatibility purposes! Use rbl module
  2. # Module documentation https://rspamd.com/doc/modules/rbl.html
  3. emails {
  4. .include(try=true,priority=5) "${DBDIR}/dynamic/emails.conf"
  5. .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/emails.conf"
  6. .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/emails.conf"
  7. }