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.
Picture this: Your WordPress site is like that one friend who's always fashionably late to everything. You know, the one…
In a world where artificial intelligence is rapidly reshaping our digital landscape, AI detectors have emerged as both guardians and…
In today's digital age, e-learning has become more than just a convenience – it's a necessity. As virtual classrooms and…
Are you ready for another cPanel price adjustment? As we have approached January 2025, cPanel has rolled out significant changes…
In this growing digital world, having a website is not enough—it’s a crucial and much-needed option. But here's the challenge…