Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: seicosid on June 25, 2011, 02:23:36 PM

Title: Help with eGroupWare [SOLVED]
Post by: seicosid on June 25, 2011, 02:23:36 PM
Hi,

I've installed eGroupWare on my SME 7.5.1 server, as some people complained about the layout and general feel of Horde's webmail GUI.

When the users wanted to view their email on Horde, they used to go to - https://servername/webmail. Now, with eGroupWare installed they have to go to - https://servername/egroupware.

I'm sure you know users doesn't always like change :-). So........

What I would like to do, if possible, is to allow users to be redirected to the eGroupWare GUI when they go to the /webmail URL.

Any help on this would be greatly appreciated.

Thanks in advance
 :-)
Title: Re: Help with eGroupWare
Post by: janet on June 26, 2011, 04:18:09 AM
seicosid

Quote
.... as some people complained about the layout and general feel of Horde's webmail GUI.

I suggest an acceptable solution to your users may be to use dimp rather than imp.

yum install --enablerepo=smecontribs smeserver-dimp

After install, when you access webmail you will see another option to select dynamic imp, try it.

If you must persist with using egroupware you can create an Alias or a redirect that points at egroupware.
You could modify the existing webmail alias or I'm sure if you do some searching on these forums you will also find suitable answers.
The code in this howto may assist you to create what you want, you will need to modify the steps/values in the howto of course.
http://wiki.contribs.org/Web_Application_Redirect_Tutorial
Title: Re: Help with eGroupWare
Post by: KevinG on June 28, 2011, 02:48:06 PM
If you want to replace Horde you could set up a redirect from /webmail to /egroupware.

Alternately you could set up a friendly named ibay (say email) and redirect from that to egroupware.

In the html folder of the relevant ibay create an html document index.html containing to following:

<meta http-equiv="refresh" content="0; url=https://server/egroupware">

replacing server with the full url of the sme machine.

Good Luck

Kevin
Title: Re: Help with eGroupWare
Post by: seicosid on June 28, 2011, 04:12:17 PM
Thanks for your help, Mary.

But I would like to persevere with eGroupWare.

Thanks :-)
Title: Re: Help with eGroupWare
Post by: seicosid on June 28, 2011, 04:13:14 PM
Hi Kevin,

I tried your suggestion, and it does exactly what I need.

Thank you very much