Page 1 of 1

where's webmail with scalix 11 GA

Posted: Sun Dec 31, 2006 3:07 pm
by sp00k
i upgraded from scalix 11 rc1 to scalix 11 GA but now i was wondering where's webmail?
i keep getting this error if i try to access my webmail same with sac tough :/
/webmail was not found on this server.

i already tried reinstalling it but it didn't work out i did a clean install of scalix and still same problem can't find my webmail.

anyway installation was pretty good no errors :)

Posted: Sun Dec 31, 2006 6:30 pm
by Trevor Benson
Did you try a Apache restart after restarting scalix services? We did an upgrade for a client to 11 GA, also did an IP change though, was getting 404 errors until we restarted apache. Hope this helps.

Trevor

Posted: Mon Jan 01, 2007 8:39 am
by sp00k
Trevor Benson wrote:Did you try a Apache restart after restarting scalix services? We did an upgrade for a client to 11 GA, also did an IP change though, was getting 404 errors until we restarted apache. Hope this helps.

Trevor


didn't work and i got 4 fixed ip's so i can't do an ip change :/

Re: where's webmail with scalix 11 GA

Posted: Tue Jan 02, 2007 7:49 am
by anand_joshi
Hi,
Can you check if tomcat is running? The PID file at /var/opt/scalix/<instance name>/tomcat/tomcat.pid specifies the process id for tomcat.

Follow the below given steps to verify:
1. cat /var/opt/scalix/<xx>/tomcat/tomcat.pidâ€

Re: where's webmail with scalix 11 GA

Posted: Thu Jan 04, 2007 4:40 pm
by sp00k
[quote="anand_joshi"]Hi,
Can you check if tomcat is running? The PID file at /var/opt/scalix/<instance name>/tomcat/tomcat.pid specifies the process id for tomcat.

Follow the below given steps to verify:
1. cat /var/opt/scalix/<xx>/tomcat/tomcat.pidâ€

Re: where's webmail with scalix 11 GA

Posted: Fri Jan 05, 2007 11:48 am
by anand_joshi
Hi,
If upgrading from an RC1 version of Scalix 11.0, clean out the IMAP cache.
(Bug 14119)
Workaround
Run the following command on the Scalix Server: cd $(omrealpath \~/user) find -name imap-cache | xargs rm -rf . It is best to run this command when nobody is signed on to the system (when the rci and IMAP services are off).

This is mention in release notes.

Hope this helps.
Thanks.