I just found that postfix had problems to deliver email for domains that have ipv6 enabled in their mx (such as google ones)
The issue seems to be due to postfix behaviour when having inet_protocols = ipv4, ipv6
My configuration:
- Debian squeeze
- Imscp with ipv6 disabled
- Ipv6 enabled on the system (as it's the default in debian) but without any adressing configured, so it doesn't have address/default gw, only the fe80:: autogenerated address
- inet_protocols = ipv4, ipv6 set on postfix
After changing the line to inet_protocols = ipv4, the delivery is back to normal.
For the rest of the daemons everything is working as expected...