Setting Up Reverse DNS (rDNS/PTR Record)

Setting Up Reverse DNS (rDNS / PTR Record)

A reverse DNS (PTR) record maps your IP address back to a hostname. This is important for mail servers and overall server reputation.

Why rDNS Matters

  • Mail servers check rDNS to verify sender legitimacy and reduce spam scores
  • Some services require a valid PTR record for access
  • Improves your server's overall reputation

How to Request rDNS at Racklot

  1. Log into your client area
  2. Navigate to your service details
  3. Open a support ticket with:
    • Your server's IP address
    • The desired hostname (e.g., mail.yourdomain.com)
  4. Ensure your domain's A record already points to your server IP before requesting rDNS

Verify rDNS is Set

dig -x YOUR_SERVER_IP

Look for a PTR record in the output pointing to your hostname.

Testing Mail Server rDNS

host YOUR_SERVER_IP

Output should show something like: YOUR_SERVER_IP.in-addr.arpa domain name pointer mail.yourdomain.com

  • 0 Utilizadores acharam útil
Esta resposta foi útil?

Artigos Relacionados

Understanding Your Server's Network Configuration

Understanding Your Server's Network Configuration Knowing how to read and manage your server's...

How to Configure a Static IP Address on Linux

Configuring a Static IP Address on Linux Dedicated servers typically have a static IP configured...

Setting Up Nginx as a Reverse Proxy

Setting Up Nginx as a Reverse Proxy A reverse proxy forwards incoming requests to a backend...

How to Configure DNS Records for Your Domain

Configuring DNS Records for Your Domain DNS records tell the internet how to reach your domain....

Setting Up a Mail Server with Postfix and Dovecot

Setting Up a Mail Server with Postfix and Dovecot This guide sets up a basic mail server: Postfix...