aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zones/vhack.eu/zone.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/zones/vhack.eu/zone.nix b/zones/vhack.eu/zone.nix
index f171da2..aa70e0c 100644
--- a/zones/vhack.eu/zone.nix
+++ b/zones/vhack.eu/zone.nix
@@ -113,7 +113,7 @@ in {
priority = 0;
weight = 1;
port = 993;
- target = "mail.vhack.eu";
+ target = "mail.vhack.eu.";
}
{
service = "pop3s";
@@ -121,7 +121,7 @@ in {
priority = 0;
weight = 1;
port = 995;
- target = "mail.vhack.eu";
+ target = "mail.vhack.eu.";
}
{
service = "smtps";
@@ -129,7 +129,7 @@ in {
priority = 0;
weight = 1;
port = 465;
- target = "mail.vhack.eu";
+ target = "mail.vhack.eu.";
}
];
# }}}