modoboa / modoboa-pfxadmin-migrate

A script to migrate from PostfixAdmin to Modoboa
MIT License
10 stars 8 forks source link

postfix doesn't accept incoming connections on ipv6; connection reset by peer #18

Closed donvito-pl closed 3 years ago

donvito-pl commented 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

to: inet_protocols = all

to make it work.

donvito-pl commented 3 years ago

this issue was supposed to go to modoboa core package.