Community

Error 500 trying to access webmail

jo
josephgodwinke #2

Hello @a159cm

Check if snappymail folder exists under /home/

a1
a159cm #4

there is no such folder

jo
josephgodwinke #5

Run the upgrade script - this will wget the snappymail version 2.18.6.

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

If using a sudo user rather than root, try this:

sudo su - -c "sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)"

Sign in to reply