
Below are 2 scripts to Enable or Disable Dkim on Enhance Panel for all cluster. (use them at your own risk)
First step is to go and create a Token with “Super admin” rights in your enhance control panel.
Also on the same (enhance panel) page there is a ORG ID you need to copy and have in hand when configuring the scripts.
To enable Dkim:
Download the script on your Enhance Panel Server
wget https://arknet.com.au/ecp/enable-dkim.sh
Replace the required details with your own:
API_URL=
ORG_ID=
AUTH_TOKEN=
Make it Executable:
chmod +x enable-dkim.sh
Run It on your control panel server
./enable-dkim.sh
Enjoy! 🙂
To disable Dkim:
Download the script on your Enhance Panel Server
wget https://arknet.com.au/ecp/disable-dkim.sh
Replace the required details with your own:
API_URL=
ORG_ID=
AUTH_TOKEN=
Make it Executable:
chmod +x disable-dkim.sh
Run It on your control panel server
./disable-dkim.sh
Enjoy! 🙂