Why Reverse DNS Matters
Email delivery — Mail servers commonly verify that a sending server’s IP has a valid PTR record matching its hostname. Without rDNS, outbound email is significantly more likely to be rejected or marked as spam. Server identification — Network diagnostic tools such astraceroute display PTR records rather than raw IP addresses, making your server identifiable.
Setting Up Reverse DNS
rDNS is configured directly from the VirtFusion panel.1
Access VirtFusion
Log in via Single Sign-On from the Client Portal.
2
Select Your VPS
Choose your server from the VirtFusion dashboard.
3
Go to Network Settings
Navigate to the network or IP management section of your server.
4
Set the PTR Record
Enter the hostname you want the IP to resolve to (e.g.
mail.example.com) and save.Before setting a PTR record, ensure the forward DNS is already configured. The hostname you use for rDNS should have an A record (IPv4) or AAAA record (IPv6) pointing back to the same IP address. Forward and reverse DNS should match.