Trying to bind only to ipv6
This commit is contained in:
@@ -78,7 +78,8 @@
|
||||
protocol = "smtp";
|
||||
# bind = "0.0.0.0:25,[::]:25";
|
||||
# bind = ["0.0.0.0:25" "[::]:25"];
|
||||
bind = [":25"];
|
||||
# bind = [":25"];
|
||||
bind = ["[::]:25"];
|
||||
};
|
||||
submissions = {
|
||||
bind = "[::]:465";
|
||||
@@ -87,7 +88,8 @@
|
||||
imaps = {
|
||||
# bind = "[::]:993";
|
||||
# bind = ["0.0.0.0:993" "[::]:993"];
|
||||
bind = [":993"];
|
||||
# bind = [":993"];
|
||||
bind = ["[::]:993"];
|
||||
protocol = "imap";
|
||||
};
|
||||
# jmap = {
|
||||
|
||||
Reference in New Issue
Block a user