Enable TLS on mail relay
This commit is contained in:
parent
91bd9f3c1d
commit
9815afffdb
4 changed files with 15 additions and 2 deletions
9
config/hosts/mail-2/acme.nix
Normal file
9
config/hosts/mail-2/acme.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
security.acme.certs = {
|
||||
"mail-2.grzb.de" = {
|
||||
listenHTTP = ":80";
|
||||
reloadServices = [ "postfix.service" ];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue