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
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