From 293020b60dd2a8aa8870851485c825818f768124 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 6 Apr 2015 11:14:46 +0800 Subject: [PATCH] Rename file: howto/sql.per-user.send.receive.restrictions.md -> howto/per-user.send.receive.restrictions.md. --- ...restrictions.md => per-user.send.receive.restrictions.md} | 4 +--- html/index.html | 2 +- ...rictions.html => per-user.send.receive.restrictions.html} | 5 ++--- 3 files changed, 4 insertions(+), 7 deletions(-) rename howto/{sql.per-user.send.receive.restrictions.md => per-user.send.receive.restrictions.md} (95%) rename html/{sql.per-user.send.receive.restrictions.html => per-user.send.receive.restrictions.html} (94%) diff --git a/howto/sql.per-user.send.receive.restrictions.md b/howto/per-user.send.receive.restrictions.md similarity index 95% rename from howto/sql.per-user.send.receive.restrictions.md rename to howto/per-user.send.receive.restrictions.md index 4524f076..a2e5673a 100644 --- a/howto/sql.per-user.send.receive.restrictions.md +++ b/howto/per-user.send.receive.restrictions.md @@ -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`, diff --git a/html/index.html b/html/index.html index b63fad69..3a3365fd 100644 --- a/html/index.html +++ b/html/index.html @@ -68,13 +68,13 @@
  • Monitor incoming and outgoing mails with BCC
  • Move detected spam to Junk folder
  • Per-domain or per-user transport (relay)
  • +
  • Per-user inbound and outbound restrictions
  • Pipe incoming email for certain user to external script
  • Force Dovecot to recalculate mailbox quota
  • Reset user password
  • Send out email from specified IP address
  • SQL: Add domain catch-all account
  • SQL: Add a mail alias account
  • -
  • SQL: Per-user inbound and outbound restrictions
  • Store SpamAssassin bayes in SQL
  • Use a bought SSL certificate
  • Use OpenLDAP as address book in Microsoft Outlook
  • diff --git a/html/sql.per-user.send.receive.restrictions.html b/html/per-user.send.receive.restrictions.html similarity index 94% rename from html/sql.per-user.send.receive.restrictions.html rename to html/per-user.send.receive.restrictions.html index 79cb874e..7fbb986c 100644 --- a/html/sql.per-user.send.receive.restrictions.html +++ b/html/per-user.send.receive.restrictions.html @@ -1,7 +1,7 @@ - SQL: Per-user inbound and outbound restrictions + Per-user inbound and outbound restrictions @@ -10,9 +10,8 @@ iRedMail web site // Document Index -

    SQL: Per-user inbound and outbound restrictions

    +

    Per-user inbound and outbound restrictions

    -

    This tutorial is applicable to all SQL backends: MySQL, MariaDB, PostgreSQL.

    There's another way to achieve per-user inbound/outbound restriction, it's called per-user white/blacklists (stored in SQL table amavisd.wblist, implemented by iRedAPD plugin amavisd_wblist), but per-user white/blacklists