• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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