- Code: Select all
ls -la /var/cpanel/roundcube
Simple way to list all the available backups in this directory is:
- Code: Select all
find /var/cpanel/roundcube -maxdepth 1 -type f -name "roundcube.backup.sql*"
Via root SSH access, the following command may be used to monitor the Roundcube logs while sending a test message in attempt to trigger the issue (and to see the resulting error details that are logged):
- Code: Select all
tail -fvn0 /var/cpanel/roundcube/log/*