Mail Server FQDN?
Mail Server FQDN?
The docs say:
5. Make sure server hostname is FQDN compliant
and show an example of:
Then it says:
5. Make sure server hostname is FQDN compliant
and show an example of:
am I safe with this:root@localhost:~# hostname
localhost
root@localhost:~# v-change-sys-hostname mail.vestacp.com
root@localhost:~# hostname
mail.vestacp.com
Code: Select all
root@hosting:~# hostname
hosting
root@hosting:~# hostname -f
hosting.knightsenglish.com
So, I'd like to use VestaCP for DKIM but not for DNS. So where can I see the DKIM keys so I can set them up on my own DNS?8. Enable DKIM support.
This is optional step but highly recommended. DKIM can be enabled in the Vesta under MAIL tab.