<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Multiple Domain with Admin - Carbonio General				            </title>
            <link>https://community.zextras.com/forum/carbonio-general-thread/multiple-domain-with-admin/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 16 Jun 2026 03:02:04 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Multiple Domain with Admin</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/multiple-domain-with-admin/#post-5286</link>
                        <pubDate>Sat, 08 Jul 2023 20:14:47 +0000</pubDate>
                        <description><![CDATA[Yes... totally.
Below you have an example of how I do it in most cases:
 
DOM=&quot;domain.com&quot;
DOM_ADMIN=&quot;admin@domain.com&quot;


echo &quot;ma $DOM_ADMIN zimbraIsDelegatedAdminAccount TRUE
ma $D...]]></description>
                        <content:encoded><![CDATA[<p>Yes... totally.</p>
<p>Below you have an example of how I do it in most cases:</p>
<p> </p>
<pre contenteditable="false">DOM="domain.com"
DOM_ADMIN="admin@domain.com"


echo "ma $DOM_ADMIN zimbraIsDelegatedAdminAccount TRUE
ma $DOM_ADMIN zimbraAdminConsoleUIComponents cartBlancheUI zimbraAdminConsoleUIComponents domainListView zimbraAdminConsoleUIComponents accountListView zimbraAdminConsoleUIComponents DLListView zimbraAdminConsoleUIComponents aliasListView

ma $DOM_ADMIN zimbraDomainAdminMaxMailQuota 0
md $DOM zimbraDomainMaxAccounts 1
grantRight domain $DOM usr $DOM_ADMIN -createAccount
grantRight domain $DOM usr $DOM_ADMIN +createAlias
grantRight domain $DOM usr $DOM_ADMIN +createCalendarResource
grantRight domain $DOM usr $DOM_ADMIN +deleteAlias
grantRight domain $DOM usr $DOM_ADMIN +listDomain
grantRight domain $DOM usr $DOM_ADMIN +domainAdminRights
grantRight domain $DOM usr $DOM_ADMIN +domainAdminConsoleRights
grantRight domain $DOM usr $DOM_ADMIN +adminConsoleAliasRights
grantRight domain $DOM usr $DOM_ADMIN -configureQuota
grantRight domain $DOM usr $DOM_ADMIN set.account.zimbraAccountStatus
grantRight domain $DOM usr $DOM_ADMIN set.account.sn
grantRight domain $DOM usr $DOM_ADMIN set.account.displayName
grantRight domain $DOM usr $DOM_ADMIN set.account.zimbraPasswordMustChange
grantRight domain $DOM usr $DOM_ADMIN +getDomainQuotaUsage
grantRight domain $DOM usr $DOM_ADMIN -deleteAccount
grantRight domain $DOM usr $DOM_ADMIN +createDistributionList
grantRight domain $DOM usr $DOM_ADMIN +addDistributionListAlias
grantRight domain $DOM usr $DOM_ADMIN +addDistributionListMember
grantRight domain $DOM usr $DOM_ADMIN +deleteDistributionList
grantRight domain $DOM usr $DOM_ADMIN +domainAdminDistributionListRights
grantRight domain $DOM usr $DOM_ADMIN +getDistributionList
grantRight domain $DOM usr $DOM_ADMIN +getDistributionListMembership
grantRight domain $DOM usr $DOM_ADMIN +listDistributionList
grantRight domain $DOM usr $DOM_ADMIN +modifyDistributionList
grantRight domain $DOM usr $DOM_ADMIN +removeDistributionListAlias
grantRight domain $DOM usr $DOM_ADMIN +removeDistributionListMember
grantRight domain $DOM usr $DOM_ADMIN +renameDistributionList
grantRight account $DOM_ADMIN usr $DOM_ADMIN -deleteAccount
grantRight account $DOM_ADMIN usr $DOM_ADMIN +getAccountInfo
grantRight account $DOM_ADMIN usr $DOM_ADMIN +getAccountMembership
grantRight account $DOM_ADMIN usr $DOM_ADMIN +getMailboxInfo
grantRight account $DOM_ADMIN usr $DOM_ADMIN +listAccount
grantRight account $DOM_ADMIN usr $DOM_ADMIN +removeAccountAlias
grantRight account $DOM_ADMIN usr $DOM_ADMIN +renameAccount
grantRight account $DOM_ADMIN usr $DOM_ADMIN +setAccountPassword
grantRight account $DOM_ADMIN usr $DOM_ADMIN +viewAccountAdminUI
grantRight account $DOM_ADMIN usr $DOM_ADMIN -configureQuota" &gt; /tmp/dom_admin

cat /tmp/dom_admin | zmprov

</pre>
<p> </p>
<p><span>Some tips:</span></p>
<p><strong>zimbraDomainAdminMaxMailQuota</strong> define how many accounts that domain may have. It prevents that admin to create more accounts than this limit.</p>
<p><span><strong>-configureQuota</strong> prevent admin from changing accounts quotas.<br /></span></p>
<p>There are many options available but those are the ones that works for me in most cases.</p>
<p> </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>anahuac</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/multiple-domain-with-admin/#post-5286</guid>
                    </item>
				                    <item>
                        <title>Multiple Domain with Admin</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/multiple-domain-with-admin/#post-5119</link>
                        <pubDate>Thu, 15 Jun 2023 20:41:07 +0000</pubDate>
                        <description><![CDATA[Multi Domain  with Individual Admin for that particular Domain, is this possible?]]></description>
                        <content:encoded><![CDATA[<p>Multi Domain  with Individual Admin for that particular Domain, is this possible?</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>yjrox</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/multiple-domain-with-admin/#post-5119</guid>
                    </item>
							        </channel>
        </rss>
		