Line 1: |
Line 1: |
− | The below howto is a copy of: http://www.pollet-ghys.be/intranet/index.php/Zarafa on July 16th, 2012
| + | == Maintainer == |
| + | [mailto:frederik.pollet@pollet-ghys.be email] |
| | | |
− | == Zarafa 7.0.8 and above on SME 8 == | + | == Installing Zarafa 7.0.8 and above on SME 8 == |
| '''IMPORTANT : If you want to have a multicompany-environment, <u>format of the SME-username and the ZARAFA-username has to be [username].[companyname]</u> !!!'''<br> | | '''IMPORTANT : If you want to have a multicompany-environment, <u>format of the SME-username and the ZARAFA-username has to be [username].[companyname]</u> !!!'''<br> |
| A multicompany-evironment is only possible with the DB-plugin (So, you make your Zarafa-users 'by hand').<br> | | A multicompany-evironment is only possible with the DB-plugin (So, you make your Zarafa-users 'by hand').<br> |
Line 1,956: |
Line 1,957: |
| ==== Give a user administrator-privileges ==== | | ==== Give a user administrator-privileges ==== |
| zarafa-admin -u [user] -a y | | zarafa-admin -u [user] -a y |
| + | |
| + | === Usefull plugins === |
| + | ==== Password-plugin for webaccess ==== |
| + | [https://community.zarafa.com/pg/plugins/project/157/developer/dw2412/passwd-plugin Dev-page] |
| + | |
| + | After installation : in /var/lib/zarafa-webaccess/plugins/passwd/dialogs/pwdchange.php, change this line : |
| + | |
| + | $passwd_cmd = "/usr/local/bin/zarafa-passwd -u %s -o %s -p %s"; |
| + | |
| + | to this : |
| + | |
| + | $passwd_cmd = "/usr/bin/zarafa-passwd -u '%s' -o '%s' -p '%s'"; |
| + | |
| | | |
| === Connecting Outlook === | | === Connecting Outlook === |