Mail Accounts Don't work

my mail accounts don’t work.

I did all the DNS redirects. But my dns records appear to be redirected

I Need your help pls.

Please provide a proper error description.

Could be anything.
Telling us the domain would also be helpful.

1 Like

xiaomiturkiye.com.tr

we don’t use our mail account in this domain (xiaomiturkiye.com.tr)

and the our hosting company’ s said us; “this error about dns forwarding in cloudflare”

but we did CNAME, A, MX, SRV, and TXT

You still did not provide any information on the error.

Guessing your’re using mail.xiaomiturkiye.com.tr to connect with mail clients or to forward your emails, set the DNS record from :orange: to :grey:

  ~/ nslookup mail.xiaomiturkiye.com.tr
Server:		127.0.0.53
Address:	127.0.0.53#53

Non-authoritative answer:
Name:	mail.xiaomiturkiye.com.tr
Address: 104.18.34.134
Name:	mail.xiaomiturkiye.com.tr
Address: 104.18.35.134
Name:	mail.xiaomiturkiye.com.tr
Address: 2606:4700:30::6812:2386
Name:	mail.xiaomiturkiye.com.tr
Address: 2606:4700:30::6812:2286

But if you

whats wrong then?

now we don’t use mail.xiaomiturkiye.com.tr

Our mail account’ s dont open and we don’t send mail with xiaomiturkiye.com.tr.

We did it in this

SRV - _autodiscover._tcp 10 10 443 autodiscover01.natrohost.com 10 Auto DNS only

TXT
xiaomiturkiye.com.tr
“v=spf1 include:_spfcls.natrohost.com include:_netblockshalon.natrohost.com ~all”
Auto
DNS only

Could you be a bit more verbose please? What are you trying and what happens then?

Our e-mails stopped working after cloudflare started

I really want to help, but “stopped working” is nothing anyone here or elsewhere can work with.

Sorry, but I will ask this qeuestions for the last time:

What is the exact error?
What happens when someone sends an email to …@xiaomiturkiye.com.tr? f
Please provide a verbose description.

Looking at your DNS setup everything seems to be fine and mail is handled by Natronhost.

İ did it.

The problem is;

CNAME must be “DNS only”.

Not that i asked you about ‘mail.’

nslookup mail.xiaomiturkiye.com.tr                     Server:127.0.0.53
Address:127.0.0.53#53

Non-authoritative answer:
mail.xiaomiturkiye.com.trcanonical name = mx-out04.natrohost.com.
Name:mx-out04.natrohost.com
Address: 89.19.xx.xx

Is there any way to receive emails on my site with custom emails like admin@ parkourshoesguide.com WITHOUT using MX records?

Yes.

In the absence of an MX record, email senders will attempt delivery to the address record - e.g. example.com.

This is based on [RFC 5321](https://tools.ietf.org/html/rfc5321) sec. 5, which states :

* SMTP clients must look up an MX record;
* If ( *and only if* ) no MX record for the domain is present, treat the domain as if it had an MX record with the given domain as the target hostname and a preference value of 0
* Perform A or AAAA lookups as required to determine the IP address of the target hostname

But in case the target hostname is protected by Cloudflare it will not work because they don’t handle email traffic.

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