diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-05 19:09:59 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-09 13:44:40 +0100 |
commit | e525403465d6e69d157d814d5aa612a131d5d49c (patch) | |
tree | 0bf84fb7edefb894f22c8d3b6d5f9029f7e6a769 /modules/by-name/st/stalwart-mail | |
parent | tests/email-dns: Init (diff) | |
download | nixos-server-e525403465d6e69d157d814d5aa612a131d5d49c.zip |
modules/stalwart-mail: Remove now unneeded `allowInsecureSmtp` option
Diffstat (limited to 'modules/by-name/st/stalwart-mail')
-rw-r--r-- | modules/by-name/st/stalwart-mail/module.nix | 5 |
1 files changed, 0 insertions, 5 deletions
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 = '' |