Error 500 trying to access webmail

https://95.182.120.201:8090/snappymail/index.php
Error 500.

Hello @a159cm

Check if snappymail folder exists under /home/

there is no such folder

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)"