• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

/opt/psa/bin/dns.sh --del -txt don't work

JavierAlonso

New Pleskian
Hi,
I have a little big problem, I ' ve create a spf entry for each domains with the follow script:

for i in $(cat dominios) # this file contain all domains of the server
do
/opt/psa/bin/dns.sh --add $i -txt '(bad spf entry)'
done

I tried send a email with a domain from the server to spf-test@openspf.org but the mail was failed.
I thought... with the --del parameter I can delete the bad spf entry. But it can´t to be delated.

The comand used is: /opt/psa/bin/dns.sh --del <domain> -txt <"bad record">

The error is:

Unable del record in DNS server: unable find DNS record

A greating,

Javier Alonso

P.D. Sorry for my English
 
Yes, it is known problem and bug still under developer's investigation. I have updated bug with your case and I hope it will be fixed soon.
 
Is this fixed ?

Hi Igor,

Has this issue been fixed ? I have to delete PTR records from all domains, but right now I can't because of this issue.

Cheers
 
Sorry, but problem still under developer's investigation.
 
Back
Top