Maybe it's because the rtp record setting is not working well due to AWS reverse DNS application.

Asked 2 years ago, Updated 2 years ago, 75 views

Currently, spam has been determined when sending emails.

I'm looking into it
I am using AWS and I have to apply for the lifting of the restriction on Elastic IP, so
I sent the application by referring to the following URL.

http://toatoshi.hatenablog.com/entry/2013/07/04/091846

I submitted my current ElasticIP and the domain hoge.example.com (provisional) that I set as A record.

However, I received the following response:

The mapping for this reverse DNS entry is failing because the PTR record does not match the record for that domain. We currently require the forward record to match the PTR record for all reverse DNS entries.

You can provide us with an alternate hostname, or configure the Record for this domain to match the desired PTR record on your side.

I would like to re-submit the necessary information after attaching it while researching my knowledge of PTR records.
I don't know what to offer to pass the application.

I would appreciate it if you could tell me how to deal with this situation.

Thank you for your cooperation.

We have added ptr records to Route 53 by referring to the current situation.
https://forums.aws.amazon.com/thread.jspa?threadID=115473

$nslookup-type=ptr [IP address]

has not changed much at this time.

aws dns

2022-09-30 20:25

2 Answers

I am not familiar with AWS procedures, but I understand that Amazon rejected the PTR record setting due to a strange application.

It says to submit a different hostname or to configure the A record to match the PTR record you want.

Maybe the A record on hoge.example.com is not configured to return the IP address as requested.


2022-09-30 20:25

You must register a A record before applying for reverse withdrawal.

Register the hostname = hoge.example.com, type = A, and value = Elastic ip address in the example.com zone.


2022-09-30 20:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.