From 1406412a95e7b94fb3c8953d7d1213cc8903a783 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Wed, 26 Aug 2009 21:38:33 +0000 Subject: [PATCH] default xmlrpc support to off git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@714 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.inc.php b/config.inc.php index 4a5487ef..dfde7fc1 100644 --- a/config.inc.php +++ b/config.inc.php @@ -376,6 +376,13 @@ $CONF['create_mailbox_subdirs_prefix']='INBOX.'; $CONF['theme_logo'] = 'images/logo-default.png'; $CONF['theme_css'] = 'css/default.css'; +// XMLRPC Interface. +// This should be only of use if you wish to use e.g the +// Postfixadmin-Squirrelmail package +// change to boolean true to enable xmlrpc +$CONF['xmlrpc_enabled'] = false; + + // If you want to keep most settings at default values and/or want to ensure // that future updates work without problems, you can use a separate config // file (config.local.php) instead of editing this file and override some