From be839d57c1eec83cf3c8fc5be211a474d80fab7c Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Tue, 1 Sep 2015 07:38:13 +0800 Subject: [PATCH] Fix incorrect access policy for mailing list and mail alias, used by iRedAPD. --- en_US/howto/ldap.add.mail.list.md | 2 +- en_US/howto/sql.create.mail.alias.md | 2 +- html/ldap.add.mail.list.html | 2 +- html/sql.create.mail.alias.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US/howto/ldap.add.mail.list.md b/en_US/howto/ldap.add.mail.list.md index e723063d..441f4ab0 100644 --- a/en_US/howto/ldap.add.mail.list.md +++ b/en_US/howto/ldap.add.mail.list.md @@ -82,7 +82,7 @@ Available access policies are: * `domain`: all users under same domain are allowed to send email to this mail list. * `subdomain`: all users under same domain and sub-domains are allowed to send email to this mail list. * `membersOnly`: only members of this mail list are allowd. -* `moderatorsOnly`: only moderators of this mail list are allowed. Moderators +* `allowedOnly`: only moderators of this mail list are allowed. Moderators are email addresses stored in SQL column `alias.moderators`. With iRedAPD-1.4.5, it's ok to use `*@domain.com` as (one of) moderator for all users under mail domain 'domain.com'. diff --git a/en_US/howto/sql.create.mail.alias.md b/en_US/howto/sql.create.mail.alias.md index 331eab47..b0473477 100644 --- a/en_US/howto/sql.create.mail.alias.md +++ b/en_US/howto/sql.create.mail.alias.md @@ -48,7 +48,7 @@ Available access policies are: * `domain`: all users under same domain are allowed to send email to this mail list. * `subdomain`: all users under same domain and sub-domains are allowed to send email to this mail list. * `membersOnly`: only members of this mail list are allowd. -* `moderatorsOnly`: only moderators of this mail list are allowed. Moderators +* `allowedOnly`: only moderators of this mail list are allowed. Moderators are email addresses stored in SQL column `alias.moderators`. With iRedAPD-1.4.5, it's ok to use `*@domain.com` as (one of) moderator for all users under mail domain 'domain.com'. diff --git a/html/ldap.add.mail.list.html b/html/ldap.add.mail.list.html index 08a43b8b..993ce4c3 100644 --- a/html/ldap.add.mail.list.html +++ b/html/ldap.add.mail.list.html @@ -94,7 +94,7 @@ accesspolicy: domain
  • domain: all users under same domain are allowed to send email to this mail list.
  • subdomain: all users under same domain and sub-domains are allowed to send email to this mail list.
  • membersOnly: only members of this mail list are allowd.
  • -
  • moderatorsOnly: only moderators of this mail list are allowed. Moderators +
  • allowedOnly: only moderators of this mail list are allowed. Moderators are email addresses stored in SQL column alias.moderators. With iRedAPD-1.4.5, it's ok to use *@domain.com as (one of) moderator for all users under mail domain 'domain.com'.
  • diff --git a/html/sql.create.mail.alias.html b/html/sql.create.mail.alias.html index 86eb2205..acf925a5 100644 --- a/html/sql.create.mail.alias.html +++ b/html/sql.create.mail.alias.html @@ -59,7 +59,7 @@ For example:

  • domain: all users under same domain are allowed to send email to this mail list.
  • subdomain: all users under same domain and sub-domains are allowed to send email to this mail list.
  • membersOnly: only members of this mail list are allowd.
  • -
  • moderatorsOnly: only moderators of this mail list are allowed. Moderators +
  • allowedOnly: only moderators of this mail list are allowed. Moderators are email addresses stored in SQL column alias.moderators. With iRedAPD-1.4.5, it's ok to use *@domain.com as (one of) moderator for all users under mail domain 'domain.com'.