Fix incorrect access policy for mailing list and mail alias, used by iRedAPD.

This commit is contained in:
Zhang Huangbin 2015-09-01 07:38:13 +08:00
parent 05d4baf536
commit be839d57c1
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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