Installation guide

The Voice Mail tab 11-30
Chapter 11: Managing Users and Roles
Wave Global Administrator Guide
Configuring your e-mail provider for Wave Mail
Before you can configure Wave Mail mailboxes for an individual users, you must perform the
following tasks to configure your e-mail provider. Note that in this version, the supported e-mail
providers are Microsoft Exchange 2007 Service Pack 2 (SP2) and Microsoft Exchange 2010.
Create the Wave Mail user impersonation account in Windows.
Add the permission to impersonate to the Wave Mail user via the Exchange Management
Shell to give impersonation privileges to Wave Mail. For more information about
configuring Exchange Impersonation, see the following Microsoft MSDN Library article:
http://msdn.microsoft.com/en-us/library/bb204095.aspx
Create an Exchange mailbox for the Wave Mail user via the Exchange Management
Console.
Configure your e-mail provider as a Wave Mail provider via the General Settings applet in
the Global Administrator Management Console.
To configure Microsoft Exchange for Wave Mail
1 Click Start > Active Directory Users and Computers.
2 Create the Wave Mail impersonation user account.
3 Click
Start > Exchange Management Shell.
4 Depending on your version of Microsoft Exchange, do one of the following to add the
permission to impersonate to the Wave Mail user that you created in step 2.
Note: The name that you specify in the -User parameter below must match the user name
that you entered for the Wave Mail user account in step 2.
Microsoft Exchange 2007 SP2. Enter the following and then click Enter:
“Get-ExchangeServer | where {$_.IsClientAccessServer -eq
$TRUE} | ForEach-Object {Add-ADPermission -Identity
$_.distinguishedname -User (Get-User -Identity WaveMail |
select-object).identity -extendedRight
ms-Exch-EPI-Impersonation}”
Enter the following and then click
Enter:
“Get-MailboxDatabase | ForEach-Object {Add-ADPermission
-Identity $_.DistinguishedName -User WaveMail
-ExtendedRights ms-Exch-EPI-May-Impersonate}”
Release 2.0
September 2010