Koozali.org: home of the SME Server

IMP 3 Logout redirect

Steve Morris

IMP 3 Logout redirect
« on: February 23, 2002, 02:02:32 AM »
Hi
     I have installed Imp 3 and it is working fine, the only thing i would like to be able to do is when i log out of Imp it goes back to the login screen, is it possable for this to be changed to my local webserver page, if it is how is it done.

All help is appreciated.

Thanks
             Steve Morris.

Dan Brown

Re: IMP 3 Logout redirect
« Reply #1 on: February 23, 2002, 03:34:24 AM »
Yes, it's possible.  To do it, you'll need to edit the template for imp's conf.php file.  Edit /etc/e-smith/templates/home/httpd/html/horde/imp/config/conf.php/40Conf and find the line that says

$conf['user']['redirect_on_logout'] = false;

change "false" to whatever URL you want to use (probably should be in quotes).  Then expand the template, and you're set.

Steve Morris

Re: IMP 3 Logout redirect
« Reply #2 on: February 23, 2002, 11:43:55 AM »
Thanks Dan worked a treat cheers..