diff --git a/lam/HISTORY b/lam/HISTORY index b3491294..68147be1 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,6 +1,7 @@ 26.01.2011 3.3.0 - additional usability enhancements - new IMAP module ("Mailbox (imapAccess)") allows to create/delete user mailboxes + - LAM Pro: enhanced Zarafa to support users and groups for "Send as" (new configuration option) - PDF export: higher resolution for logos - reduced number of LDAP queries - fixed bugs: diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 1c3cc32f..b748d002 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -2152,68 +2152,117 @@ Have fun! all settings for these types including resource and quota settings. - To enable Zarafa support in LAM Pro please activate the Zarafa - modules for the Users, Groups and Hosts account types in you server - profile: +
+ Configuration - - - - - - - + To enable Zarafa support in LAM Pro please activate the Zarafa + modules for the Users, Groups and Hosts account types in you server + profile: - You can configure which parts of the Zarafa user options should be - enabled. E.g. if you do not want to manage quotas per user then you can - hide these options on the tab "Module settings". + + + + + + + - - - - - - - + You can configure which parts of the Zarafa user options should + be enabled. E.g. if you do not want to manage quotas per user then you + can hide these options on the tab "Module settings". - This is an example of the user edit page with all possible - settings. This includes email settings, quotas and some options (e.g. - hide from address book). You can also set the resource type and capacity - for meeting rooms and equipment. The Zarafa extension can be added and - removed at any time for every user. + + - - - - - - - + "Send as" attribute: Here you + can specify how "Send as" privileges should be managed. LAM supports + "uid" and "dn". - This is the edit page for groups. You can enter an email address - and additional aliases for your groups. It is also possible to specify - options (e.g. hide from address book). The extension can be - added/removed dynamically. + If you select "uid" the LAM will store user names in the + zarafaSendAsPrivilege attribute. This way you are restricted to + specify user accounts as "Send as" allowed. - - - - - - - + You can also set this option to "dn" and LAM will store DNs in + the zarafaSendAsPrivilege attribute. In this case you may specify + users and groups as "Send as" allowed. - The Zarafa extension for host accounts allows to set the - connection ports and file path. You can add/remove the extension at any - time. + + - - - - - - - + Examples for your Zarafa ldap.cfg: + + "Send as" attribute: dn + + ldap_user_sendas_attribute_type = dn + + + + + "Send as" attribute: uid + + ldap_user_sendas_attribute_type = text + + ldap_user_sendas_relation_attribute = uid + + + + + + + + + +
+ Users + + This is an example of the user edit page with all possible + settings. This includes email settings, quotas and some options + (e.g. hide from address book). You can also set the resource type + and capacity for meeting rooms and equipment. The Zarafa extension + can be added and removed at any time for every user. + + + + + + + + +
+ +
+ Groups + + This is the edit page for groups. You can enter an email + address and additional aliases for your groups. It is also possible + to specify options (e.g. hide from address book). The extension can + be added/removed dynamically. + + + + + + + + +
+ +
+ Servers + + The Zarafa extension for host accounts allows to set the + connection ports and file path. You can add/remove the extension at + any time. + + + + + + + + +
+
diff --git a/lam/docs/manual-sources/images/zarafa2.png b/lam/docs/manual-sources/images/zarafa2.png index 3d5cfd7e..3bba69c2 100644 Binary files a/lam/docs/manual-sources/images/zarafa2.png and b/lam/docs/manual-sources/images/zarafa2.png differ diff --git a/lam/docs/manual-sources/images/zarafa3.png b/lam/docs/manual-sources/images/zarafa3.png index de938e44..4b2444c9 100644 Binary files a/lam/docs/manual-sources/images/zarafa3.png and b/lam/docs/manual-sources/images/zarafa3.png differ diff --git a/lam/docs/manual-sources/images/zarafa4.png b/lam/docs/manual-sources/images/zarafa4.png index 72d7e6f6..8ee6e872 100644 Binary files a/lam/docs/manual-sources/images/zarafa4.png and b/lam/docs/manual-sources/images/zarafa4.png differ diff --git a/lam/docs/manual-sources/images/zarafa5.png b/lam/docs/manual-sources/images/zarafa5.png index 379f0b05..e8d6332b 100644 Binary files a/lam/docs/manual-sources/images/zarafa5.png and b/lam/docs/manual-sources/images/zarafa5.png differ