From cdf622eda9084a796ac576444a88bf7e960fbbbe Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Thu, 16 May 2024 18:09:20 +0300 Subject: [PATCH] vps1: auth+mail: add alias, fix mail settings for auth --- hosts/vps1/services/authentik.nix | 5 ++--- hosts/vps1/services/mailserver.nix | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/vps1/services/authentik.nix b/hosts/vps1/services/authentik.nix index d32f1e4..71fa22d 100644 --- a/hosts/vps1/services/authentik.nix +++ b/hosts/vps1/services/authentik.nix @@ -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 "; }; disable_startup_analytics = true; avatars = "initials"; diff --git a/hosts/vps1/services/mailserver.nix b/hosts/vps1/services/mailserver.nix index fc5c248..fc571af 100644 --- a/hosts/vps1/services/mailserver.nix +++ b/hosts/vps1/services/mailserver.nix @@ -30,6 +30,7 @@ in "lgmrszd@${rootDomain}" "postmaster@${rootDomain}" "abuse@${rootDomain}" + "admin@${rootDomain}" ]; hashedPassword = "$2b$05$E18a4pSMfEmd.mfVGQEJe.JBTS3jxdf6yLDZdOQNIs9NrNMc5K.cK"; };