• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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