kb: how-to
Plesk for Linux
ABT: Group A
Applicable to:
- Plesk for Linux
Question
How to enable debug logging for Roundcube webmail on Plesk for Linux?
Answer
- Log into the server via SSH.
- Using the vi text editor open the
/usr/share/psa-roundcube/config/config.inc.phpfile. -
Add the values below and save changes:
CONFIG_TEXT: // Log SQL queries
$config['sql_debug'] = true;
// Log IMAP conversation
$config['imap_debug'] = true;
// Log LDAP conversation
$config['ldap_debug'] = true;
// Log SMTP conversation
$config['smtp_debug'] = true;Note: Debugged logs can be found under
/var/log/plesk-roundcube/*.
All available debug options can be found in/usr/share/psa-roundcube/config/defaults.inc.phpin LOGGING/DEBUGGING section.
debug_level setting was removed in Roundcube 1.4: https://github.com/roundcube/roundcubemail/issues/6298 https://github.com/roundcube/roundcubemail/releases/tag/1.4-beta
Comments
Please sign in to leave a comment.