slackbuilds_ponce/network/zarafa-webaccess-ajax
Niels Horn 566ca38054 network/zarafa-webaccess-ajax: Updated for version 7.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-10-02 11:06:36 -05:00
..
doinst.sh network/zarafa-webaccess-ajax: Added (Zarafa web access module) 2010-06-12 22:14:27 -05:00
README network/zarafa-webaccess-ajax: Updated for version 7.0.1. 2011-10-02 11:06:36 -05:00
slack-desc network/zarafa-webaccess-ajax: Updated for version 6.40.2. 2010-09-09 20:46:13 -04:00
zarafa-webaccess-ajax.info network/zarafa-webaccess-ajax: Updated for version 7.0.1. 2011-10-02 11:06:36 -05:00
zarafa-webaccess-ajax.SlackBuild network/zarafa-webaccess-ajax: Updated for version 7.0.1. 2011-10-02 11:06:36 -05:00

The webaccess module of Zarafa is an Ajax / PHP based solution to
access your e-mail, agenda, contacts, etcetera via a browser.

This SlackBuild uses the following defaults:

  * DOCROOT=/var/www/htdocs
  * DOCDIR=webaccess
  * PHPUSER=root
  * PHPGROUP=apache

With the defaults, Zarafa will be accessible from:

  http://<yourserver>/webaccess/

Change these at build time if preferred:

  # DOCROOT=/your/preferred/directory \
      PHPUSER=youruser PHPGROUP=yourgroup \
      ./zarafa-webaccess-ajax.SlackBuild

This requires zarafa.

This needs the following settings in your /etc/httpd/php.ini:

  short_open_tag = On

Check /etc/zarafa/config.php after installation if you need any non-
standard configuration.