Change settings and hope...
This commit is contained in:
parent
cab31335ff
commit
be5f4c0a83
1 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ in {
|
|||
openFirewall = true;
|
||||
settings = {
|
||||
server = {
|
||||
hostname = "mail.prg-radio.org";
|
||||
hostname = "mailserver.prg-radio.org";
|
||||
tls = {
|
||||
enable = true;
|
||||
implicit = true;
|
||||
|
|
@ -112,7 +112,7 @@ in {
|
|||
};
|
||||
};
|
||||
lookup.default = {
|
||||
hostname = "mail.prg-radio.org";
|
||||
hostname = "mailserver.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" "mail.prg-radio.org"];
|
||||
domains = ["prg-radio.org" "mailserver.prg-radio.org" "mail.prg-radio.org"];
|
||||
provider = "cloudflare";
|
||||
secret = "%{file:/etc/stalwart/acme-secret}%";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue