mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-09 21:38: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 = {
|
||||
host = mailDomain;
|
||||
port = 587;
|
||||
username = "authentik@${rootDomain}";
|
||||
username = "auth@${rootDomain}";
|
||||
use_tls = true;
|
||||
use_ssl = true;
|
||||
from = "authentik@${rootDomain}";
|
||||
from = "Lgm's Auth System <auth@${rootDomain}>";
|
||||
};
|
||||
disable_startup_analytics = true;
|
||||
avatars = "initials";
|
||||
|
|
|
@ -30,6 +30,7 @@ in
|
|||
"lgmrszd@${rootDomain}"
|
||||
"postmaster@${rootDomain}"
|
||||
"abuse@${rootDomain}"
|
||||
"admin@${rootDomain}"
|
||||
];
|
||||
hashedPassword = "$2b$05$E18a4pSMfEmd.mfVGQEJe.JBTS3jxdf6yLDZdOQNIs9NrNMc5K.cK";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue