Bug 134579 - open-xchange webmail not working
Summary: open-xchange webmail not working
Status: RESOLVED FIXED
: 135585 (view as bug list)
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 3
Hardware: x86 SuSE Linux 10.0
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Ralf Haferkamp
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-20 15:43 UTC by Branislav Bozgai
Modified: 2006-02-07 16:17 UTC (History)
1 user (show)

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Branislav Bozgai 2005-11-20 15:43:52 UTC
In SUSE 10.0 retail using the open-xchange RPM the webmail portal is not working due to incorrect location of the webmail folder.

The RPM is extracts webmail data to /usr/share/open-xchange/webmail/
However the application is expecting these to be in /usr/share/open-xchange/groupware/data/webmail/

Simple:
# mkdir webmail /usr/share/open-xchange/groupware/data/
# cp -a /usr/share/open-xchange/webmail/data/* /usr/share/open-xchange/groupware/data/webmail/ resolved the issue. 

Note:
There is an alias to webmail in /etc/apache2/conf.d/open-xchange-apache.conf but for whatever reason it is not working.
Comment 1 Ralf Haferkamp 2005-12-20 10:00:45 UTC
*** Bug 135585 has been marked as a duplicate of this bug. ***
Comment 2 Ralf Haferkamp 2006-02-07 14:32:12 UTC
The alias for webmail was wrong. The correct one is:

Alias /cfintranet/webmail /usr/share/open-xchange/webmail/data/
Alias /cfintranet /usr/share/open-xchange/groupware/data/

I'll fix that for 10.1
Comment 3 Ralf Haferkamp 2006-02-07 16:17:27 UTC
Fixed package submitted