Hi,
thanks for your quick reply.
config.php:
Code:
$BACKEND_PROVIDER = "BackendZimbra";
define('ZIMBRA_URL','https://192.168.1.2');
define('ZIMBRA_USER_DIR','zimbra');
define('ZIMBRA_SYNC_CONTACT_PICTURES', true);
define('ZIMBRA_VIRTUAL_CONTACTS',true);
define('ZIMBRA_VIRTUAL_APPOINTMENTS',true);
define('ZIMBRA_VIRTUAL_TASKS',true);
define('ZIMBRA_IGNORE_EMAILED_CONTACTS',true);
define('ZIMBRA_HTML',false);
define('ZIMBRA_ENFORCE_VALID_EMAIL',true);
define('ZIMBRA_DEBUG',true);
define('PROVISIONING',false); And here is the content of the joachim.xml config file:
Code:
<zimbrabackend user="joachim">
<profile id="" usehtml="false" sendasname="Joachim" sendasemail="joe@de" timezone="Europe/Berlin">
<message active="true">
</message>
<contact active="true" virtual="false">
</contact>
<appointment active="false" virtual="false">
</appointment>
<task active="false" virtual="false">
</task>
</profile>
</zimbrabackend>
Thanks