Line 2: |
Line 2: |
| Frederik POLLET : [mailto:frederik.pollet@pollet-ghys.be email] | | Frederik POLLET : [mailto:frederik.pollet@pollet-ghys.be email] |
| | | |
− | == Installing Zarafa 7.0.8 and above on SME 8 == | + | == Description == |
| + | http://www.zarafa.com |
| + | http://z-push.sourceforge.net/soswp/ |
| + | |
| + | Zarafa is a workgroup sharing solution based on the look-and-feel of Microsoft Outlook, which enables the sharing of mail, contacts, appointments and tasks from Outlook in a web-based interface and Microsoft Outlook. |
| + | |
| + | Z-push is an implementation of Microsoft's ActiveSync protocol which is used 'over-the-air' for multi platform active sync devices, including Windows Mobile and active sync used on Apple's iPhone, Sony Ericsson and Nokia phones. Open source Z-Push enables any PHP-based groupware package to become fully syncable with any ActiveSync-compliant device. |
| + | |
| + | == Installing Zarafa 7.0.8 and above on SME 8 + Z-push == |
| {{Warning box|'''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>}} | | {{Warning box|'''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>}} |
| {{Warning box|A multicompany-evironment is only possible with the DB-plugin (So, you make your Zarafa-users 'by hand').<br>}} | | {{Warning box|A multicompany-evironment is only possible with the DB-plugin (So, you make your Zarafa-users 'by hand').<br>}} |
Line 1,969: |
Line 1,977: |
| | | |
| $passwd_cmd = "/usr/bin/zarafa-passwd -u '%s' -o '%s' -p '%s'"; | | $passwd_cmd = "/usr/bin/zarafa-passwd -u '%s' -o '%s' -p '%s'"; |
| + | |
| + | === Webmail === |
| + | Access with a browser, |
| + | |
| + | https://server/zarafa |
| + | https://server/webaccess |
| + | https://server/webmail (with Horde disabled '/server-manager > Email > Webmail Access') |
| + | https://server/webapp (NEW VERSION OF WEBACCESS) |
| | | |
| === Connecting Outlook === | | === Connecting Outlook === |
Line 1,975: |
Line 1,991: |
| | | |
| Configure Outlook (point it to your zarafaserver with the credentials of a created Zarafa-user (if DB-plugin : create Zarafa-users first)) | | Configure Outlook (point it to your zarafaserver with the credentials of a created Zarafa-user (if DB-plugin : create Zarafa-users first)) |
| + | |
| + | === Connecting other clients === |
| + | ==== IMAP/POP3 ==== |
| + | The default ports for Zarafa are 8000 + default values |
| + | so imap = 8143, imaps = 8993 |
| + | so pop3 = 8110, pop3s = 8995 |
| + | |
| | | |
| === Zarafa-documentation === | | === Zarafa-documentation === |