Hello CyberPanel Community,I’m currently facing an issue with sending emails from my two VPS setups—one on AWS and the other on Vultr. Both of my domains are using Cloudflare, and I’ve already configured the necessary DNS records, including SPF, DKIM, MX, and mail.domain records.Here’s a summary of the problems I’m encountering:
AWS VPS: When trying to send an email, I receive the following error:
[{"address":"mail@domain.com","delay_reason":"Host or domain name not found. Name service error for name=domain.com type=MX: Host not found, try again"}]
Vultr VPS : The error I get is:
[{"address":"mail@domain.com","delay_reason":"connect to domain.com[94.23.206.89]:25: Connection timed out"}]
I’ve already added port 25 to the security group on AWS, but it hasn’t resolved the issue. Both servers can receive emails without any problems, but sending is where I’m stuck.
Does anyone have suggestions on how to troubleshoot or fix this issue? Any help would be greatly appreciated!
Thank you!