This commit is contained in:
Zhang Huangbin 2017-12-30 12:02:52 +08:00
parent 1bf766f00c
commit 1e81c80344
7 changed files with 22 additions and 10 deletions

View File

@ -2,6 +2,11 @@
[TOC]
!!! warning "DEPRECATED"
__WARNING: THIS DOCUMENT IS *DEPRECATED*, PLEASE manage white/blacklists
with iRedAPD instead, [doc here](./manage.iredapd.html).__
This tutorial shows you how to whitelist and blacklist senders or recipients
with iRedAdmin-Pro and script shipped in iRedAPD (since iRedAPD-1.7.1).

View File

@ -1,6 +1,9 @@
# [DEPRECATED] Per-user outbound restrictions
__WARNING: THIS DOCUMENT IS *DEPRECATED*, PLEASE use per-user white/blacklists instead, [doc here](./manage.iredapd.html).__
!!! warning "DEPRECATED"
__WARNING: THIS DOCUMENT IS *DEPRECATED*, PLEASE use per-user
white/blacklists instead, [doc here](./manage.iredapd.html).__
## SQL backends

View File

@ -78,9 +78,9 @@ Features listed below have been implemented in latest development edition.
* A (new) RESTful API server for general administration (core of API server has
been implemented, need to write plugins for each particular tasks):
* [HIGH] Manage Nginx virtual web hosts.
* Network service control: get service status, stop/start/restart service.
* Manage fail2ban banned/unbanned IPs.
* Manage Nginx virtual web hosts.
* Query user mailbox with `doveadm search`, fetch partial/full messages or
message information. Possible use cases with iRedAdmin-Pro:
* View (either partial/full) mail messages in user's mailbox.

View File

@ -15,11 +15,7 @@
/> 
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><div class="admonition note">
<p class="admonition-title">This tutorial is available in other languages. <a href="https://bitbucket.org/zhb/iredmail-docs/src">Help translate more</a></p>
<p><a href="./amavisd.wblist-it_IT.html">Italiano</a> /</p>
</div>
<h1 id="whitelists-and-blacklists">Whitelists and Blacklists</h1>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="whitelists-and-blacklists">Whitelists and Blacklists</h1>
<div class="toc">
<ul>
<li><a href="#whitelists-and-blacklists">Whitelists and Blacklists</a><ul>
@ -29,6 +25,11 @@
</li>
</ul>
</div>
<div class="admonition warning">
<p class="admonition-title">DEPRECATED</p>
<p><strong>WARNING: THIS DOCUMENT IS <em>DEPRECATED</em>, PLEASE manage white/blacklists
with iRedAPD instead, <a href="./manage.iredapd.html">doc here</a>.</strong></p>
</div>
<p>This tutorial shows you how to whitelist and blacklist senders or recipients
with iRedAdmin-Pro and script shipped in iRedAPD (since iRedAPD-1.7.1).</p>
<h2 id="manage-whitelists-and-blacklists-with-iredadmin-pro">Manage whitelists and blacklists with iRedAdmin-Pro</h2>

View File

@ -103,7 +103,6 @@
<li><a href="allow.member.to.send.email.as.mail.list.html">Allow member to send email as mailing list or mail alias</a></li>
<li><a href="allow.user.to.send.email.without.authentication.html">Allow user to send email without smtp authentication</a></li>
<li><a href="amavisd.per-recipient.policy.lookup.html">Amavisd: Enable per-recipient policy lookup</a></li>
<li><a href="amavisd.wblist.html">Whitelists and Blacklists</a></li>
<li><a href="authenticate.without.domain.name.html">Authenticate without domain part in email address</a></li>
<li><a href="backupmx.html">How to mark a mail domain as backup MX</a></li>
<li><a href="change.server.hostname.html">Change server hostname</a></li>

View File

@ -16,7 +16,11 @@
<span>iRedMail</span>
</a>
&nbsp;&nbsp;//&nbsp;&nbsp;<a href="./index.html">Document Index</a></div><h1 id="deprecated-per-user-outbound-restrictions">[DEPRECATED] Per-user outbound restrictions</h1>
<p><strong>WARNING: THIS DOCUMENT IS <em>DEPRECATED</em>, PLEASE use per-user white/blacklists instead, <a href="./manage.iredapd.html">doc here</a>.</strong></p>
<div class="admonition warning">
<p class="admonition-title">DEPRECATED</p>
<p><strong>WARNING: THIS DOCUMENT IS <em>DEPRECATED</em>, PLEASE use per-user
white/blacklists instead, <a href="./manage.iredapd.html">doc here</a>.</strong></p>
</div>
<h2 id="sql-backends">SQL backends</h2>
<p>iRedAPD (a simple Postfix policy server developed by iRedMail team) provides
plugin <code>sql_user_restrictions</code> for per-user inbound/outbound restrictions.</p>

View File

@ -136,9 +136,9 @@
<p>A (new) RESTful API server for general administration (core of API server has
been implemented, need to write plugins for each particular tasks):</p>
<ul>
<li>[HIGH] Manage Nginx virtual web hosts.</li>
<li>Network service control: get service status, stop/start/restart service.</li>
<li>Manage fail2ban banned/unbanned IPs.</li>
<li>Manage Nginx virtual web hosts.</li>
<li>Query user mailbox with <code>doveadm search</code>, fetch partial/full messages or
message information. Possible use cases with iRedAdmin-Pro:<ul>
<li>View (either partial/full) mail messages in user's mailbox.</li>