|
Følgende fejl opstår under brugen af Postfix, vi kan specificere netværksprotokollen som IP4. send-mail: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
send-mail: warning: inet_protocols: configuring for IPv4 support only
postdrop: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
postdrop: warning: inet_protocols: configuring for IPv4 support only Se nuværende inet_protocols # /usr/sbin/postconf | grep inet_protocols inet_protocols = alle
Modificeret til: # vi /etc/postfix/main.cf inet_protocols = alle Forandring inet_protocols = IPv4
Så genstart og kør!
|