This commit is contained in:
parent
35a91d8ed3
commit
03647dd132
|
@ -1,14 +1,12 @@
|
||||||
{ }: rec {
|
{ }: rec {
|
||||||
fqdn = "mail.owo.monster";
|
fqdn = "mail.owo.monster";
|
||||||
domains = [ "owo.monster" "kitteh.pw" ];
|
domains = [ "owo.monster" "kitteh.pw" "mailchaos.net" ];
|
||||||
|
|
||||||
debug_mode = false;
|
debug_mode = false;
|
||||||
|
|
||||||
ssl_config = {
|
ssl_config = {
|
||||||
cert = "/var/lib/acme/${fqdn}/fullchain.pem";
|
cert = "/var/lib/acme/${fqdn}/fullchain.pem";
|
||||||
key = "/var/lib/acme/${fqdn}/key.pem";
|
key = "/var/lib/acme/${fqdn}/key.pem";
|
||||||
#cert = "/tmp/cert-${fqdn}.pem";
|
|
||||||
#key = "/tmp/key-${fqdn}.pem";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# generate password files with:
|
# generate password files with:
|
||||||
|
@ -20,7 +18,10 @@
|
||||||
passwordFile = "/secrets/chaos-mail-password";
|
passwordFile = "/secrets/chaos-mail-password";
|
||||||
aliases = [
|
aliases = [
|
||||||
"all@owo.monster"
|
"all@owo.monster"
|
||||||
|
# for sending from
|
||||||
"chaos@owo.monster"
|
"chaos@owo.monster"
|
||||||
|
|
||||||
|
# legacy - to be deprecated by 2023-01-01
|
||||||
"kitteh@owo.monster"
|
"kitteh@owo.monster"
|
||||||
"kitteh@kitteh.pw"
|
"kitteh@kitteh.pw"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue