/sac or /webmail or /scalix-admin not accessible

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

TCWardrobe
Posts: 64
Joined: Fri Aug 18, 2006 7:33 pm

/sac or /webmail or /scalix-admin not accessible

Postby TCWardrobe » Thu Jan 04, 2007 12:10 am

Hi folks!

After months of absence I report back :) I had some other things to do so I missed the scalix 11 release. I was very surprised that there are debian packages and started right away with this on a current debian etch testing machine. I used the script from http://www.scalix.com/wiki/index.php?ti ... ebian_Etch and all went well afaics but I just get 404 errors after the install. I even did a reboot! :) It may be that I just tried the wrong urls because it was hard for me to find the right docs. Some were still refering to /sac some other to /scalix-admin... but all 404. I tried to figure out where it is but I just found something in /Scalix/:

http://sinope.tcw.local/Scalix/wap <- this one lets me _download_ a wml-document
http://sinope.tcw.local/Scalix/rw <- this is the only place where I could login. name and password are asked...
http://sinope.tcw.local/Scalix/web <- 404
http://sinope.tcw.local/[scalix-admin|sac|webmail] <- 404

So, what are the right urls I should use? Afaics alle neccessary daemons are running:

Code: Select all

sinope:/etc/apache2# /opt/scalix/bin/omstat -a
PC Monitor                    Started        NON-STOP       0
Directory Relay Server        Started        04:40:14
Notification Server           Started        04:40:14       0
Shared memory daemon          Started        NON-STOP
Notification Monitor          Started        NON-STOP
Session Monitor               Started        NON-STOP
Indexer                       Started        NON-STOP
Stats Daemon                  Started        NON-STOP
Container Access Monitor      Started        NON-STOP
Item Structure Server         Stopped
Database Monitor              Started        04:40:14
Licence Monitor Daemon        Started        NON-STOP
LDAP Daemon                   Started        04:40:15
Queue Manager                 Started        NON-STOP
Item Delete Daemon            Started        NON-STOP
IMAP Server Daemon            Started        04:40:15
SMTP Relay                    Started        04:40:15
Mime Browser Controller       Started        04:40:15
Event Server                  Started        04:40:15
sinope:/etc/apache2# /opt/scalix/bin/omstat -s
Service Router                Started        04:40:17       0
Local Delivery                Started        04:40:17       0
Internet Mail Gateway         Started        04:40:17       0
Local Client Interface        Enabled        04:40:17       0
Remote Client Interface       Enabled        04:40:17       0
Test Server                   Started        04:40:17       0
Request Server                Started        04:40:17       0
Print Server                  Started        04:40:17       0
Bulletin Board Server         Started        04:40:17       0
Background Search Service     Started        04:40:18       0
CDA Server                    Started        04:40:18       0
POP3 interface                Started        04:40:18       0
Omscan Server                 Started        04:40:19       0
Archiver                      Started        04:40:19       0
sinope:/etc/apache2#


Btw. why are there no docs in the .tgz with the debian packages?

greetings
Michael

florian
Scalix
Scalix
Posts: 3852
Joined: Fri Dec 24, 2004 8:16 am
Location: Frankfurt, Germany
Contact:

Postby florian » Thu Jan 04, 2007 5:35 am

so...

1. - your questions belong on the Installation forums, not the server!! :-)

2. debian install instructions haven't been fully updated yet; the Etch document you're referencing is community-contributed. Therefore, various disclaimers apply.

3. the URLs should be /webmail and /sac if everything is correct. Scalix 11 also introduces new /m for the new Mobile Web client and /api for the REST-based web-services API

4. I would assume that you're apache-tomcat-connector configuration is not yet right; this has changed quite a bit.

5. none of the download packages contain any documentation anymore, this is not debian specific. Documentation can be found at www.scalix.com/documentaiton. Your tarball should actually have an empty docs directory with a readme file pointing to the fact - doesn't it?

Cheers,
Florian.
Florian von Kurnatowski, Die Harder!

TCWardrobe
Posts: 64
Joined: Fri Aug 18, 2006 7:33 pm

Postby TCWardrobe » Sat Jan 06, 2007 9:31 am

florian wrote:so...

1. - your questions belong on the Installation forums, not the server!! :-)
Indeed? I thought the (comunity contributed) installer went well, install finished, scalix is running, so this has to be an issue for this forum :-P

2. debian install instructions haven't been fully updated yet; the Etch document you're referencing is community-contributed. Therefore, various disclaimers apply.
I know, but I have seen that no one has said something about this contributed script, which is in my opinion a fairly good idea. Somehow I had the feeling the "officials" at scalix don't like the idea of this script and so ignore it. Anyway, you are saying I should conference with the author of this script? I thought it would be wiser for all of us debianized people if we get it managed _with_ the officials together ;)

3. the URLs should be /webmail and /sac if everything is correct. Scalix 11 also introduces new /m for the new Mobile Web client and /api for the REST-based web-services API
No URL works so... nothing is correct.

4. I would assume that you're apache-tomcat-connector configuration is not yet right; this has changed quite a bit.
Any thoughts on what should check out or do?

5. none of the download packages contain any documentation anymore, this is not debian specific. Documentation can be found at www.scalix.com/documentaiton. Your tarball should actually have an empty docs directory with a readme file pointing to the fact - doesn't it?
No, it does not.

Cheers,
Florian.

dito :)

greetings
Michael

cornernote

Postby cornernote » Sun Jan 21, 2007 4:38 am

Hello,

I had a similar issue. My fixes are posted here:
viewtopic.php?t=5352

The specifix fix to your issue was:

If you do not change /etc/opt/scalix-tomcat/connector/ajp/instance-{$host}.conf then you cannot see webmail or scalix-admin from a browser. Apparently it has something to do with the way the VirtualHost is setup. All this does is changes <VirtualHost {$fqdn}:80> to <VirtualHost *>. Also if your host name is not scalix then the include line would be wrong. This should fix it.


Code: Select all

#!/bin/bash

host=$(hostname)
cat << EOF > /etc/opt/scalix-tomcat/connector/ajp/instance-{$host}.conf
<VirtualHost *>
    Include /etc/opt/scalix-tomcat/connector/ajp/app-{$host}.*.conf
</VirtualHost>
EOF


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 10 guests

cron