From bc9f02cb4c209a92f6d346a7fc77aa24630d6e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric?= Date: Thu, 21 Dec 2017 11:00:10 -0500 Subject: [PATCH] Add feature to exclude specific domain --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5106be2..af58ead 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ When you add, edit or remove a mail domain from ISPConfig the plugin made: - Add mail domain into BSF - Set destination server - Remove domain from BSF +- Possibility to exclude domain, prevent involunary change ## How To implement this module - Create BSF API user @@ -20,6 +21,7 @@ When you add, edit or remove a mail domain from ISPConfig the plugin made: - Configure the plugin with you BSF api settings -> /usr/local/ispconfig/interface/lib/config.inc.local.php - $conf["bsf_hostname"] = 'Barracuda hostname'; - $conf["bsf_password"] = 'Api password'; + - $conf["bsf_excluded"] = ['domain1.com', 'domain2.com', '...']; // If not used, create an empty array ## ToDo - Move the XML library outside the plugin -- GitLab