about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/by-name/st/stalwart-mail/module.nix5
-rw-r--r--tests/by-name/em/email-dns/nodes/mail_server.nix1
2 files changed, 0 insertions, 6 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 = ''
diff --git a/tests/by-name/em/email-dns/nodes/mail_server.nix b/tests/by-name/em/email-dns/nodes/mail_server.nix
index ba554ac..a8c528a 100644
--- a/tests/by-name/em/email-dns/nodes/mail_server.nix
+++ b/tests/by-name/em/email-dns/nodes/mail_server.nix
@@ -47,7 +47,6 @@
             "bob.com" = loadKey "bob.com";
           };
           verificationMode = "strict";
-          allowInsecureSmtp = false;
         };
         openFirewall = true;
         principals = [principal];