My server email is not working

After successfully setting up Cloudflare for my site, my emails are not working anymore, and it is not responding to my hosting server. I cannot send and receive emails.
I read a tutorial on community, and tried to fix the issue, but still not working!
My Domain: http://.veggienatura.com/)

Assuming that you didn’t mistype your domain, you have conflicting MX records:

$ dig +noall +answer MX veggienatura.com
veggienatura.com.       300     IN      MX      1 mail.veggienatura.com.
veggienatura.com.       300     IN      MX      14 route2.mx.cloudflare.net.
veggienatura.com.       300     IN      MX      45 route1.mx.cloudflare.net.
veggienatura.com.       300     IN      MX      100 route3.mx.cloudflare.net.

The options you have there, would be:

  1. Remove Cloudflare MX records, if you want inbound emails to go to the server you’re pointing A/AAAA records of mail.veggienatura.com to.

  2. Remove the MX pointing to mail.veggienatura.com, if you want inbound emails to go to Cloudflare’s Email Routing.

Cloudflare Email Routing is for receiving only, you cannot send messages through Cloudflare.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.