Remove alias and srv records for mail
These will be created elsewhere, automatically
This commit is contained in:
parent
0aa378023e
commit
df9406af63
@ -11,7 +11,7 @@
|
||||
zone = "sea.fudo.org";
|
||||
prometheus-hosts = [ "limina" ];
|
||||
grafana-hosts = [ "nostromo" ];
|
||||
log-aggregator = "limina";
|
||||
log-aggregator = "nostromo";
|
||||
backplane = {
|
||||
dns-service = "nutboy3";
|
||||
domain = "fudo.link";
|
||||
|
@ -1,9 +1,5 @@
|
||||
{
|
||||
mx = [ "smtp.informis.land" ];
|
||||
|
||||
aliases = {
|
||||
smtp = "procul.informis.land.";
|
||||
imap = "procul.informis.land.";
|
||||
gemini = "procul.informis.land.";
|
||||
git = "procul.informis.land.";
|
||||
};
|
||||
@ -14,20 +10,6 @@
|
||||
host = "procul.informis.land";
|
||||
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 = [{
|
||||
host = "procul.informis.land";
|
||||
port = 80;
|
||||
|
Loading…
x
Reference in New Issue
Block a user