From ca5e0ac13b5ef77776265fd94a3cda524b5efce6 Mon Sep 17 00:00:00 2001 From: "usman@cyberpersons.com" Date: Fri, 3 Feb 2023 20:34:15 +0500 Subject: [PATCH] possible fix of https://community.cyberpanel.net/t/snappymail-does-not-show-email-folders-for-subdomain-domain-com-websites/40026 --- install/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.py b/install/install.py index bef1a09d1..4dfcd678f 100755 --- a/install/install.py +++ b/install/install.py @@ -102,7 +102,7 @@ class preFlightsChecks: debug = 1 cyberPanelMirror = "mirror.cyberpanel.net/pip" cdn = 'cyberpanel.sh' - SnappyVersion = '2.15.3' + SnappyVersion = '2.25.3' def __init__(self, rootPath, ip, path, cwd, cyberPanelPath, distro, remotemysql=None, mysqlhost=None, mysqldb=None, mysqluser=None, mysqlpassword=None, mysqlport=None):