last try stalwart
This commit is contained in:
parent
67152beb07
commit
9121162d30
1 changed files with 6 additions and 1 deletions
|
@ -22,6 +22,11 @@ in mkIf conf.mail.enable {
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
config.local-keys = [
|
||||
"certificate.default.cert"
|
||||
"certificate.default.private-key"
|
||||
"authentication.fallback-admin.secret"
|
||||
];
|
||||
server = {
|
||||
hostname = "chpu.eu";
|
||||
tls = {
|
||||
|
@ -58,7 +63,7 @@ in mkIf conf.mail.enable {
|
|||
};
|
||||
certificate.default = {
|
||||
default = true;
|
||||
cert = "%{file:/var/lib/acme/chpu.eu/chain.pem}%";
|
||||
cert = "%{file:/var/lib/acme/chpu.eu/cert.pem}%";
|
||||
private-key = "%{file:/var/lib/acme/chpu.eu/key.pem}%";
|
||||
};
|
||||
session.auth = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue