Page 1 of 1

Cannot access Webmail or sac after install 11.4

Posted: Thu Aug 21, 2008 9:42 pm
by prodigal
Ok so I've done two clean installs now on two seperate machines here's the basic setup

Debian Etch
Scalix 11.4 - Manually installed to the letter both times.

I get a simple 404 error. I've ben through the usual search procedures on here and on google and come up with nothing. I've changed all the .conf files where neccessary and other files as well so that tomcat is listening on all ip addresses and is listening to port 80 for both webmail and sac. Every single time I get a 404 error and I'm bored with trying to find out the problem without help now.

Anyone have any ideas where I've gone wrong or if this is a bug with a workaround etc?

Any and all help welcomed and appreciated at this point.


EDIT :

Ok so here's an update, after making a couple more changes and restarting the entire server my web browser now finds the pages /sac and /webmail however I get the following messages:

You don't have permission to access /sac on this server.

You don't have permission to access /webmail on this server.

Posted: Fri Aug 22, 2008 5:04 am
by PrisonMind
hi,

did you restart the scalix-tomcat and httpd?
have you got checks the logs? fatal,tomcat....

check permissions with

omcheck -i -s

omcheck -i -d

Posted: Fri Aug 22, 2008 6:15 am
by prodigal
yup

yup

yup and yup. lol

Nothing gave me anything useful, apache error logs are the closest thing to any use I'm not on the machine in question now and it's getting late here (NZ) so I'll dig out the log again in the morning and post it, but it basically just says that it's blocked the local ip according to a rule somewhere.

I've had a similar problem

Posted: Thu Aug 28, 2008 6:45 pm
by mauromena
I've added in /etc/apache2/conf.d/ a file called (what you want) scalix-access.conf with:

<Location />
Allow from all
</Location>

and restarted apache

I hope it Helps!

Mauro