I have several domains parked and email forwarded to one main domain.
But the question is, do I need an SPF record on each of those domains, or just the main one?
If I need it on each one, I found this script that is supposed to let you add an SPF record to every account:
Assuming that this is still valid, how do I customize it to add a specific SPF to each domain? Like:
But the question is, do I need an SPF record on each of those domains, or just the main one?
If I need it on each one, I found this script that is supposed to let you add an SPF record to every account:
Code:
cd /var/cpanel/users
for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/spf_installer $i ;done
Code:
"v=spf1 +a +mx +ip4:123.45.67.89 -all"