Author Topic: Set webmail as default webpage  (Read 1283 times)

wilhelmdup

  • Zen Apprentice
  • *
  • Posts: 43
  • Karma: +0/-0
    • View Profile
Set webmail as default webpage
« on: July 25, 2012, 11:05:36 am »
Hi,

Is it possible to set the webmail on zentyal as the default webpage?

Thanks

innocenti_jr

  • Zen Monk
  • **
  • Posts: 98
  • Karma: +9/-0
    • View Profile
Re: Set webmail as default webpage
« Reply #1 on: July 25, 2012, 01:02:58 pm »
Yes, there are a lot of options.
A simple solution would be to put:
Code: [Select]
<meta http-equiv="refresh" content="2; URL=YourWebmailUrlHere/">into your index.html file of the webserver.
Change "2" to "0" to get redirected immediately.
"The problem with quotes on the Internet is that it is hard to verify their authenticity." - Abraham Lincoln

wilhelmdup

  • Zen Apprentice
  • *
  • Posts: 43
  • Karma: +0/-0
    • View Profile
Re: Set webmail as default webpage
« Reply #2 on: July 25, 2012, 03:24:04 pm »
thanks,

I used just the /webmail for URL

and it worked

wdp