Closed donvito-pl closed 3 years ago
Postfix won't accept ipv6 incoming connections on Debian 10.
/etc/postfix/main.cf should be changed to:
from: inet_protocols = ipv4
inet_protocols = ipv4
to: inet_protocols = all
inet_protocols = all
to make it work.
this issue was supposed to go to modoboa core package.
Postfix won't accept ipv6 incoming connections on Debian 10.
/etc/postfix/main.cf should be changed to:
from:
inet_protocols = ipv4
to:
inet_protocols = all
to make it work.