Hello,
Hoping someone can help me out, I have installed EFA5 on Rocky Linux 9, everything is working fine with the exception I cannot send emails to Gmail.
having tested using telnet from my email server I get the following result:
I do have the following also setup:
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_non_fqdn_recipient, reject_unknown_recipient_domain, check_recipient_access hash:/etc/postfix/recipient_access, check_policy_service inet:127.0.0.1:2501
qmqpd_authorized_clients = 127.0.0.1 [::1]
if you want I can paste the whole main.cf file, so you can see all the settings that I have set.
the issue was being caused by IPv6, my ISP is pushing IPv6 to all devices even though i have it disabled in my windows AD, so on the exchange server i had to set the following registry entry:
This turns off everything related to IPv6 on the exchange server forcing it to use the internal IPv4 address. I also had to turn of DKIM and DMARC in EFA but i think that is more a configuration that I need to look at in more detail, but for now is not a requirement.