mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-10 12:47:06 +02:00
possible fix of https://community.cyberpanel.net/t/snappymail-does-not-show-email-folders-for-subdomain-domain-com-websites/40026
This commit is contained in:
@@ -116,11 +116,11 @@ class mailUtilities:
|
||||
|
||||
WriteToFile = open(PluginsFilePath, 'w')
|
||||
WriteToFile.write("""{
|
||||
"plugin": {
|
||||
"autocreate_system_folders": true
|
||||
}
|
||||
}
|
||||
""")
|
||||
"plugin": {
|
||||
"autocreate_system_folders": true
|
||||
}
|
||||
}
|
||||
""")
|
||||
WriteToFile.close()
|
||||
|
||||
command = f'chown lscpd:lscpd {PluginsFilePath}'
|
||||
|
||||
Reference in New Issue
Block a user