Replace Rainloop with SnappyMail

This change is a draft.
I do not have the unzip method for tar.gz running where it was unzipping regular .zip
This commit is contained in:
Master3395
2022-04-29 00:27:41 +02:00
parent 80a08d4966
commit af50e7674d
21 changed files with 11761 additions and 61 deletions

View File

@@ -1475,7 +1475,7 @@ milter_default_action = accept
command = "chown -R root:root /usr/local/lscp"
ProcessUtilities.executioner(command)
command = "chown -R lscpd:lscpd /usr/local/lscp/cyberpanel/rainloop/data"
command = "chown -R lscpd:lscpd /usr/local/lscp/cyberpanel/snappymail/data"
ProcessUtilities.executioner(command)
command = "chmod 700 /usr/local/CyberCP/cli/cyberPanel.py"