• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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