Zarafa "Send as" updated

This commit is contained in:
Roland Gruber 2011-01-15 12:56:45 +00:00
parent 66a7ac31a7
commit 8ea4ac4f76
6 changed files with 103 additions and 53 deletions

View File

@ -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:

View File

@ -2152,6 +2152,9 @@ Have fun!
all settings for these types including resource and quota
settings.</para>
<section>
<title>Configuration</title>
<para>To enable Zarafa support in LAM Pro please activate the Zarafa
modules for the Users, Groups and Hosts account types in you server
profile:</para>
@ -2164,9 +2167,42 @@ Have fun!
</mediaobject>
</screenshot>
<para>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".</para>
<para>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".</para>
<literallayout>
</literallayout>
<para><emphasis role="bold">"Send as" attribute:</emphasis> Here you
can specify how "Send as" privileges should be managed. LAM supports
"uid" and "dn".</para>
<para>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.</para>
<para>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.</para>
<literallayout>
</literallayout>
<para>Examples for your Zarafa ldap.cfg:</para>
<para>"Send as" attribute: <emphasis role="bold">dn</emphasis></para>
<para>ldap_user_sendas_attribute_type = dn</para>
<literallayout>
</literallayout>
<para>"Send as" attribute: <emphasis role="bold">uid</emphasis></para>
<para>ldap_user_sendas_attribute_type = text</para>
<para>ldap_user_sendas_relation_attribute = uid</para>
<screenshot>
<mediaobject>
@ -2176,11 +2212,14 @@ Have fun!
</mediaobject>
</screenshot>
<section>
<title>Users</title>
<para>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.</para>
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.</para>
<screenshot>
<mediaobject>
@ -2189,11 +2228,15 @@ Have fun!
</imageobject>
</mediaobject>
</screenshot>
</section>
<para>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.</para>
<section>
<title>Groups</title>
<para>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.</para>
<screenshot>
<mediaobject>
@ -2202,10 +2245,14 @@ Have fun!
</imageobject>
</mediaobject>
</screenshot>
</section>
<section>
<title>Servers</title>
<para>The Zarafa extension for host accounts allows to set the
connection ports and file path. You can add/remove the extension at any
time.</para>
connection ports and file path. You can add/remove the extension at
any time.</para>
<screenshot>
<mediaobject>
@ -2215,6 +2262,8 @@ Have fun!
</mediaobject>
</screenshot>
</section>
</section>
</section>
<section>
<title>DHCP</title>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 26 KiB