From d74b7669d1a437448f71520fc48a370407ec5d99 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Thu, 28 Jul 2016 17:34:59 +0800 Subject: [PATCH] Fix incorrect plugin name in en_US/howto/ldap.add.mail.list.md. Thanks Marcel Gisselmann for the patch. --- en_US/howto/ldap.add.mail.list.md | 2 +- html/ldap.add.mail.list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US/howto/ldap.add.mail.list.md b/en_US/howto/ldap.add.mail.list.md index 441f4ab0..2838db34 100644 --- a/en_US/howto/ldap.add.mail.list.md +++ b/en_US/howto/ldap.add.mail.list.md @@ -90,7 +90,7 @@ Available access policies are: Access restriction is implemented in iRedAPD (a simple Postfix policy server), iRedMail has it enabled by default. You'd better check its config file -`/opt/iredapd/settings.py` to make sure plugin `sql_alias_access_policy` is +`/opt/iredapd/settings.py` to make sure plugin `ldap_alias_access_policy` is enabled in parameter `plugins = []`. ## See also diff --git a/html/ldap.add.mail.list.html b/html/ldap.add.mail.list.html index 1f6f9817..d3551b76 100644 --- a/html/ldap.add.mail.list.html +++ b/html/ldap.add.mail.list.html @@ -107,7 +107,7 @@ accesspolicy: domain

Access restriction is implemented in iRedAPD (a simple Postfix policy server), iRedMail has it enabled by default. You'd better check its config file -/opt/iredapd/settings.py to make sure plugin sql_alias_access_policy is +/opt/iredapd/settings.py to make sure plugin ldap_alias_access_policy is enabled in parameter plugins = [].

See also