DKIM Debugging

If you try to create a DKIM key and get the following error:

[Errno 13] Permission denied: '/usr/local/CyberCP/lib/python3.10/site-packages/tldextract/.suffix_cache/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock'

Then you'll have to update the permission level for the cyberpanel in the server using the following command: (Make sure the python version is equal to the one in the server)

chown -R cyberpanel:cyberpanel /usr/local/CyberCP/lib/python3.10/site-packages/tldextract/.suffix_cache/

Last updated