[Rspamd] Prepare SMTP ip restriction, WIP

This commit is contained in:
andryyy
2020-09-23 11:21:28 +02:00
parent 2df661a91e
commit c355bc2b69
2 changed files with 82 additions and 2 deletions

View File

@@ -165,3 +165,9 @@ URLHAUS_ABUSE_CH {
map = "https://urlhaus.abuse.ch/downloads/text_online/";
score = 10.0;
}
SMTP_LIMITED_ACCESS {
type = "user";
map = "redis://SMTP_LIMITED_ACCESS";
symbols_set = ["SMTP_LIMITED_ACCESS"];
}