Droplet hostname = mail.company.com whereby company.com = landing biz page and abc.company.com = for [client abc] and xyz.company.com = for [client xyz] etc.
Q1) Should my reverse dns be company.com OR mail.company.com?
Q2) Do i need to create a => A record : [mail] [droplet IP] if my reverse dns is mail.company.com ? e.g. reverse dns=hello.company.com : A record : [hello] [droplet IP] even if hello.company.com is not serving any webpages
Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
You should set your hostname to mail.company.com or whatever hostname you use for sending mail. This is what’s important for the PTR as it’s mainly only used for mail purposes.
For your second questions, yes, you will want a mail.company.com A record pointing to the IP address of your droplet so that it resolves.