Skip to content

Commit

Permalink
Add DMARC records for pycon.it
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Jan 30, 2024
1 parent 5aa87bb commit 0c73c95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infrastructure/global/domains/pycon_it/records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,11 @@ resource "aws_route53_record" "email_flodesk_2" {
records = ["spf.dxjyvt.fg84.fdske.com"]
ttl = "3600"
}

resource "aws_route53_record" "flodesk_dmarc" {
zone_id = aws_route53_zone.pyconit.id
name = "_dmarc"
type = "TXT"
records = ["v=DMARC1; p=none"]
ttl = "900"
}

0 comments on commit 0c73c95

Please sign in to comment.