From 497e6653807b15bb9913d92af9df7dbfb8b5ea52 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Wed, 20 Aug 2025 17:38:26 +0300 Subject: [PATCH] Revert --- nixosModules/stalwart.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixosModules/stalwart.nix b/nixosModules/stalwart.nix index ab72190..8cebed2 100644 --- a/nixosModules/stalwart.nix +++ b/nixosModules/stalwart.nix @@ -76,8 +76,8 @@ listener = { smtp = { protocol = "smtp"; - bind = "0.0.0.0:25,[::]:25"; - # bind = ["0.0.0.0:25" "[::]:25"]; + # bind = "0.0.0.0:25,[::]:25"; + bind = ["0.0.0.0:25" "[::]:25"]; }; submissions = { bind = "[::]:465";