From 0091ae1761b7e891a4e12ca9438e3e4b1ff0b399 Mon Sep 17 00:00:00 2001 From: geistesk Date: Sun, 26 Nov 2017 11:56:34 +0100 Subject: [PATCH] Postfix: set hostname to FQDN This should fix #43 --- mail-server/postfix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-server/postfix.nix b/mail-server/postfix.nix index 121e225..0d528fc 100644 --- a/mail-server/postfix.nix +++ b/mail-server/postfix.nix @@ -84,6 +84,7 @@ in services.postfix = { enable = true; + hostname = "${fqdn}"; networksStyle = "host"; mapFiles."valias" = valiases_file; mapFiles."vaccounts" = vaccounts_file;