From c36d15318cda3ea275274f46dd2af9c98e8e4895 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 16 Oct 2025 22:05:14 +0200 Subject: [PATCH] style(self_host/mail): suppressing the old secret management for mailjet --- services/self_host/mail.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/self_host/mail.nix b/services/self_host/mail.nix index 0325587..e6ab80d 100644 --- a/services/self_host/mail.nix +++ b/services/self_host/mail.nix @@ -107,10 +107,6 @@ in }; }; }; - # environment.etc."postfix-sasl_passwd" = { - # text = "[in-v3.mailjet.com]:587 ${builtins.readFile mailjet-user}:${builtins.readFile mailjet-pass}\n"; - # mode = "0600"; - # }; environment.etc."postfix-recipient_access".text = '' no-reply@enium.eu REJECT 550 Cette adresse n’est pas autorise a recevoir de mail '';