This :Thank you for the instructions. I followed step by step but my mail.info shows
connect to smtp.gmail.com[2607:f8b0:4023:c03::6c]:587: Network is unreachable
And mail.warn shows
warning: symlink leaves directory: /etc/postfix/./makedefs.out
Attached is my main.cf - any suggestions?
smtp.gmail.com[2607:f8b0:4023:c03::6c]:587
indicates that Postfix is using IPv6 to reach the relay.Is your network/isp setup for IPv6 ?
If not, add this to main.cf :
inet_protocols = ipv4
and remove any other lines starting with
inet_protocols
Then restart postfix
systemctl restart postfix.service
and flush the queue :
postfix -f