mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-10 05:48:34 +01:00
vps1: auth+mail: add alias, fix mail settings for auth
This commit is contained in:
parent
df88ae282a
commit
cdf622eda9
2 changed files with 3 additions and 3 deletions
|
@ -25,10 +25,9 @@ in
|
||||||
email = {
|
email = {
|
||||||
host = mailDomain;
|
host = mailDomain;
|
||||||
port = 587;
|
port = 587;
|
||||||
username = "authentik@${rootDomain}";
|
username = "auth@${rootDomain}";
|
||||||
use_tls = true;
|
use_tls = true;
|
||||||
use_ssl = true;
|
from = "Lgm's Auth System <auth@${rootDomain}>";
|
||||||
from = "authentik@${rootDomain}";
|
|
||||||
};
|
};
|
||||||
disable_startup_analytics = true;
|
disable_startup_analytics = true;
|
||||||
avatars = "initials";
|
avatars = "initials";
|
||||||
|
|
|
@ -30,6 +30,7 @@ in
|
||||||
"lgmrszd@${rootDomain}"
|
"lgmrszd@${rootDomain}"
|
||||||
"postmaster@${rootDomain}"
|
"postmaster@${rootDomain}"
|
||||||
"abuse@${rootDomain}"
|
"abuse@${rootDomain}"
|
||||||
|
"admin@${rootDomain}"
|
||||||
];
|
];
|
||||||
hashedPassword = "$2b$05$E18a4pSMfEmd.mfVGQEJe.JBTS3jxdf6yLDZdOQNIs9NrNMc5K.cK";
|
hashedPassword = "$2b$05$E18a4pSMfEmd.mfVGQEJe.JBTS3jxdf6yLDZdOQNIs9NrNMc5K.cK";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue