Basic service offering with POP/IMAP mailbox only.

Features

  • OWA = 0
    Outlook Web Access
  • POP = 1
    POP Mail Access
  • IMAP = 1
    IMAP Mail Access
  • MAPI = 0
    MAPI Mail Access
  • activeSync = 0
    ActiveSync is disabled for this mailbox

Plan XML

The following XML describes the full feature set of the sample BasicMailBox plan.

  Copy Code
<data>
	<!--The domain controller to use for Active Directory actions.-->
	<preferredDomainController>AD01.Fabrikam.Com</preferredDomainController>
	<!--The unique name of the plan-->
	<planName>BasicMailbox</planName>
	<!--The description of the plan-->
	<description>Basic E-Mail services with POP/IMAP mailbox only </description>
	<!---->
	<features>
	<!--Specifies the mailbox size at which the user associated with this mailbox can no longer send messages.  You must specify a positive integer.  If you set this attribute on a mailbox, that mailbox setting overrides the value that is set for this attribute on the mailbox database.-->
	<prohibitSendQuota>10000</prohibitSendQuota>
	<!--Specifies the mailbox size at which a warning message is sent to the user.  You must specify either an integer or "unlimited."  If you set this attribute on a mailbox, that mailbox setting overrides the value that is set for this attribute on the mailbox database.-->
	<issueWarningQuota>9000</issueWarningQuota>
	<!--Specifies the maximum size of messages that this mailbox can send. You must specify either an integer or "unlimited."-->
	<maxSendSize>1000</maxSendSize>
	<!--Specifies the maximum size of messages that this mailbox can receive. You must specify either an integer or "unlimited."-->
	<maxReceiveSize>1000</maxReceiveSize>
	<!--Specifies the mailbox size at which the user associated with this mailbox can no longer send or receive messages.  You must specify either an integer or "unlimited."  If you set this attribute on a mailbox, that mailbox setting overrides the value that is set for this attribute on the mailbox database.-->
	<prohibitSendReceiveQuota>5000</prohibitSendReceiveQuota>
	<!--Specifies the maximum number of recipients per message to which this mailbox can send.  You must specify either an integer or "unlimited."  If you set this attribute on a mailbox, that mailbox setting overrides the value that is set for this attribute on the mailbox database.-->
	<recipientLimits>unlimited</recipientLimits>
	<!--Specifies whether this mailbox is hidden from other address lists.-->
	<hiddenFromAddressListsEnabled>1</hiddenFromAddressListsEnabled>
	<!--Specifies whether the IMAP4 protocol is enabled for this mailbox.-->
	<imapEnabled>1</imapEnabled>
	<!--Specifies whether the POP3 protocol is enabled for this mailbox.-->
	<popEnabled>1</popEnabled>
	<!--Disables Outlook Web Access.-->
	<owaEnabled>0</owaEnabled>
	<!--Specifies whether the MAPI protocol is disabled for this mailbox.-->
	<mapiEnabled>0</mapiEnabled>
	<!--Specifies whether ActiveSync is disabled for this mailbox.-->
	<activeSyncEnabled>0</activeSyncEnabled>
	</features>
  </data>