add dmarc to all zones
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2023-04-02 12:55:20 +02:00
parent e45f9a901d
commit 688c6e8e71
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ D("kmlabz.com", REG_NONE,
MX('@', 6, 'route3.mx.cloudflare.net.'),
TXT('@', 'google-site-verification=cg0LE20BEX78s7fbbuYmDxslaHxJTVra5vBFehxsujk'),
TXT('@', 'v=spf1 include:_spf.mx.cloudflare.net -all'),
TXT('_dmarc', 'v=DMARC1; p=reject; pct=25; rua=mailto:tormakristof@tormakristof.eu.;')
TXT('_dmarc', 'v=DMARC1; p=reject; pct=25; rua=mailto:tormakristof@tormakristof.eu.; ruf=mailto:tormakristof@tormakristof.eu.;')
);
D("tormakristof.eu", REG_NONE,
DnsProvider(cloudflare),
@ -82,6 +82,7 @@ D("torma.xyz", REG_NONE,
MX('@', 10, 'mx01.mail.icloud.com.'),
MX('@', 10, 'mx02.mail.icloud.com.'),
CNAME('sig1._domainkey', 'sig1.dkim.torma.xyz.at.icloudmailadmin.com.'),
TXT('_dmarc', 'v=DMARC1; p=reject;'),
TXT('@', 'v=spf1 redirect=icloud.com'),
TXT('@', 'apple-domain=h0Mjsp5TEdNbSNRa')
);