Line 182: |
Line 182: |
| chmod 755 /etc/init.d/funambol | | chmod 755 /etc/init.d/funambol |
| | | |
− | == Configuring the Calendar Sync connection == | + | == SOGO Sync Sources == |
| + | |
| + | The sync sources as described in the SOGO Installation Guide were created by means of the Funambol Admin interface (remote from a PC). The files that were created were used a the source of the templates we are creating below. The templates allow us to pull in the database password for SOGO from the SOGO installation. |
| + | |
| + | === Configuring the Calendar Sync connection === |
| mkdir -p /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-cal.xml | | mkdir -p /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-cal.xml |
| cd /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-cal.xml | | cd /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-cal.xml |
Line 232: |
Line 236: |
| expand-template /opt/Funambol/config/sogo/sogo/sogo/sogo-cal.xml | | expand-template /opt/Funambol/config/sogo/sogo/sogo/sogo-cal.xml |
| | | |
− | == Configuring the Address Book Sync connection == | + | === Configuring the Address Book Sync connection === |
| mkdir -p /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-card.xml | | mkdir -p /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-card.xml |
| cd /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-card.xml | | cd /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-card.xml |
Line 283: |
Line 287: |
| expand-template /opt/Funambol/config/sogo/sogo/sogo/sogo-card.xml | | expand-template /opt/Funambol/config/sogo/sogo/sogo/sogo-card.xml |
| | | |
− | == Configuring the Todo List Sync connection == | + | === Configuring the Todo List Sync connection === |
| mkdir -p /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-todo.xml | | mkdir -p /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-todo.xml |
| cd /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-todo.xml | | cd /etc/e-smith/templates/opt/Funambol/config/sogo/sogo/sogo/sogo-todo.xml |
Line 338: |
Line 342: |
| | | |
| vim /opt/Funambol/config/Funambol.xml | | vim /opt/Funambol/config/Funambol.xml |
− |
| |
| | | |
| And change the officer parameter: | | And change the officer parameter: |
Line 345: |
Line 348: |
| <nowiki><string>ca/inverse/sogo/security/SOGoOfficer.xml</string></nowiki> | | <nowiki><string>ca/inverse/sogo/security/SOGoOfficer.xml</string></nowiki> |
| <nowiki></void></nowiki> | | <nowiki></void></nowiki> |
− |
| |
| | | |
| Then create the SOGoOfficer.xml file | | Then create the SOGoOfficer.xml file |
Line 351: |
Line 353: |
| vim /opt/Funambol/config/ca/inverse/sogo/security/SOGoOfficer.xml | | vim /opt/Funambol/config/ca/inverse/sogo/security/SOGoOfficer.xml |
| | | |
| + | and insert |
| | | |
| <nowiki><?xml version="1.0" encoding="UTF-8"?></nowiki> | | <nowiki><?xml version="1.0" encoding="UTF-8"?></nowiki> |
Line 375: |
Line 378: |
| * Calendar: sogo-cal | | * Calendar: sogo-cal |
| * Tasks: sogo-todo | | * Tasks: sogo-todo |
− |
| |
− | To connect to the generic Funambol sync items use:
| |
− |
| |
− | * Contacts: card
| |
− | * Calendar: event
| |
− | * Tasks: task
| |
− |
| |
− |
| |
| | | |
| | | |
| ---- | | ---- |
| [[Category: Howto]] | | [[Category: Howto]] |