I am not receiving emails but I can send emails

matrixGlitch

New member
Joined
Mar 9, 2022
Messages
3
When I used to send emails from my gmail to my domain mail it shows

Message not delivered​

Your message couldn't be delivered to domain@domain.com because the remote server is misconfigured. See technical details below for more information.
 
You are using cloudflare NS real data is masked. but:

WARNING: Found CNAMEs in MX records, invalid MX records:
  • mail.jgecommerce.com
If you are certain that your DNS values are ok , you can try to rebuild
Code:
cd /usr/local/directadmin/custombuild
./build update
./build exim
./build exim_conf
mv /etc/dovecot /etc/dovecot~moved
./build dovecot
./build dovecot_conf

to be sure : in MX records part in DA panel be sure this is enabled:
Local Mail Server
Use this server to handle my emails.
If not, change the MX record and uncheck this option
 
Just for documentation; did have this problem today, but the firewall before the VPS was the problem. So the 'extra service on the provider level'. Hopefully this can help somebody in the future.
 
Back
Top