mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-27 23:46:43 +01:00
Merge pull request #45 from geistesk/master
Postfix: set hostname to FQDN
This commit is contained in:
commit
6e66132144
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ in
|
|||
|
||||
services.postfix = {
|
||||
enable = true;
|
||||
hostname = "${fqdn}";
|
||||
networksStyle = "host";
|
||||
mapFiles."valias" = valiases_file;
|
||||
mapFiles."vaccounts" = vaccounts_file;
|
||||
|
|
Loading…
Reference in a new issue