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