Zarafa webaccess has been installed under
/var/www/zarafa-webaccess

You should point the followings to the DocumentRoot of your web-server:
   # ln -s ../zarafa-webaccess /var/www/htdocs/webaccess
(make sure you use a relative symlink since Apache is chrooted)

You need to edit the config.php file installed under:
/var/www/zarafa-webaccess for regular web client access

You may want to edit /var/www/conf/php.ini according to
   /var/www/zarafa-webaccess/.htaccess
In any case, short_open_tag must be "On".

If you want to debug the webaccess, copy the following file
   /var/www/zarafa-webaccess/debug.php.disabled
to
   /var/www/zarafa-webaccess/debug.php
The debugging output will then be available under:
   /var/www/zarafa-webaccess/debug.txt
