add dmarc to all zones
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e45f9a901d
commit
688c6e8e71
@ -13,7 +13,7 @@ D("kmlabz.com", REG_NONE,
|
|||||||
MX('@', 6, 'route3.mx.cloudflare.net.'),
|
MX('@', 6, 'route3.mx.cloudflare.net.'),
|
||||||
TXT('@', 'google-site-verification=cg0LE20BEX78s7fbbuYmDxslaHxJTVra5vBFehxsujk'),
|
TXT('@', 'google-site-verification=cg0LE20BEX78s7fbbuYmDxslaHxJTVra5vBFehxsujk'),
|
||||||
TXT('@', 'v=spf1 include:_spf.mx.cloudflare.net -all'),
|
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,
|
D("tormakristof.eu", REG_NONE,
|
||||||
DnsProvider(cloudflare),
|
DnsProvider(cloudflare),
|
||||||
@ -82,6 +82,7 @@ D("torma.xyz", REG_NONE,
|
|||||||
MX('@', 10, 'mx01.mail.icloud.com.'),
|
MX('@', 10, 'mx01.mail.icloud.com.'),
|
||||||
MX('@', 10, 'mx02.mail.icloud.com.'),
|
MX('@', 10, 'mx02.mail.icloud.com.'),
|
||||||
CNAME('sig1._domainkey', 'sig1.dkim.torma.xyz.at.icloudmailadmin.com.'),
|
CNAME('sig1._domainkey', 'sig1.dkim.torma.xyz.at.icloudmailadmin.com.'),
|
||||||
|
TXT('_dmarc', 'v=DMARC1; p=reject;'),
|
||||||
TXT('@', 'v=spf1 redirect=icloud.com'),
|
TXT('@', 'v=spf1 redirect=icloud.com'),
|
||||||
TXT('@', 'apple-domain=h0Mjsp5TEdNbSNRa')
|
TXT('@', 'apple-domain=h0Mjsp5TEdNbSNRa')
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user