Trying to fix ipv6 for stalwart

This commit is contained in:
2025-08-20 18:18:53 +03:00
parent 1a349ca1ae
commit d5d5fcfd0a

View File

@@ -77,7 +77,8 @@
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 = [":25"];
};
submissions = {
bind = "[::]:465";
@@ -85,7 +86,8 @@
};
imaps = {
# bind = "[::]:993";
bind = ["0.0.0.0:993" "[::]:993"];
# bind = ["0.0.0.0:993" "[::]:993"];
bind = [":993"];
protocol = "imap";
};
# jmap = {