Merge pull request #45 from geistesk/master

Postfix: set hostname to FQDN
This commit is contained in:
Robin Raymond 2017-11-26 12:00:33 +01:00 committed by GitHub
commit 6e66132144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ in
services.postfix = { services.postfix = {
enable = true; enable = true;
hostname = "${fqdn}";
networksStyle = "host"; networksStyle = "host";
mapFiles."valias" = valiases_file; mapFiles."valias" = valiases_file;
mapFiles."vaccounts" = vaccounts_file; mapFiles."vaccounts" = vaccounts_file;