vps1: auth+mail: add alias, fix mail settings for auth

This commit is contained in:
Lgmrszd 2024-05-16 18:09:20 +03:00
parent df88ae282a
commit cdf622eda9
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
2 changed files with 3 additions and 3 deletions

View file

@ -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";

View file

@ -30,6 +30,7 @@ in
"lgmrszd@${rootDomain}"
"postmaster@${rootDomain}"
"abuse@${rootDomain}"
"admin@${rootDomain}"
];
hashedPassword = "$2b$05$E18a4pSMfEmd.mfVGQEJe.JBTS3jxdf6yLDZdOQNIs9NrNMc5K.cK";
};