💿
Openlitespeed & Cyberpanel
  • Linux Debugging
    • Desk Space Debugging
    • Checked Failed Services
    • Debug Memory Usage
  • Openlitespeed Web Admin
    • List Users
    • Update Password
  • Cyberpanel Setup
    • Installing Cyberpanel
    • Remove Port 8090 from URL
    • Folder permissions in CyberPanel
    • Redirect one domain to another
  • Customizing Cyberpanel
    • Customize Login Page
    • Customize Home Page Title
    • Customize Dashboard UI
  • SSL Debugging
  • DKIM Debugging
  • Setup Mailserver
Powered by GitBook
On this page

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 1 year ago