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'.