Mention to use per-user wblist for per-user sending/receiving restriction, also remove the doc from doc index page.

This commit is contained in:
Zhang Huangbin 2017-10-23 10:39:33 +08:00
parent 0ba8e7b43f
commit 6a7c1547db
5 changed files with 7 additions and 3 deletions

View File

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

View File

@ -61,3 +61,5 @@ That's all.
* [Outlook CalDav Synchronizer](https://github.com/aluxnimm/outlookcaldavsynchronizer)
> Outlook Plugin, which synchronizes events, tasks and contacts(beta) between Outlook and Google, SOGo, Horde or any other CalDAV or CardDAV server. Supported Outlook versions are 2016, 2013, 2010 and 2007.
* [How to disable Simplified Account Creation in Outlook 2016](https://support.microsoft.com/en-us/help/3189194/how-to-disable-simplified-account-creation-in-outlook-2016)

View File

@ -73,6 +73,9 @@ wait and you will see below screen after verified:</p>
</li>
</ul>
</li>
<li>
<p><a href="https://support.microsoft.com/en-us/help/3189194/how-to-disable-simplified-account-creation-in-outlook-2016">How to disable Simplified Account Creation in Outlook 2016</a></p>
</li>
</ul><div class="footer">
<p style="text-align: center; color: grey;">All documents are available in <a href="https://bitbucket.org/zhb/iredmail-docs/src">BitBucket repository</a>, and published under <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">Creative Commons</a> license. You can <a href="https://bitbucket.org/zhb/iredmail-docs/get/tip.tar.bz2">download the latest version</a> for offline reading. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.</p>
</div>

View File

@ -123,7 +123,6 @@
<li><a href="monitor.incoming.and.outgoing.mails.with.bcc.html">Monitor incoming and outgoing mails with BCC</a></li>
<li><a href="move.detected.spam.to.junk.folder.html">Move detected spam to Junk folder</a></li>
<li><a href="per-account.transport.html">Per-domain or per-user transport (relay)</a></li>
<li><a href="per-user.send.receive.restrictions.html">[DEPRECATED] Per-user outbound restrictions</a></li>
<li><a href="pipe.incoming.email.for.certain.user.to.external.script.html">Pipe incoming email for certain user to external script </a></li>
<li><a href="promote.user.to.be.global.admin.html">Promote a mail user to be global admin</a></li>
<li><a href="public.folder.html">How to create and manage public folder</a></li>

View File

@ -16,7 +16,7 @@
<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 DO NOT APPLY IT.</strong></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>
<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>