[Dovecot] Unsupported examples for IMAP auth via LDAP

[Rspamd] Globel whitelist/blacklist from via multimap
This commit is contained in:
andryyy
2018-11-26 09:06:34 +01:00
parent 05e14401ad
commit f76c3ee7f3
5 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1 @@
# /.*@example.com/i'

View File

@@ -0,0 +1 @@
# /.*@example.com/i'

View File

@@ -33,3 +33,19 @@ LOCAL_BL_ASN {
description = "Sender's ASN is on the local blacklist";
symbols_set = ["LOCAL_BL_ASN"];
}
GLOBAL_FROM_WL {
type = "from";
map = "$LOCAL_CONFDIR/custom/global_from_whitelist.map";
regexp = true;
prefilter = true;
action = "accept";
}
GLOBAL_FROM_BL {
type = "from";
map = "$LOCAL_CONFDIR/custom/global_from_blacklist.map";
regexp = true;
prefilter = true;
action = "reject";
}