diff --git a/lam/HISTORY b/lam/HISTORY index 02224f01..cce89a9b 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,6 +1,7 @@ March 2014 4.5 - IMAP: allow dynamic admin user names by replacing wildcards with LDAP attributes - Personal: allow to set fields read-only + - NIS mail aliases can be managed on user page - Added option to server profile if referrals should be followed (fixes problems with Samba 4 and AD) - Windows user/group: NIS support (msSFU30NisDomain, msSFU30Name) - LAM Pro: diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 413aaf62..c33dc7b8 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -70,7 +70,8 @@ - Openldap (2.0 or greater) + Any standard LDAP server (e.g. OpenLDAP, Active Directory, Samba + 4, OpenDJ, 389 Directory Server, Apache DS, ...) @@ -2946,6 +2947,65 @@ Have fun! +
+ Mail aliases + + This module allows to add/remove the user in mail alias + entries. + + Note: You need to activate the + mail alias type for this + module. + + To activate mail aliases for users please select the module + "Mail aliases (nisMailAliasUser)": + + + + + + + + + + On tab Module settings you can select if you want to set the + user name or email as recipient in alias entries. + + + + + + + + + + Now you will see the mail aliases tab when editing an + user. + + The red cross will only remove the user from the alias entry. If + you click the trash can button then the whole alias entry (which may + contain other users) will be deleted. + + + + + + + + + + You can add the user to existing alias entries or create + completly new ones. + + + + + + + + +
+
Qmail (LAM Pro) @@ -4690,12 +4750,15 @@ 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: diff --git a/lam/docs/manual-sources/images/nisMailAliasUser1.png b/lam/docs/manual-sources/images/nisMailAliasUser1.png new file mode 100644 index 00000000..13988475 Binary files /dev/null and b/lam/docs/manual-sources/images/nisMailAliasUser1.png differ diff --git a/lam/docs/manual-sources/images/nisMailAliasUser2.png b/lam/docs/manual-sources/images/nisMailAliasUser2.png new file mode 100644 index 00000000..4afdf953 Binary files /dev/null and b/lam/docs/manual-sources/images/nisMailAliasUser2.png differ diff --git a/lam/docs/manual-sources/images/nisMailAliasUser3.png b/lam/docs/manual-sources/images/nisMailAliasUser3.png new file mode 100644 index 00000000..d2396159 Binary files /dev/null and b/lam/docs/manual-sources/images/nisMailAliasUser3.png differ diff --git a/lam/docs/manual-sources/images/nisMailAliasUser4.png b/lam/docs/manual-sources/images/nisMailAliasUser4.png new file mode 100644 index 00000000..e880080f Binary files /dev/null and b/lam/docs/manual-sources/images/nisMailAliasUser4.png differ