about summary refs log tree commit diff stats
path: root/zones
diff options
context:
space:
mode:
Diffstat (limited to 'zones')
-rw-r--r--zones/vhack.eu/zone.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/zones/vhack.eu/zone.nix b/zones/vhack.eu/zone.nix
index 78f2f13..5f65034 100644
--- a/zones/vhack.eu/zone.nix
+++ b/zones/vhack.eu/zone.nix
@@ -31,7 +31,7 @@
   MX = [
     {
       preference = 10;
-      exchange = "mail.foss-syndicate.org.";
+      exchange = "mail.vhack.org.";
     }
   ];
 
@@ -77,7 +77,7 @@
       priority = 0;
       weight = 1;
       port = 993;
-      target = "mail.foss-syndicate.org";
+      target = "mail.vhack.org";
     }
     {
       service = "pop3s";
@@ -85,7 +85,7 @@
       priority = 0;
       weight = 1;
       port = 995;
-      target = "mail.foss-syndicate.org";
+      target = "mail.vhack.org";
     }
     {
       service = "smtps";
@@ -93,7 +93,7 @@
       priority = 0;
       weight = 1;
       port = 465;
-      target = "mail.foss-syndicate.org";
+      target = "mail.vhack.org";
     }
   ];
   # }}}
@@ -104,6 +104,8 @@
 
     source.CNAME = ["server2.vhack.eu."];
 
+    mail.CNAME = ["server2.vhack.eu."];
+
     dav.CNAME = ["server2.vhack.eu."];
     etebase.CNAME = ["server2.vhack.eu."];
     git.CNAME = ["server2.vhack.eu."];