Symptoms
The Roundcube export folder option is grayed out.
Cause
The Roundcube export feature is not available because the zipdownload plugin is not enabled by default anymore.
Resolution
- Log in to the server via SSH or WHM's Terminal as the
rootuser -
Backup the
/usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.phpfile by running the following command:cp -pv /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php{,.backup.$(date +%F_%R)}
- Open the
/usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.phpfile in your preferred text editor -
Add
zipdownloadto the$config['plugins']line:$config['plugins'] = 'cpanellogin','cpanellogout','archive','calendar','return_to_webmail','carddav','markasjunk','zipdownload'];
- Save the file
-
Copy the plugin configuration in place by running the following command:
cp -axv /usr/local/cpanel/base/3rdparty/roundcube/plugins/zipdownload/config.inc.php.dist /usr/local/cpanel/base/3rdparty/roundcube/plugins/zipdownload/config.inc.php
-
Restart the dovecot service:
/scripts/restartsrv_dovecot