mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 04:23:24 +02:00
Update policies_group.conf
This commit is contained in:
parent
7466157d3a
commit
84f4f43b27
@ -17,16 +17,13 @@ symbols = {
|
|||||||
"DMARC_POLICY_REJECT" {
|
"DMARC_POLICY_REJECT" {
|
||||||
weight = 20.0;
|
weight = 20.0;
|
||||||
description = "DMARC reject policy";
|
description = "DMARC reject policy";
|
||||||
groups = ["dmarc"];
|
|
||||||
}
|
}
|
||||||
"DMARC_POLICY_QUARANTINE" {
|
"DMARC_POLICY_QUARANTINE" {
|
||||||
weight = 10.0;
|
weight = 10.0;
|
||||||
description = "DMARC quarantine policy";
|
description = "DMARC quarantine policy";
|
||||||
groups = ["dmarc"];
|
|
||||||
}
|
}
|
||||||
"DMARC_POLICY_SOFTFAIL" {
|
"DMARC_POLICY_SOFTFAIL" {
|
||||||
weight = 2.0;
|
weight = 2.0;
|
||||||
description = "DMARC failed";
|
description = "DMARC failed";
|
||||||
groups = ["dmarc"];
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user