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