Enable TLS on mail relay

This commit is contained in:
fi 2023-09-19 16:49:00 +02:00
parent 91bd9f3c1d
commit 9815afffdb
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
4 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
security.acme.certs = {
"mail-2.grzb.de" = {
listenHTTP = ":80";
reloadServices = [ "postfix.service" ];
};
};
}