so even further troubleshooting reveals that mail is going out to external users/mailboxes just fine (they are going to their spam/junk folder unfortunately). still nothing is coming in to internal users/mailboxes. so this is what I found in /var/log/mail.log (mail from internal users to internal users):
Code:
Nov 14 11:44:21 mail postfix/lmtp[25482]: connect to mail.example.com[1.2.3.4]:7025: Connection timed out
Nov 14 11:44:21 mail postfix/lmtp[25482]: F374D21407E: to=jamie@example.com, relay=none, delay=81359, delays=81170/0.15/189/0, dsn=4.4.1, status=deferred (connect to mail.example.com[1.2.3.4]:7025: Connection timed out)
Nov 14 11:44:21 mail postfix/lmtp[25482]: F374D21407E: to=marcus@example.com, relay=none, delay=81359, delays=81170/0.15/189/0, dsn=4.4.1, status=deferred (connect to mail.example.com[1.2.3.4]:7025: Connection timed out)
and this is what I found in /var/log/mail.log (incoming mail from external users):
Code:
Nov 14 10:41:12 mail postfix/qmgr[12877]: A4F4E214078: from=apersonalmailbox@gmail.com, size=3096, nrcpt=1 (queue active)
any ideas?