Bugzilla – Bug 134579
open-xchange webmail not working
Last modified: 2006-02-07 16:17:27 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.
*** Bug 135585 has been marked as a duplicate of this bug. ***
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
Fixed package submitted