Overhaul.

This commit is contained in:
Root User 2026-02-16 00:28:08 +01:00
parent be5f4c0a83
commit f7c2b2d75a
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ in {
openFirewall = true;
settings = {
server = {
hostname = "mailserver.prg-radio.org";
hostname = "mail.prg-radio.org";
tls = {
enable = true;
implicit = true;
@ -112,7 +112,7 @@ in {
};
};
lookup.default = {
hostname = "mailserver.prg-radio.org";
hostname = "mail.prg-radio.org";
domain = "prg-radio.org";
};
acme."letsencrypt" = {
@ -120,7 +120,7 @@ in {
challenge = "dns-01";
# reference the contact and secret via files under /etc/stalwart
contact = "%{file:/etc/stalwart/cloudflare-username}%";
domains = ["prg-radio.org" "mailserver.prg-radio.org" "mail.prg-radio.org"];
domains = ["prg-radio.org" "mailadmin.prg-radio.org" "mail.prg-radio.org"];
provider = "cloudflare";
secret = "%{file:/etc/stalwart/acme-secret}%";
};