Roundcube/Plugin/logout redirect
Logout redirect
This plugin is not tested against Roundcube
1.4.1
In case you have installed the autologon plugin this one could be useful to redirect users to the home page of your site upon logout.
- Info: http://www.std-soft.com/bfaq/52-cat-webmail/105-logout-redirect-fuer-roundcube.html (german)
- Download local copy
- Plugin name: logout_redirect
cd /var/www/roundcube/plugins wget http://notes.sagredo.eu/files/qmail/tar/RC-plugins/logout_redirect_rc0.5_v1.2-MN.tar.gz tar xzf logout_redirect_rc0.5_v1.2-MN.tar.gz cd logout_redirect chown -R root.apache logout_redirect chmod -R o-rx logout_redirect
The plugin logout_redirect must be the last in the list of plugins in the main.inc.php otherwise the subsequent plugins will no longer run.
Configure like this editing the config.inc.php inside the plugin's config folder:
$ config['logout_redirect_url'] = 'http://www.yoursite.net';