• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Remove Email from SOA

AdamSa12

Basic Pleskian
How can I remove my email address from SOA record in Plesk?

After scanning my website on www.who.is there is displayed my email address. I would like to hide this.

Please advise
 
That is not possible through Plesk control panel. However you can do that easily through SHELL with

Code:
vim /var/named/chroot/var/domain.com

If you are using bind as your DNS server ..
 
That is not possible through Plesk control panel. However you can do that easily through SHELL with

Code:
vim /var/named/chroot/var/domain.com

If you are using bind as your DNS server ..
 
That is not possible through Plesk control panel. However you can do that easily through SHELL with

Code:
vim /var/named/chroot/var/domain.com

If you are using bind as your DNS server ..

In my case was: /var/named/run-root/var/domain.com
but Thank you! You are a master!
 
Any way, TXT in SOA in Plesk (default) is: v=spf1 +a +mx -all

do you recommend use this one or the best is something diffrent? such as: v=spf1 a mx ip4:88.88.66.55 ~all

Please advise
 
Back
Top