Remove alias and srv records for mail

These will be created elsewhere, automatically
This commit is contained in:
niten 2022-02-09 14:56:47 -08:00
parent 0aa378023e
commit df9406af63
2 changed files with 1 additions and 19 deletions

View File

@ -11,7 +11,7 @@
zone = "sea.fudo.org"; zone = "sea.fudo.org";
prometheus-hosts = [ "limina" ]; prometheus-hosts = [ "limina" ];
grafana-hosts = [ "nostromo" ]; grafana-hosts = [ "nostromo" ];
log-aggregator = "limina"; log-aggregator = "nostromo";
backplane = { backplane = {
dns-service = "nutboy3"; dns-service = "nutboy3";
domain = "fudo.link"; domain = "fudo.link";

View File

@ -1,9 +1,5 @@
{ {
mx = [ "smtp.informis.land" ];
aliases = { aliases = {
smtp = "procul.informis.land.";
imap = "procul.informis.land.";
gemini = "procul.informis.land."; gemini = "procul.informis.land.";
git = "procul.informis.land."; git = "procul.informis.land.";
}; };
@ -14,20 +10,6 @@
host = "procul.informis.land"; host = "procul.informis.land";
port = 22; port = 22;
}]; }];
submission = [{
host = "procul.informis.land";
port = 587;
}];
imaps = [{
host = "procul.informis.land";
port = 993;
priority = 0;
}];
pop3s = [{
host = "procul.informis.land";
port = 995;
priority = 10;
}];
http = [{ http = [{
host = "procul.informis.land"; host = "procul.informis.land";
port = 80; port = 80;