Enable SPF and DKIM for already created cPanel accounts
cPanel script to enable SPF via commandline:
Syntax
# /usr/local/cpanel/bin/spf_installer $username
Where, $username is the cPanel user name.
cPanel script to enable DKIM via commandline:
Syntax
# /usr/local/cpanel/bin/dkim_keys_install $username
Replace $username with the actual cPanel username.
The above commands will help you to enable email authentications for single cPanel users. If you have hundreds of accounts and you want to enable SPF and DKIM for all accounts, please follow the simple for loop.
Here we can get the cPanel usernames from “/var/cpanel/users”. Then give that to installations scripts. Please see the sample script below:
Script
for username in `ls -A /var/cpanel/users` ; do /usr/local/cpanel/bin/dkim_keys_install $username && /usr/local/cpanel/bin/spf_installer $username ; done
That’s it! wait for a while, it’ll set all.
In today's digital landscape, timing is everything. Whether you're a social media manager, business owner, or content creator, the success…
Are you a website owner? Maintaining the website is the prime concern for any website owner. Yes, it’s equally important…
If you’ve planned to launch a WordPress website, you might get a question, “How do I log in to WordPress?”…
As the demand for virtual private servers (VPS) continues to grow, businesses and individuals are faced with a crucial decision:…
Web hosting is a large industry, as many other factors help any web hosting provider to form a company. The…