cyberpanel icon indicating copy to clipboard operation
cyberpanel copied to clipboard

DKIM Manager cannot generate keys & adds quotes (") to they public key

Open fazalfarhan01 opened this issue 3 years ago • 1 comments

CyberPanel Version: 2.1 OS: Ubuntu 20.04

Bug 1: DKIM Manager cannot genetare/show generated keys.

Throws up the following error. [Errno 13] Permission denied: '/usr/local/CyberCP/lib/python3.8/site-packages/tldextract/.suffix_cache/publicsuffix.org-tlds/de84b5ca2167d4c83e38fb162f2e8738.tldextract.json.lock'

Quick Fix: Ran the following command.

Invalid permission fixed. sudo chown cyberpanel:cyberpanel -R /usr/local/CyberCP/lib/python3.8/site-packages/tldextract/.suffix_cache

SOURCE

Bug 2: Generated DKIM Public key has quotations (")

My observations:

  • Quotations are added to the DKIM public key for the websites that's added to CyberPanel.
  • Quotation are not added to the DKIM public key of any of the child domains.

Quick Fix: Removed the quotations.

SOURCE

fazalfarhan01 avatar Jun 29 '21 04:06 fazalfarhan01

I'm still experiencing Bug 2 with CyberPanel 2.1.2 although not seeing any obvious errors like Bug 1.

J-Rey avatar Nov 17 '21 04:11 J-Rey