Bug 134579

Summary: open-xchange webmail not working
Product: [openSUSE] SUSE Linux 10.1 Reporter: Branislav Bozgai <branislav>
Component: OtherAssignee: Ralf Haferkamp <ralf>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: forgotten_QtBI7gWTIh
Version: Beta 3   
Target Milestone: ---   
Hardware: x86   
OS: SuSE Linux 10.0   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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