Fixed binding issue in stalwart, now works on both ipv4 and ipv6

This commit is contained in:
2025-08-20 18:32:46 +03:00
parent d41137ef65
commit 870bb3a941

View File

@@ -76,9 +76,6 @@
listener = {
smtp = {
protocol = "smtp";
# bind = "0.0.0.0:25,[::]:25";
# bind = ["0.0.0.0:25" "[::]:25"];
# bind = [":25"];
bind = ["[::]:25"];
};
submissions = {
@@ -86,9 +83,6 @@
protocol = "smtp";
};
imaps = {
# bind = "[::]:993";
# bind = ["0.0.0.0:993" "[::]:993"];
# bind = [":993"];
bind = ["[::]:993"];
protocol = "imap";
};