Add a separate sendingFqdn option

This commit is contained in:
James ‘Twey’ Kay 2020-09-05 21:23:15 +01:00 committed by lewo
parent 358cfcdfbe
commit 5cd6f8e7b3
2 changed files with 28 additions and 2 deletions

View file

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