Rename file: howto/sql.per-user.send.receive.restrictions.md -> howto/per-user.send.receive.restrictions.md.

This commit is contained in:
Zhang Huangbin 2015-04-06 11:14:46 +08:00
parent 14cdadce69
commit 293020b60d
3 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,4 @@
# SQL: Per-user inbound and outbound restrictions
> This tutorial is applicable to all SQL backends: MySQL, MariaDB, PostgreSQL.
# Per-user inbound and outbound restrictions
> There's another way to achieve per-user inbound/outbound restriction, it's
> called per-user white/blacklists (stored in SQL table `amavisd.wblist`,

View File

@ -68,13 +68,13 @@
<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">Per-user inbound and 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="recalculate.mailbox.quota.html">Force Dovecot to recalculate mailbox quota</a></li>
<li><a href="reset.user.password.html">Reset user password</a></li>
<li><a href="send.out.email.from.specified.ip.addresses.html">Send out email from specified IP address</a></li>
<li><a href="sql.create.domain.catchall.account.html">SQL: Add domain catch-all account</a></li>
<li><a href="sql.create.mail.alias.html">SQL: Add a mail alias account</a></li>
<li><a href="sql.per-user.send.receive.restrictions.html">SQL: Per-user inbound and outbound restrictions</a></li>
<li><a href="store.spamassassin.bayes.in.sql.html">Store SpamAssassin bayes in SQL</a></li>
<li><a href="use.a.bought.ssl.certificate.html">Use a bought SSL certificate</a></li>
<li><a href="use.openldap.as.address.book.in.outlook.html">Use OpenLDAP as address book in Microsoft Outlook</a></li>

View File

@ -1,7 +1,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SQL: Per-user inbound and outbound restrictions</title>
<title>Per-user inbound and outbound restrictions</title>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>
@ -10,9 +10,8 @@
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
</div><h1 id="sql-per-user-inbound-and-outbound-restrictions">SQL: Per-user inbound and outbound restrictions</h1>
</div><h1 id="per-user-inbound-and-outbound-restrictions">Per-user inbound and outbound restrictions</h1>
<blockquote>
<p>This tutorial is applicable to all SQL backends: MySQL, MariaDB, PostgreSQL.</p>
<p>There's another way to achieve per-user inbound/outbound restriction, it's
called per-user white/blacklists (stored in SQL table <code>amavisd.wblist</code>,
implemented by iRedAPD plugin <code>amavisd_wblist</code>), but per-user white/blacklists