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

@@ -119,7 +119,7 @@ def recursive_permissions(path, dir_mode=755, file_mode=644, topdir=True):
# Set recursive chown for a path
# recursive_chown(my_path, 'root', 'root')
# for changing group recursively without affecting user
# recursive_chown('/usr/local/lscp/cyberpanel/rainloop/data', -1, 'lscpd')
# recursive_chown('/usr/local/lscp/cyberpanel/snappymail/data', -1, 'lscpd')
# explicitly set permissions for directories/folders to 0755 and files to 0644
# recursive_permissions(my_path, 755, 644)