diff options
author | Robin Raymond <robin@robinraymond.de> | 2017-11-14 08:11:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 08:11:20 +0100 |
commit | 1d7e70c6137d511c44f2bb01908a5ea1104a6571 (patch) | |
tree | be1d8989104f840242c489ff714f441574ca2606 | |
parent | d1697fc9f07d6638518ae6c1211de49e4b470887 (diff) | |
parent | f076a0af650ac12bc5fb088d0a4165d5a02b3b6d (diff) |
Merge pull request #33 from eqyiel/set-mydestinationv2.0-rc2
mail-server/postfix.nix: set mydestination to localhost
-rw-r--r-- | mail-server/postfix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-server/postfix.nix b/mail-server/postfix.nix index 4b1cf45..a2ec9ef 100644 --- a/mail-server/postfix.nix +++ b/mail-server/postfix.nix @@ -76,6 +76,7 @@ in extraConfig = '' # Extra Config + mydestination = localhost smtpd_banner = ${fqdn} ESMTP NO UCE disable_vrfy_command = yes |