From e525403465d6e69d157d814d5aa612a131d5d49c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 5 Mar 2025 19:09:59 +0100 Subject: modules/stalwart-mail: Remove now unneeded `allowInsecureSmtp` option --- modules/by-name/st/stalwart-mail/module.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules') diff --git a/modules/by-name/st/stalwart-mail/module.nix b/modules/by-name/st/stalwart-mail/module.nix index 0889549..6905005 100644 --- a/modules/by-name/st/stalwart-mail/module.nix +++ b/modules/by-name/st/stalwart-mail/module.nix @@ -136,11 +136,6 @@ in { ''; default = {}; }; - allowInsecureSmtp = lib.mkEnableOption '' - insecure SMTP listener (on port 25). - - This is important, if an legacy mail server might want to send you mail. - ''; }; }); description = '' -- cgit 1.4.1