mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
tighten DMARC policy from p=none to p=quarantine
PESO-78 - enforce DMARC with p=quarantine (failed messages get quarantined) - add adkim=r and aspf=r for relaxed DKIM/SPF alignment
This commit is contained in:
parent
eb18c1603c
commit
d976829ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ resource "cloudflare_dns_record" "dmarc" {
|
|||
zone_id = cloudflare_zone.pez-sh.id
|
||||
name = "_dmarc"
|
||||
type = "TXT"
|
||||
content = "v=DMARC1; p=none; rua=mailto:pez@pez.sh"
|
||||
content = "v=DMARC1; p=quarantine; rua=mailto:pez@pez.sh; adkim=r; aspf=r"
|
||||
ttl = 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue