summaryrefslogtreecommitdiffstats
path: root/network/zarafa-webaccess-ajax/README
blob: bdfc2afe8bdcf8ec2894c369a71b7c1d07a9cc06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
The webaccess module of Zarafa is a 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:
  extension = mapi.so
  short_open_tag = On

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