Postfix Mail server rejecting sending mail from wordpress site

Solution 1:

Disable IPv6

inet_protocols = ipv4

Should do the trick

Open /etc/postfix/main.cf with a text editor

Find the line inet_protocols = all

Replace all with ipv4

Restart postfix

https://clientarea.ramnode.com/knowledgebase.php?action=displayarticle&id=108