I installed Postfix on Ubuntu 18.04 lts and try to send mail with the PHP mail function. What I get in the mail.log follows. Can anyone see a problem in the log output?
Jan 27 16:27:23 dv7 postfix/pickup[16608]: 42333FA29A3: uid=33 from=<www-data>
Jan 27 16:27:23 dv7 postfix/cleanup[16653]: 42333FA29A3: message-id=<20200127232723.42333FA29A3@dv7>
Jan 27 16:27:23 dv7 postfix/qmgr[16187]: 42333FA29A3: from=<www-data@dv7.com>, size=476, nrcpt=1 (queue active)
Jan 27 16:27:54 dv7 postfix/smtp[16655]: connect to mx5.mail.icloud.com[17.172.34.69]:25: Connection timed out
Jan 27 16:28:24 dv7 postfix/smtp[16655]: connect to mx1.mail.icloud.com[17.172.34.9]:25: Connection timed out
Jan 27 16:28:54 dv7 postfix/smtp[16655]: connect to mx6.mail.icloud.com[17.172.34.70]:25: Connection timed out
hostname[ipaddress]:portis how those messages are structured to say for the timeouts. – Thomas Ward Jan 28 '20 at 01:00