Koozali.org: home of the SME Server

Help with eGroupWare [SOLVED]

Offline seicosid

  • 5
  • +0/-0
Help with eGroupWare [SOLVED]
« 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
 :-)
« Last Edit: June 28, 2011, 04:13:52 PM by seicosid »

Offline janet

  • ****
  • 4,812
  • +0/-0
Re: Help with eGroupWare
« Reply #1 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
« Last Edit: June 26, 2011, 04:31:03 AM by mary »
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline KevinG

  • *
  • 32
  • +0/-0
Re: Help with eGroupWare
« Reply #2 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

Offline seicosid

  • 5
  • +0/-0
Re: Help with eGroupWare
« Reply #3 on: June 28, 2011, 04:12:17 PM »
Thanks for your help, Mary.

But I would like to persevere with eGroupWare.

Thanks :-)

Offline seicosid

  • 5
  • +0/-0
Re: Help with eGroupWare
« Reply #4 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