LDAP Admin - Zarafa Mail AccountZarafa Mail Account by Louis van Belle
ver 1.0Template for Zarafa Mail accounts
<template>
<name>Zarafa Mail Account</name>
<description>Template for Zarafa Mail accounts</description>
<author>Louis van Belle</author>
<version>1.0</version>
<email>louis@van-belle.nl</email>
<website>ldapadmin.sourceforge.net</website>
<rdn>cn</rdn>
<extends>user</extends>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>zarafa-user</value>
<value>qmailUser</value>
</attribute>
<attribute type="text">
<name>mail</name>
<description>E-Mail Address</description>
<value>%cn%@bazuin.nl</value>
</attribute>
<attribute type="text">
<name>mailAlternateAddress</name>
<description>Secondary (alias) mailaddresses</description>
<control type="grid">
<rows>3</rows>
</control>
</attribute>
<attribute type="text">
<name>zarafaAccount</name>
<value>1</value>
<description>Zarafa Account status</description>
<control type="combo">
<items>
<item>1</item>
<item>0</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>zarafaQuotaHard</name>
<description>Zarafa Hard Quota size in Mb</description>
</attribute>
<attribute type="text">
<name>zarafaQuotaSoft</name>
<description>Zarafa Soft Quota size in Mb</description>
</attribute>
<attribute type="text">
<name>zarafaQuotaWarn</name>
<description>Zarafa Waring Quota size in Mb</description>
</attribute>
<attribute type="text">
<name>zarafaAdmin</name>
<value>0</value>
<description>Zarafa Administrator</description>
<control type="combo">
<items>
<item>0</item>
<item>1</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>zarafaQuotaOverride</name>
<value>0</value>
<description>Zarafa Quota Override</description>
<control type="combo">
<items>
<item>0</item>
<item>1</item>
</items>
</control>
</attribute>
<attribute type="text">
<name>zarafaSharedStoreOnly</name>
<value>0</value>
<description>Zarafa Shared Store Only</description>
<control type="combo">
<items>
<item>0</item>
<item>1</item>
</items>
</control>
</attribute>
|