Also allow IPv4
Only allowing IPv6 causes unknown bugs. Although the domain used is already IPv6 only, it causes login problems.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
listen = "[::]"
|
||||
listen = "*, [::]"
|
||||
|
||||
service imap-login {
|
||||
inet_listener imap {
|
||||
|
||||
Reference in New Issue
Block a user