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:
parent
0af9dc589d
commit
87300ea393
@ -1,4 +1,4 @@
|
||||
listen = "[::]"
|
||||
listen = "*, [::]"
|
||||
|
||||
service imap-login {
|
||||
inet_listener imap {
|
||||
|
Loading…
Reference in New Issue
Block a user