[Postfix] Set CA path for smtpd
[Rspamd] Split deprecated metrics.conf to actions.conf and groups.conf
This commit is contained in:
30
data/conf/rspamd/local.d/groups.conf
Normal file
30
data/conf/rspamd/local.d/groups.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
symbol "MAILCOW_AUTH" {
|
||||
description = "mailcow authenticated";
|
||||
score = -20.0;
|
||||
}
|
||||
|
||||
group "MX" {
|
||||
symbol "MX_INVALID" {
|
||||
score = 0.5;
|
||||
description = "No connectable MX";
|
||||
one_shot = true;
|
||||
}
|
||||
symbol "MX_MISSING" {
|
||||
score = 2.0;
|
||||
description = "No MX record";
|
||||
one_shot = true;
|
||||
}
|
||||
symbol "MX_GOOD" {
|
||||
score = -0.01;
|
||||
description = "MX was ok";
|
||||
one_shot = true;
|
||||
}
|
||||
}
|
||||
|
||||
symbol "CTYPE_MIXED_BOGUS" {
|
||||
score = 0.0;
|
||||
}
|
||||
|
||||
symbol "BAD_REP_POLICIES" {
|
||||
score = 2.5;
|
||||
}
|
Reference in New Issue
Block a user