Courier
This commit is contained in:
parent
ceaa4d6405
commit
dbaa6746de
|
@ -1,7 +1,7 @@
|
||||||
June 2017
|
June 2017 6.0
|
||||||
- Support multiple configurations for same account type
|
- Support multiple configurations for same account type
|
||||||
- PHP 7.1 compatibility
|
- PHP 7.1 compatibility
|
||||||
- Courier mail aliases
|
- Courier users and mail aliases
|
||||||
- Samba 3: added account expiration date to PDF fields
|
- Samba 3: added account expiration date to PDF fields
|
||||||
- Windows: Support unlocking of users with too many failed login attempts
|
- Windows: Support unlocking of users with too many failed login attempts
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
5.8.DEV
|
6.0.DEV
|
||||||
|
|
|
@ -1785,7 +1785,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="mailAliasesUser">
|
<section id="mailAliasesUser">
|
||||||
<title>Mail aliases</title>
|
<title>NIS mail aliases</title>
|
||||||
|
|
||||||
<para>This module allows to add/remove the user in mail alias
|
<para>This module allows to add/remove the user in mail alias
|
||||||
entries.</para>
|
entries.</para>
|
||||||
|
@ -1842,6 +1842,43 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Courier mail</title>
|
||||||
|
|
||||||
|
<para>This module allows to add/remove the Courier extension for
|
||||||
|
users.</para>
|
||||||
|
|
||||||
|
<para><emphasis role="bold">Configuration:</emphasis></para>
|
||||||
|
|
||||||
|
<para>Please activate the module Courier for users to enable this
|
||||||
|
extension. The Unix module is optional.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/mod_courierUser2.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
|
<para><emphasis role="bold">Usage:</emphasis></para>
|
||||||
|
|
||||||
|
<para>Your user tab will now show the Courier extension. This can be
|
||||||
|
added/removed any time.</para>
|
||||||
|
|
||||||
|
<para>Here you can configure the home directory in case the Unix module
|
||||||
|
is not activated. Additionally, mailbox folder, quota, server and
|
||||||
|
feature flags can be configured.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/mod_courierUser1.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Qmail (LAM Pro)</title>
|
<title>Qmail (LAM Pro)</title>
|
||||||
|
|
||||||
|
@ -4278,18 +4315,14 @@ objectclass: top
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="mailAliases">
|
<section>
|
||||||
<title>Mail aliases</title>
|
<title>Mail aliases</title>
|
||||||
|
|
||||||
<para>You can manage mail aliases (e.g. for NIS) inside LAM. This can be
|
<para>You can manage mail aliases (e.g. for NIS) inside LAM. This can be
|
||||||
used to replace local /etc/aliases files with LDAP.</para>
|
used to replace local /etc/aliases files with LDAP.</para>
|
||||||
|
|
||||||
<para>Note: Use the <link linkend="mailAliasesUser">mail alias user
|
<para>To activate this type please add "Mail aliases" in your LAM server
|
||||||
module</link> to manage mail aliases on user pages.</para>
|
profile:</para>
|
||||||
|
|
||||||
<para>All accounts of this type are based on the "nisMailAlias" object
|
|
||||||
class and may have "cn" and "rfc822MailMember" attributes. To activate
|
|
||||||
this type please add "Mail aliases" in your LAM server profile:</para>
|
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
|
@ -4299,30 +4332,65 @@ objectclass: top
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
|
||||||
<para>You need to select the Mail aliases module on the next tab.</para>
|
<section id="mailAliases">
|
||||||
|
<title>NIS mail aliases</title>
|
||||||
|
|
||||||
<screenshot>
|
<para>Note: Use the <link linkend="mailAliasesUser">mail alias user
|
||||||
<mediaobject>
|
module</link> to manage mail aliases on user pages.</para>
|
||||||
<imageobject>
|
|
||||||
<imagedata fileref="images/nisMailAlias3.png" />
|
|
||||||
</imageobject>
|
|
||||||
</mediaobject>
|
|
||||||
</screenshot>
|
|
||||||
|
|
||||||
<para>The mail aliases will then appear as separate tab inside LAM. You
|
<para>All accounts of this type are based on the "nisMailAlias" object
|
||||||
may then manage the aliases with their names and recipient
|
class and may have "cn" and "rfc822MailMember" attributes.</para>
|
||||||
addresses.</para>
|
|
||||||
|
|
||||||
<para>There are mail/user icons that allow to select a mail address/user
|
<para>You need to select the Mail aliases module on the next tab.</para>
|
||||||
name from the existing users.</para>
|
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
<imagedata fileref="images/nisMailAlias2.png" />
|
<imagedata fileref="images/nisMailAlias3.png" />
|
||||||
</imageobject>
|
</imageobject>
|
||||||
</mediaobject>
|
</mediaobject>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
|
|
||||||
|
<para>The mail aliases will then appear as separate tab inside LAM. You
|
||||||
|
may then manage the aliases with their names and recipient
|
||||||
|
addresses.</para>
|
||||||
|
|
||||||
|
<para>There are mail/user icons that allow to select a mail address/user
|
||||||
|
name from the existing users.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/nisMailAlias2.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Courier mail aliases</title>
|
||||||
|
|
||||||
|
<para>Mail aliases for Courier SMTP can be used when activating NIS mail
|
||||||
|
aliases and Courier modules:</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/mod_courierAlias1.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
|
||||||
|
<para>You will then get the Courier tab for your mail aliases.</para>
|
||||||
|
|
||||||
|
<screenshot>
|
||||||
|
<mediaobject>
|
||||||
|
<imageobject>
|
||||||
|
<imagedata fileref="images/mod_courierAlias2.png" />
|
||||||
|
</imageobject>
|
||||||
|
</mediaobject>
|
||||||
|
</screenshot>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue