services/nsd/mrhedge.me: Remove SRV Records

This commit is contained in:
The Hedgehog 2022-09-12 10:44:39 -04:00
parent 11c53b5f4c
commit 4889555dcc
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -2,7 +2,7 @@
SOA = {
nameServer = "ns1.thehedgehog.me.";
adminEmail = "me@thehedgehog.me";
serial = 2022091201;
serial = 2022091202;
# Refresh the records every hour
refresh = 3600;
# If retry fails, retry after 10 minutes
@ -44,44 +44,6 @@
aspf = "strict";
}];
## SRV Records for autoconfiguration
SRV = [
### MS Outlook
{
service = "autodiscover";
proto = "tcp";
target = "autodiscover.migadu.com.";
port = 443;
priority = 0;
weight = 1;
}
### These are for all other email clients
{
service = "submissions";
proto = "tcp";
target = "smtp.migadu.com.";
port = 465;
priority = 0;
weight = 1;
}
{
service = "imaps";
proto = "tcp";
target = "imap.migadu.com.";
port = 993;
priority = 0;
weight = 1;
}
{
service = "pop3s";
proto = "tcp";
target = "pop.migadu.com.";
port = 995;
priority = 0;
weight = 1;
}
];
CAA = letsEncrypt "me@thehedgehog.me";