aboutsummaryrefslogtreecommitdiffstats
path: root/zones
diff options
context:
space:
mode:
Diffstat (limited to 'zones')
-rw-r--r--zones/vhack.eu/zone.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/zones/vhack.eu/zone.nix b/zones/vhack.eu/zone.nix
index 5f65034..9c261e4 100644
--- a/zones/vhack.eu/zone.nix
+++ b/zones/vhack.eu/zone.nix
@@ -31,7 +31,7 @@
MX = [
{
preference = 10;
- exchange = "mail.vhack.org.";
+ exchange = "mail.vhack.eu.";
}
];
@@ -77,7 +77,7 @@
priority = 0;
weight = 1;
port = 993;
- target = "mail.vhack.org";
+ target = "mail.vhack.eu";
}
{
service = "pop3s";
@@ -85,7 +85,7 @@
priority = 0;
weight = 1;
port = 995;
- target = "mail.vhack.org";
+ target = "mail.vhack.eu";
}
{
service = "smtps";
@@ -93,7 +93,7 @@
priority = 0;
weight = 1;
port = 465;
- target = "mail.vhack.org";
+ target = "mail.vhack.eu";
}
];
# }}}