Line 35: |
Line 35: |
| yum localinstall libvmime*.rpm libical*.rpm zarafa-6*.rpm zarafa-webaccess-6*.rpm zarafa-licensed-6*.rpm | | yum localinstall libvmime*.rpm libical*.rpm zarafa-6*.rpm zarafa-webaccess-6*.rpm zarafa-licensed-6*.rpm |
| | | |
− | ==== smeserver-zarafa rpm==== | + | ==== smeserver-zarafa-0.9.0-25.noarch.rpm ==== |
| {{Warning box|This is an alhpa release. Beware. For non-production testing only.}} | | {{Warning box|This is an alhpa release. Beware. For non-production testing only.}} |
| | | |
− | yum install smeserver-zarafa --enablerepo=smetest
| + | Note: get the rpm here: |
| | | |
− | Choose which Authentication method, db, unix or ldap
| + | http://bugs.contribs.org/show_bug.cgi?id=4891 |
| | | |
− | http://bugs.contribs.org/show_bug.cgi?id=4873
| + | For non-production testing only. Install a fresh SME 7.4 test server and |
| + | perform the following: |
| | | |
− | If you choose ldap, install e-smith-base+ldap and dependencies http://wiki.contribs.org/LDAP
| + | # yum localinstall smeserver-zarafa-0.9.0-25.noarch.rpm |
| | | |
− | Install and enable zarafa with either 1. or 2.
| + | After rpm install execute the following: |
| | | |
− | 1.
| + | # /etc/e-smith/events/actions/zarafa-install |
− | signal-event post-upgrade; signal-event reboot | |
− |
| |
− | "creating a Public store after reboot with"
| |
− | /usr/bin/zarafa-admin -s
| |
| | | |
− | 2. or
| + | Note you will be prompted to select the user plugin you wish to test. See the |
− | /etc/e-smith/events/actions/zarafa-install (available for testing, may be removed) | + | zarafa installation manual for details. The ldap plugin is currently not |
| + | configured. |
| + | |
| + | http://www.zarafa.com/?q=en/content/documentation |
| + | |
| + | If you chose the unix plugin, run: |
| + | |
| + | # /sbin/e-smith/db accounts setprop $USERNAME zarafa enabled |
| + | # /etc/e-smith/events/actions/qmail-update-user |
| + | |
| + | If you chose the db plugin, run: |
| + | |
| + | # /etc/e-smith/events/actions/zarafa-create-user |
| + | |
| + | End with: |
| + | |
| + | # signal-event post-upgrade; signal-event reboot |
| | | |
| ===Usage=== | | ===Usage=== |