From 9c72df2287ae8ddd4c3f93675f608e414ab5e8e7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 1 Apr 2025 16:13:51 +0200 Subject: {hosts/server3,zones/vhack.eu}: Activate stalwart-mail on server3 for soispha --- hosts/by-name/server2/configuration.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'hosts/by-name/server2/configuration.nix') diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index 10bbb71..fc15bdc 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -57,37 +57,6 @@ enable = true; fqdn = "mail.foss-syndicate.org"; }; - stalwart-mail = { - enable = false; - fqdn = "mail.vhack.eu"; - admin = "admin@vhack.eu"; - security = { - dkimKeys = let - loadKey = name: { - dkimPublicKey = builtins.readFile (./secrets/dkim + "/${name}-public"); - dkimPrivateKeyPath = ./secrets/dkim + "/${name}-private.age"; - keyAlgorithm = "ed25519-sha256"; - }; - in { - "mail.vhack.eu" = loadKey "mail.vhack.eu"; - }; - verificationMode = "strict"; - }; - openFirewall = true; - principals = [ - { - class = "individual"; - name = "soispha"; - secret = "$2b$05$XX36sJuHNbTFvi8DFldscOeQBHahluSkiUqD9QGzQaET7NJusSuQW"; - email = [ - "soispha@vhack.eu" - "abuse@vhack.eu" - "postmaster@vhack.eu" - "admin@vhack.eu" - ]; - } - ]; - }; nginx = { enable = true; redirects = { -- cgit 1.4.1