The domain mail issue

pika3hu

New Member
Messages
6
Reaction score
1
Points
3
Hi,

The domain to which the recipient (@xxx@xxx.x10.bz) belongs does not exist and the email cannot be delivered, now I can send emails but cannot receive them, how can I set it up so that I can do normal sending and receiving of emails.
It should be add DNS record or MX, Is it possible to provide a copy of the SOP for mailbox setup and use, please.

Best,
 

ctyrd

Active Member
Messages
913
Reaction score
79
Points
28
Need a domain to provide positive reply.

My domain "tbint.us.org". I have a wildcard cert *.tbint.us.org, tbint.us.org

host: smtp.tbint.us.org
port: 587 using tls
username: full email address

host: pop.tbint.us.org
port: 995 secure ssl
username: full email address

I changed the MX record: mx.tbint.us.org priority 10
Added A record for: mx -> server IP

Enabled DKIM for domain email
Added _dmarc txt record
Changed SPF record: "v=spf1 a mx ptr ip4:198.91.81.13 ip4:198.91.80.251 ~all"

 

pika3hu

New Member
Messages
6
Reaction score
1
Points
3
Need a domain to provide positive reply.

My domain "tbint.us.org". I have a wildcard cert *.tbint.us.org, tbint.us.org

host: smtp.tbint.us.org
port: 587 using tls
username: full email address

host: pop.tbint.us.org
port: 995 secure ssl
username: full email address

I changed the MX record: mx.tbint.us.org priority 10
Added A record for: mx -> server IP

Enabled DKIM for domain email
Added _dmarc txt record
Changed SPF record: "v=spf1 a mx ptr ip4:198.91.81.13 ip4:198.91.80.251 ~all"

First of all, thank you for your response. But I am a little confused whether you are offering a solution or running into the same problem.
-----
Now I have add some records, but I think it is not right.
mail3600A198.91.81.13
mx3600MX10 mail.ada.x10.mx.
imap3600CNAMEimap.ada.x10.mx.
pop3600CNAMEpop.ada.x10.mx.
smtp3600CNAMEsmtp.ada.x10.mx.
ada.x10.mx.3600TXT"v=spf1 a mx ptr ip4:198.91.81.13 ip4:198.91.80.251 ~all"
 

ctyrd

Active Member
Messages
913
Reaction score
79
Points
28
See how the domain helps provide a positive reply. My email and domain are working as expected.

ada.x10.mx - ERR_NAME_NOT_RESOLVED

missing A record for ada.x10.mx!!!

https://intodns.com/ada.x10.mx

What DNS host are you making changes?

You can use cloudflare with a x10 free domain (x10.mx). I find it confusing changing nameservers.

Easier to use DirectAdmin hosting control panel DNS Manager with a x10 free domain.

I would have to recreate the issue using my x10 free domain with cloudflare. Don't know when and how long.
 
Top