Zarafa "Send as" updated
|
@ -1,6 +1,7 @@
|
||||||
26.01.2011 3.3.0
|
26.01.2011 3.3.0
|
||||||
- additional usability enhancements
|
- additional usability enhancements
|
||||||
- new IMAP module ("Mailbox (imapAccess)") allows to create/delete user mailboxes
|
- 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
|
- PDF export: higher resolution for logos
|
||||||
- reduced number of LDAP queries
|
- reduced number of LDAP queries
|
||||||
- fixed bugs:
|
- fixed bugs:
|
||||||
|
|
|
@ -2152,68 +2152,117 @@ Have fun!
|
||||||
all settings for these types including resource and quota
|
all settings for these types including resource and quota
|
||||||
settings.</para>
|
settings.</para>
|
||||||
|
|
||||||
<para>To enable Zarafa support in LAM Pro please activate the Zarafa
|
<section>
|
||||||
modules for the Users, Groups and Hosts account types in you server
|
<title>Configuration</title>
|
||||||
profile:</para>
|
|
||||||
|
|
||||||
<screenshot>
|
<para>To enable Zarafa support in LAM Pro please activate the Zarafa
|
||||||
<mediaobject>
|
modules for the Users, Groups and Hosts account types in you server
|
||||||
<imageobject>
|
profile:</para>
|
||||||
<imagedata fileref="images/zarafa1.png" />
|
|
||||||
</imageobject>
|
|
||||||
</mediaobject>
|
|
||||||
</screenshot>
|
|
||||||
|
|
||||||
<para>You can configure which parts of the Zarafa user options should be
|
<screenshot>
|
||||||
enabled. E.g. if you do not want to manage quotas per user then you can
|
<mediaobject>
|
||||||
hide these options on the tab "Module settings".</para>
|
<imageobject>
|
||||||
|
<imagedata fileref="images/zarafa1.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
<screenshot>
|
<para>You can configure which parts of the Zarafa user options should
|
||||||
<mediaobject>
|
be enabled. E.g. if you do not want to manage quotas per user then you
|
||||||
<imageobject>
|
can hide these options on the tab "Module settings".</para>
|
||||||
<imagedata fileref="images/zarafa2.png" />
|
|
||||||
</imageobject>
|
|
||||||
</mediaobject>
|
|
||||||
</screenshot>
|
|
||||||
|
|
||||||
<para>This is an example of the user edit page with all possible
|
<literallayout>
|
||||||
settings. This includes email settings, quotas and some options (e.g.
|
</literallayout>
|
||||||
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>
|
<para><emphasis role="bold">"Send as" attribute:</emphasis> Here you
|
||||||
<mediaobject>
|
can specify how "Send as" privileges should be managed. LAM supports
|
||||||
<imageobject>
|
"uid" and "dn".</para>
|
||||||
<imagedata fileref="images/zarafa3.png" />
|
|
||||||
</imageobject>
|
|
||||||
</mediaobject>
|
|
||||||
</screenshot>
|
|
||||||
|
|
||||||
<para>This is the edit page for groups. You can enter an email address
|
<para>If you select "uid" the LAM will store user names in the
|
||||||
and additional aliases for your groups. It is also possible to specify
|
zarafaSendAsPrivilege attribute. This way you are restricted to
|
||||||
options (e.g. hide from address book). The extension can be
|
specify user accounts as "Send as" allowed.</para>
|
||||||
added/removed dynamically.</para>
|
|
||||||
|
|
||||||
<screenshot>
|
<para>You can also set this option to "dn" and LAM will store DNs in
|
||||||
<mediaobject>
|
the zarafaSendAsPrivilege attribute. In this case you may specify
|
||||||
<imageobject>
|
users and groups as "Send as" allowed.</para>
|
||||||
<imagedata fileref="images/zarafa4.png" />
|
|
||||||
</imageobject>
|
|
||||||
</mediaobject>
|
|
||||||
</screenshot>
|
|
||||||
|
|
||||||
<para>The Zarafa extension for host accounts allows to set the
|
<literallayout>
|
||||||
connection ports and file path. You can add/remove the extension at any
|
</literallayout>
|
||||||
time.</para>
|
|
||||||
|
|
||||||
<screenshot>
|
<para>Examples for your Zarafa ldap.cfg:</para>
|
||||||
<mediaobject>
|
|
||||||
<imageobject>
|
<para>"Send as" attribute: <emphasis role="bold">dn</emphasis></para>
|
||||||
<imagedata fileref="images/zarafa5.png" />
|
|
||||||
</imageobject>
|
<para>ldap_user_sendas_attribute_type = dn</para>
|
||||||
</mediaobject>
|
|
||||||
</screenshot>
|
<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>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/zarafa2.png" />
|
||||||
|
</imageobject>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/zarafa3.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/zarafa4.png" />
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/zarafa5.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 26 KiB |