DNS Records Show Success in UI, but Errors Appear on Server
In the UI, all DNS records are shown as successful. However, when running bm show-record on the server, the error message “()` is not a FQDN!” appears.
Additionally, all my outgoing emails are failing to send. How should I resolve this issue?
The /api/domains/all API returns all records with valid is false, while the /api/domains/fresh_dns_records API returns all records with valid is true.
Can you provide failed details? Just click the red number to show it.
delivery temporarily suspended: connect to alt2.aspmx.l.google.com[2607:f8b0:4003:c0a::1a]:25: Network is unreachable
My machine is on GCP platform
Em... Did your server is have IPv4? BillionMail currently does not support IPv6.
Thank you. Actually, the issue is not due to a lack of IPv6 support, but because many cloud providers block outbound traffic on port 25, which causes email delivery to fail. It would be great if the next version could support ports 587 and 465, as this would completely resolve the problem.