PTR record and dyndns

domain-name-systemdyndnsptr-recordsmtp

I have domain name at dyndns.com and set at home smtp server. I try send mail to other servers but get error:

550 We cannot accept email from IP 92.46.76.192 without a DNS PTR record. Contact your ISP/HSP to set up PTR record for your server.

How can i set PTR record for this domain?

Thank you.

Best Answer

As you have a dynamic address configure your email server to relay all mail via your ISP's relay server. By far the majority of spam originates from dynamic addresses without a PTR record. If you try to send email directly you will appear to be a spammer. This is why your attempt to send are failing.

If you want to send email directly get a static IP address. You will need to get the PTR record configured by whoever supplies it. The PTR should point to a domain which has an A record for the static IP address.

Related Topic