style(self_host/mail): suppressing the old secret management for mailjet

This commit is contained in:
Raphael 2025-10-16 22:05:14 +02:00
parent 51e7b071dc
commit c36d15318c
No known key found for this signature in database

View file

@ -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 nest pas autorise a recevoir de mail
'';