CVS_SILENT Removing not needed accelerators (<property name="accel">) from ui files...
[kdepim.git] / README.Kolab
blobbed69ab12b5b551d192964ae72a84725c942c7ea
1 These are preliminary instructions on how to set up kdepim to work
2 with a kolab server. It is meant to be a help for people setting
3 up for testing. It is also meant as a list of things to set up in the
4 upcoming Kolab setup wizard.
7 There are the steps needed to setup the Kolab server as the primary
8 server.
11 KMail:
13 1. Set up your identity.
14 2. Set up a disconnected IMAP account to the server and sync it.
15    Optional: Choose TLS and Clear text
16 3. Set up sending through the kolab server
17    Optional: Choose authentication and/or TLS
18 4. After the first sync, enable IMAP resource folder options in
19    Misc->Groupware and set to be subfolders of the account INBOX
20 5. Enable groupware functionality on the same page
21 6. TODO: Where is sieve setup???
23 Note: We might want to add a KMail profile for this in addition
24 to the kolab wizard.
27 KAddressBook:
29 1. Start KDE Control Center and go to KDE Components, page KDE
30    Resources Configuration. Choose the contact resource. Add an
31    IMAP resource and set it to standard.
32    Optional: Delete others or set them to readonly.
33 2. Start KAddressBook and add an LDAP server in the configuration
34    with these settings:
35       Host = "kolab.kde.org" (for example)
36       Port = "389"
37       Base DN = "dc=kolab,dc=kde,dc=org"
38    TODO: Are Bind DN and password the Kolab user settings?
39    TODO: If yes, do they make the LDAP resource writable?
40    The scheme for the base DN is to take the parts of the fully
41    qualified hostname of the kolab server and put ",dc=" between
42    the parts and "dc=" in front of it. Or in Qt code:
43       baseDN = "dc=" + hostname.replace( '.', ",dc=" );
44    Finally check the checkbox to activate the LDAP server. Now
45    you can search the Kolab LDAP server and get all users on the
46    system.
49 KOrganizer:
51 1. Start KDE Control Center and go to KDE Components, page KDE
52    Resources Configuration. Choose the calendar resource. Add an
53    IMAP resource and set it to standard.
54    Optional: Delete others or set them to readonly.
55 TODO: Free-Busy setup and KMail mail scheduling.
58 KPilot:
60 TODO
63 KitchenSync:
65 TODO
68 kalarmd:
70 TODO
73 Kontact:
75 Nothing special, AFAIK