diff --git a/lam/HISTORY b/lam/HISTORY index 659f0a78..0deb488d 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,7 +1,7 @@ -June 2017 +June 2017 6.0 - Support multiple configurations for same account type - PHP 7.1 compatibility - - Courier mail aliases + - Courier users and mail aliases - Samba 3: added account expiration date to PDF fields - Windows: Support unlocking of users with too many failed login attempts - LAM Pro: diff --git a/lam/VERSION b/lam/VERSION index 3c50e8cb..a5dced48 100644 --- a/lam/VERSION +++ b/lam/VERSION @@ -1 +1 @@ -5.8.DEV +6.0.DEV diff --git a/lam/docs/manual-sources/chapter-modules.xml b/lam/docs/manual-sources/chapter-modules.xml index fa958423..f0265e89 100644 --- a/lam/docs/manual-sources/chapter-modules.xml +++ b/lam/docs/manual-sources/chapter-modules.xml @@ -1785,7 +1785,7 @@
- Mail aliases + NIS mail aliases This module allows to add/remove the user in mail alias entries. @@ -1842,6 +1842,43 @@
+
+ Courier mail + + This module allows to add/remove the Courier extension for + users. + + Configuration: + + Please activate the module Courier for users to enable this + extension. The Unix module is optional. + + + + + + + + + + Usage: + + Your user tab will now show the Courier extension. This can be + added/removed any time. + + 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. + + + + + + + + +
+
Qmail (LAM Pro) @@ -4278,18 +4315,14 @@ objectclass: top
-
+
Mail aliases You can manage mail aliases (e.g. for NIS) inside LAM. This can be used to replace local /etc/aliases files with LDAP. - Note: Use the mail alias user - module to manage mail aliases on user pages. - - 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: + To activate this type please add "Mail aliases" in your LAM server + profile: @@ -4299,30 +4332,65 @@ objectclass: top - You need to select the Mail aliases module on the next tab. +
+ NIS mail aliases - - - - - - - + Note: Use the mail alias user + module to manage mail aliases on user pages. - The mail aliases will then appear as separate tab inside LAM. You - may then manage the aliases with their names and recipient - addresses. + All accounts of this type are based on the "nisMailAlias" object + class and may have "cn" and "rfc822MailMember" attributes. - There are mail/user icons that allow to select a mail address/user - name from the existing users. + You need to select the Mail aliases module on the next tab. - - - - - - - + + + + + + + + + The mail aliases will then appear as separate tab inside LAM. You + may then manage the aliases with their names and recipient + addresses. + + There are mail/user icons that allow to select a mail address/user + name from the existing users. + + + + + + + + +
+ +
+ Courier mail aliases + + Mail aliases for Courier SMTP can be used when activating NIS mail + aliases and Courier modules: + + + + + + + + + + You will then get the Courier tab for your mail aliases. + + + + + + + + +
diff --git a/lam/docs/manual-sources/images/mod_courierAlias1.png b/lam/docs/manual-sources/images/mod_courierAlias1.png new file mode 100644 index 00000000..8fde4dec Binary files /dev/null and b/lam/docs/manual-sources/images/mod_courierAlias1.png differ diff --git a/lam/docs/manual-sources/images/mod_courierAlias2.png b/lam/docs/manual-sources/images/mod_courierAlias2.png new file mode 100644 index 00000000..f6cb886c Binary files /dev/null and b/lam/docs/manual-sources/images/mod_courierAlias2.png differ diff --git a/lam/docs/manual-sources/images/mod_courierUser1.png b/lam/docs/manual-sources/images/mod_courierUser1.png new file mode 100644 index 00000000..d967f633 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_courierUser1.png differ diff --git a/lam/docs/manual-sources/images/mod_courierUser2.png b/lam/docs/manual-sources/images/mod_courierUser2.png new file mode 100644 index 00000000..a5946dc6 Binary files /dev/null and b/lam/docs/manual-sources/images/mod_courierUser2.png differ