From 4d3a309df12992c4174d5dc05f3f4269911634db Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Fri, 17 May 2019 22:39:51 +0200 Subject: [PATCH] Make sure that postfix only acccepts virtual domains --- postfix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/postfix.nix b/postfix.nix index 81f6eca..1650023 100644 --- a/postfix.nix +++ b/postfix.nix @@ -54,6 +54,7 @@ in enableSmtp = true; enableSubmission = true; config = { + mydestination = ""; myhostname = config.variables.myFQDN; mynetworks_style = "host"; recipient_delimiter = "+";