==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=6552

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

           Summary: Zarafa webmail mobile does not work
    Classification: Contribs
           Product: SME Contribs
           Version: development (8.x)
          Platform: PC
        OS/Version: Unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: smeserver-zarafa
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]


I found that the smeserver-zarafa package does not install the mobile
webmail version correctly. The alias /mobile is there, but the
statement to make de /usr/share/zarafa/webaccess/mobile/ accessible for
apache is missing. 
Bij adding this code in the 86ZarafaAlias template file line 19, it
will work: 

 Alias /mobile /usr/share/zarafa-webaccess-mobile/
 <Directory /usr/share/zarafa-webaccess-mobile/>
  Options -Indexes
  AllowOverride None
  order allow,deny
  allow from all
  AddType application/x-httpd-php .php
  php_flag magic_quotes_gpc off
  php_flag track_vars on
 </Directory>

-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to