Integration with Exchange 2007/2010

Size: px
Start display at page:

Download "Integration with Exchange 2007/2010"

Transcription

1 DME version 3.6 SP1 Integration with Exchange 2007/2010 Installing DME Created on Microsoft Exchange 2007/2010

2

3 Contents Integration with Microsoft Exchange 2007/ Active Directory preparation... 2 AD users... 2 AD groups... 3 Mail access in Exchange 2007/ EWS access... 4 Scanner access... 7 Multiple Exchange servers Attachment size readout Common errors... 11

4 Integration with Exchange 2007/2010 : 2012 Excitor A/S Integration with Microsoft Exchange 2007/2010 This section describes the integration between the DME server and Microsoft Exchange 2007/2010. When integrating the DME server with a Microsoft Exchange system, the authentication and authorization system is the Active Directory (AD); the DME server interfaces with the AD using LDAP. This document provides information for setting up an Exchange server to accept connections from a DME connector. In addition, prerequisites and requirements for a successful integration between the DME connector and Exchange server are discussed. Please note that this document does not cover all aspects of the Exchange server's functionality, and the Exchange server documentation should be consulted as a supplement to this information. To set up Microsoft Exchange 2007/2010 with DME, you must go through the following steps: 1 Set up firewall rules (described in the interactive document "DME Firewall Rules" at the DME Install site 2 Set up Active Directory. 3 Identify server with Client Access Role. 4 Set up mail access. Active Directory preparation When the firewall rules have been set up, your Exchange Active Directory must be prepared for DME. The DME server connects to Active Directory via connectors to verify user credentials and group memberships. In addition, information regarding the location of the user's mailbox is retrieved (that is, server name and file path). For the DME server to operate completely integrated to the existing collaboration system, information regarding mail server and mail store for each user must be available through Active Directory. AD users DME's point of entry into AD is through a user called DME_Server. This user is required in order to get mandatory information about the users (mail server, address, group membership etc.). The connection to the AD is through LDAP/LDAPS. Make sure that the DME_Server user has the required read access. 2

5 Integration with Microsoft Exchange 2007/2010 : Active Directory preparation 1 Create a Standard Domain User in Active Directory called DME_Server (case sensitive). 2 Allow the new user it to have its own mailbox. Do not use a Domain Administrator Account or give the DME_Server user Domain Administration rights. Ensure that it is only a member of the Domain Users group, and do not make it a member of any other group. The AD lookup identity DME_Server can be used to scan the users' mailboxes for new e- mails (see Mail access in Exchange 2007/2010 on page 4) for push mail purposes. AD groups DME requires the presence of the AD/LDAP groups DME_User, DME_Superuser, and DME_Admin. The members of these groups have different levels of access to DME (see below). The actual groups in Exchange can have other names, and in that case you must use those group names in DME instead. This can be configured in the Access rights fields in the Domain setup panel of the connector performing authentication in the DME Server Administration web interface: For more information, see the online help (click in the web interface). In Active Directory, create the following groups: DME_Admin, DME_Superuser (optional), and DME_User. The group names are case sensitive, and the groups must not be added to any other groups. 3

6 Integration with Exchange 2007/2010 : 2012 Excitor A/S One DME connector is bound to one Active Directory domain to authenticate the users. The Group scope can therefore be Domain local, and the Group type should be Security for each group. According to Microsoft documentation, having a group scope of Domain local allows the groups to include groups of larger scope (Global and Universal). Please contact your DME partner if your AD setup involves multiple AD Domains. Add the Administrator users to the DME_Admin group, superusers to the DME_Superuser group, and the regular synchronization users to the DME_User group. Administrators are the people that have access to administer the DME server through the DME Web Administration Interface. Superusers can manage settings for groups or users (see the DME Server Web Administration Reference). Please note that members of the DME_Admin and DME_Superuser groups do not have the privileges of the DME_User group by default; if they are also regular users of DME, they must be added to the DME_User group as well. Mail access in Exchange 2007/2010 In order to enable integration between Exchange 2007/2010 and DME, you are required to set up to areas of permissions: Anonymous access to the EWS DME scanner access to user mailboxes This is described in the following sections. EWS access The DME integration with Exchange 2007 requires that anonymous access to the EWS is Disabled. The DME integration with Exchange 2010 requires that anonymous access to the EWS is Enabled. 4

7 Integration with Microsoft Exchange 2007/2010 : Mail access in Exchange 2007/2010 Anonymous access is configured in the IIS manager. The configuration of Exchange 2007 is different from the configuration of Exchange 2010, and the configuration is described separately below. Note that if Exchange 2007 is running on Windows 2008 and AD 2008, authentication may require special setup. For more information about this we refer to the Microsoft knowledgebase. As of DME 3.6 SP1 there are two ways of using NTLM authentication: Java native NTLM support and Oakland NTLM. This is configured on the connector. By default, the DME connector is configured to use the native Java NTLM. However, in some cases you need to switch to using Oakland. For instance, you need to use Oakland for Exchange 2010 if NTLM SSP v2 is required (the local policy security setting Network security: Minimum session security for NTLM SSP based (including RPC) servers is set to Require NTLMv2 for the CAS server), or if you experience that the connector hangs when using NTLM. For more information, see the Connector installation document. EWS in Exchange Start the IIS manager. 2 Open Properties for the EWS site. 3 Click Edit... in the group Authentication and access control. 4 The setting Enable anonymous access must be Disabled. Otherwise, when the connector tries to access the EWS, it will receive "HTTP 403 Forbidden" error messages. 5

8 Integration with Exchange 2007/2010 : 2012 Excitor A/S EWS in Exchange Start the IIS manager. 2 Go to the EWS site/application. 3 Click Authentication. 4 Check the Anonymous Authentication setting: 5 Anonymous Authentication must be Enabled. 6

9 Integration with Microsoft Exchange 2007/2010 : Mail access in Exchange 2007/2010 Scanner access The second part of enabling integration between DME and Exchange is to grant the DME notification scanner access to look for changes in the users' mailboxes. In order to be able to notify each user of new etc., DME must have access to scan the users' mailboxes for changes. DME supports two modes of mail scan: 1 Using the users' own user name and password. If the option Store user password (encrypted) is selected in the section Server configuration > Authentication in the DME Server Administration Web Interface, the user's ID and password will be used for mail scanning. The user password is encrypted on the DME server. This works without any additional configuration. 2 Using an AD lookup identity (DME_Server) for all mail scanning. See AD users on page 2 for information about creating the DME_Server user. This Domain User will also act as the Service Account to operate the DME Server as a Service (see Administration Tools > Services in Exchange). Note that in mixed 2003/2007 environments, the DME_Server user must have a 2007 mailbox in order to be able to scan 2007 mailboxes. Now give the DME_Server user full administrator access to client mailboxes. To do this, you have two options: 1. Using the Exchange Management Shell: 1. To give the service user (DME_Server) access rights to the mailbox store of all users at a given point in time, pipe the Add-MailboxPermission command into the Get- Mailbox command like this: Get-Mailbox Add-MailboxPermission -user "DME_Server" -AccesRights FullAccess 2. To add the right to an individual user (every new user created after running the command above), use: Add-MailboxPermission -Identity "user" -User "DME_Server" - AccessRights FullAccess 7

10 Integration with Exchange 2007/2010 : 2012 Excitor A/S 3. A shortcut to executing the Add-MailboxPermission right to all existing mailboxes is to If you want to want to give access to DME_Server at mailstore level, that is for all users (current and future), you can run the following command (according to this Microsoft technote Add-ADPermission -identity "mailbox database" -user "DME_Server" - ExtendedRights Receive-As According to some sources, you may have to add the undocumented ms-exch- Store-Admin access right as well by adding,ms-exch-store-admin to the command above. However, according to the following Microsoft KB article there is a bug in the Add- ADPermission command, so on your version of Exchange 2007 or 2010 this may not work. If this is the case, best practice would be to run the commands in items 1 and 2 above. To check if it works, run the Get-MailboxPermission -Identity "User" command on a user you suspect is not working (a user getting a DME error "unable to fetch inbox" or similar when using the DME_Server scan user): If the console lists the DME_Server with (FullAccess) and IsInherited set to True, then you MUST run the Add-MailboxPermission command in item 2 above. Another way to test if the DME_Server user has the correct access to the user mailbox is by using the OWA. Log in as DME_Server, and use the drop-down box in the upper right-hand corner to open another user's mailbox. If the attempt fails, then DME_Server does not truly have full access. 2. Using the Exchange Management Console: 1. Go to Recipient Configuration 2. Click Mailbox 3. In the middle window, click the user to which you want DME_Server to have full access 4. Right-click, and select Manage Full Access Permission In the pop-up window, click Add Select DME_Server, and click OK 7. Click Manage 8

11 Integration with Microsoft Exchange 2007/2010 : Mail access in Exchange 2007/2010 -as illustrated in the following: 9

12 Integration with Exchange 2007/2010 : 2012 Excitor A/S Multiple Exchange servers If the Exchange 2007 system contains more than one mail server, you must identify the mail server which has the Client Access role (not the Mailbox role). To ascertain this, open the Exchange Management Console on the Exchange server: Enter the IP address or name of this client access mailbox (QAT-EX2K7 in the example below) in the Functions setup panel of the connector in the DME Server Administration Web Interface (the field Server in the illustration below). If you only have one mail server, you do not need to complete this field; if you have more than one server with the Client Access role, you only need to enter the IP address or server name for one of them if they are at the same location. Exchange 2007 contains an administrative group called FYDIBOHF23SPDLT. Sometimes DME recognizes this administrative group as the mail server, but this is not correct. You can prevent this from happening by tweaking the regular expression which extracts the mail server from LDAP in the field Server regexp in the Functions setup panel of the connector. Attachment size readout For some reason, reading out the size of attachments is not possible using Exchange Web Services (EWS). To work around this limitation, you can set up DME to use the WebDAV protocol for this purpose (as in Exchange 2003). To enable DME to do this, you must do the following: 10

13 Integration with Microsoft Exchange 2007/2010 : Common errors 1 WebDAV must be running on your Exchange 2007/2010 server. This is the Exchange service in the IIS Manager. 2 In the DME web interface, edit the Exchange connector(s) responsible for synchronizing and calendar, and click the Functions setup panel. 3 In the Exchange integration > Advanced section, make sure the field Read attachment sizes (2007/2010) is selected. 4 In the Connection section, check the field Secure (SSL). This setting describes the connection to the WebDAV service, and must match the corresponding setting in the IIS WebDAV setup: 1. In IIS Manager, open your Web Site, and click Exchange. 2. In the Directory Security tab, click Edit... in the Secure communications section of the dialog. 3. In the Secure Communications dialog, check the setting of the field Require secure channel (SSL). If Require secure channel (SSL) is selected in IIS, then make sure the field Secure (SSL) is also selected in the connector. If IIS does not require a secure channel, then you are free to choose the setting of Secure (SSL) in the connector. Common errors The following are examples of common errors you may encounter when running DME against Exchange 2007 and above. The errors are shown when running the automatic diagnostic test (click Test connection in the Functions setup panel of the connector): The DME connector hangs when testing the connection to your Exchange server using NTLM as authentication. As of DME 3.6 SP1 there are two ways of using NTLM authentication: Java native NTLM support and Oakland NTLM. This is configured on the connector. By default, the DME connector is configured to use the native Java NTLM. However, in some cases you need to switch to using Oakland. For instance, you need to use Oakland for Exchange 2010 if NTLM SSP v2 is required (the local policy security setting Network security: Minimum session security for NTLM SSP based (including RPC) servers is set to Require NTLMv2 for the CAS server). If the connector hangs, switch to using the Oakland NTLM authentication method. See the Connector installation document for more information. 8) Mail scan login User - dme.base.exchange2007.exchangeexception: Find folder operation error. Exchange returned error code: ErrorItemNotFound (The specified object was not found in the store.) -> The DME_Server user does not have access the the mailbox of the user. 8) Mail scan login User - null -> The Secure Collaboration server is configured to True in DME, but the IIS is not set to use SSL, or the IIS is not running. 11

14 Integration with Exchange 2007/2010 : 2012 Excitor A/S 8) Mail scan login User - dme.base.exchange.exchangeerrorloginexception: Login error. User: DME_Server@Domain to server QAT-EX2K7 (uri: Authentication scheme: BASIC; Connection is unencrypted -> This error can occur if you have configured the DME server to synchronize against Exchange 2003, when it should be Exchange 2007 (Connector setup > Functions in the Connector tab; see below). WebDAV = Exchange 2003; Web service = Exchange 2007/10. 1) Connection to LDAP ( ) No communication with LDAP server -> The LDAP server is down, or a wrong address is configured on the DME server for the LDAP server (Server configuration > Authentication > Authentication server/ldap server in the Server tab). 8) Mail scan login User - dme.base.exchange2007.exchangeexception: Find folder operation error. Exchange returned error code: ErrorAccessDenied (Access is denied. Check credentials and try again.) -> Possibly the DME_Server user does not have a mailbox. 8) Mail scan login User - dme.base.exchange2007.communicationexception: org.apache.axis2.axisfault: Transport error: 503 Error: Service Unavailable OR User - dme.base.exchange2007.communicationexception: org.apache.axis2.axisfault: Stream closed -> The IIS (Default Web Site) is stopped. 8) Mail scan login User - dme.base.exchange2007.communicationexception: org.apache.axis2.axisfault: Transport error: 403 Error: Forbidden -> EWS (Exchange Web Services) in the IIS is set to use SSL, and DME is not. Furthermore, if you have been using the Add-ADPermission command to grant the DME_Server user access to all mailboxes, the DME_Server might appear to have the required "full access". However if this setting is "inherited" then it may not work through EWS. For more information, including reference to the relevant Microsoft KB articles, see item 1.3 in Scanner access on page 7. 12

Integration with Exchange 2003

Integration with Exchange 2003 DME version 3.6 Integration with Exchange 2003 Installing DME Created on 08-03-2012 Microsoft Exchange 2003 Contents Contents Integration with Microsoft Exchange 2003 2 Active Directory preparation...

More information

Planning for Cisco Unified Presence Integration with Microsoft Exchange

Planning for Cisco Unified Presence Integration with Microsoft Exchange CHAPTER 1 Planning for Cisco Unified Presence Integration with Microsoft Revised: November 30, 2012 Microsoft Calendaring States on Cisco Unified Presence, page 1-1 Windows Security Policy Settings Certificate

More information

Domino Integration DME 4.6 IBM Lotus Domino

Domino Integration DME 4.6 IBM Lotus Domino DME 4.6 IBM Lotus Domino Document version 1.3 Published 10-05-2017 Contents... 3 Authentication and authorization: LDAP... 4 LDAP identity...4 Access groups...5 User information retrieval...6 Configuration...6

More information

Microsoft Exchange for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1)

Microsoft Exchange for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) Microsoft Exchange for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) First Published: February 07, 2014 Last Modified: April 23, 2014 Americas Headquarters Cisco Systems,

More information

Microsoft Outlook Calendar Integration for the IM and Presence Service, Release 12.0(1)

Microsoft Outlook Calendar Integration for the IM and Presence Service, Release 12.0(1) Microsoft Outlook Calendar Integration for the IM and Presence Service, Release 12.0(1) First Published: 2017-08-17 Last Modified: 2017-12-22 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

USER S GUIDE AUDRIGA GROUPWARE MIGRATION FROM EXCHANGE TO AMAZON WORKMAIL. Version exchange to workmail guide. Date

USER S GUIDE AUDRIGA GROUPWARE MIGRATION FROM EXCHANGE TO AMAZON WORKMAIL. Version exchange to workmail guide. Date USER S GUIDE AUDRIGA GROUPWARE MIGRATION FROM EXCHANGE TO AMAZON WORKMAIL Version 1.1 File 2016-06 exchange to workmail guide Date 02.06.2016 Contact https://www.groupware-migration.com/en/contact/contact.html

More information

NotifySCM Workspace Administration Guide

NotifySCM Workspace Administration Guide NotifySCM Workspace Administration Guide TABLE OF CONTENTS 1 Overview... 3 2 Login... 4 2.1 Main View... 5 3 Manage... 6 3.1 PIM... 6 3.2 Document...12 3.3 Server...13 4 Workspace Configuration... 14 4.1

More information

Blackberry Enterprise Server Pre-installation and Checklist Guide

Blackberry Enterprise Server Pre-installation and Checklist Guide 1 Blackberry Enterprise Server Pre-installation and Checklist Guide Before installing the Blackberry Enterprise Server (BES) Server software, you must: 1. Check System Requirements 2. Set up a Domain User

More information

BEST PRACTICES ARCHIVE in contentaccess

BEST PRACTICES  ARCHIVE in contentaccess BEST PRACTICES EMAIL ARCHIVE in contentaccess Use case: Email Archive configuration for companies with up to 2,000 mailboxes This section is intended to give an overview about how to configure email archiving.

More information

Quest Migration Manager for Exchange Target Exchange 2010 Environment Preparation (Legacy)

Quest Migration Manager for Exchange Target Exchange 2010 Environment Preparation (Legacy) Quest Migration Manager for Exchange 8.14 Target Exchange 2010 Environment Preparation 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

HOL122 Lab 1: Configuring Microsoft Windows Server 2003 RPC Proxy

HOL122 Lab 1: Configuring Microsoft Windows Server 2003 RPC Proxy HOL122 Lab 1: Configuring Microsoft Windows Server 2003 RPC Proxy Objectives After completing this lab, you will be able to: Install remote procedure call (RPC) over Hypertext Transfer Protocol (HTTP)

More information

Quest Collaboration Services 3.6. Installation Guide

Quest Collaboration Services 3.6. Installation Guide Quest Collaboration Services 3.6 Installation Guide 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Calendar updated presence

Calendar updated presence Calendar updated presence Setting up MiCloud and Microsoft Exchange Server Table of Contents Copyright 2016 Mitel Networks Corporation 1. Preconditions and assumptions... 1 2. Presence synchronization

More information

User guide NotifySCM Installer

User guide NotifySCM Installer User guide NotifySCM Installer TABLE OF CONTENTS 1 Overview... 3 2 Office 365 Users synchronization... 3 3 Installation... 5 4 Starting the server... 17 2 P a g e 1 OVERVIEW This user guide provides instruction

More information

Troubleshooting IMAP Clients and ViewMail for Outlook

Troubleshooting IMAP Clients and ViewMail for Outlook Troubleshooting IMAP Clients and ViewMail for Outlook, page 1 Troubleshooting Problems with Changing Passwords When users change their Cisco Personal Communications Assistant (PCA) password in the Messaging

More information

Symprex Signature Manager

Symprex  Signature Manager Symprex Email Signature Manager User's Guide Version 7.0.0. Copyright 015 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction System Requirements 3 Email Signature Manager Overview

More information

Symprex Signature Manager

Symprex  Signature Manager Symprex Email Signature Manager User's Guide Version 8.0.1. Copyright 017 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction System Requirements 3 Email Signature Manager Overview

More information

Verify that your operating environment meets all hardware and software requirements. For detailed requirements

Verify that your operating environment meets all hardware and software requirements. For detailed requirements Troubleshooting E-mail Router issues This section provides guidelines for troubleshooting issues that you might encounter as you deploy and configure the E-mail Router. E-mail Router installation issues

More information

Inware Technologies Shuttle IMAP Extractor

Inware Technologies  Shuttle IMAP Extractor Inware Technologies Email Shuttle IMAP Extractor Contents Introduction... 3 Contact Information... 3 Architechture... 4 Prerequisites and System Requirements... 4 Minimum System Requirements... 5 Migrating

More information

MSP/ISP Multi-Tenant Archiving Platform Online Deployment Customer Activation 10-Step Quick Guide

MSP/ISP Multi-Tenant Archiving Platform Online Deployment Customer Activation 10-Step Quick Guide MSP/ISP Multi-Tenant Archiving Platform Online Deployment Customer Activation 10-Step Quick Guide Copyright (C) 2011 MessageSolution Inc. All Rights Reserved 1 Table of Contents Pre-Implementation... 3

More information

Symprex Out-of-Office Extender

Symprex Out-of-Office Extender Symprex Out-of-Office Extender User's Guide Version 7.0.0. Copyright 017 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction 1 System Requirements Permissions Requirements Chapter On-Premises

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

Exchange Server 2010 Permissions Document

Exchange Server 2010 Permissions Document Exchange Server 2010 Permissions Document Summary This document is designed to help you quickly create the users, security group, organizational unit, set a group policy, use ADSI Edit, and assign the

More information

Quest Migration Manager for Exchange Target Exchange 2010 Environment Preparation (MAgE)

Quest Migration Manager for Exchange Target Exchange 2010 Environment Preparation (MAgE) Quest Migration Manager for Exchange 8.14 Target Exchange 2010 Environment 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

6.9. Quick Start Guide

6.9. Quick Start Guide 6.9 Quick Start Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software

More information

Active Directory as a Probe and a Provider

Active Directory as a Probe and a Provider Active Directory (AD) is a highly secure and precise source from which to receive user identity information, including user name, IP address and domain name. The AD probe, a Passive Identity service, collects

More information

Migrate All Mailboxes to the Cloud with a Cutover Exchange

Migrate All Mailboxes to the Cloud with a Cutover Exchange Page 1 of 8 Migrate All Mailboxes to the Cloud with a Cutover Exchange Migration Applies to: Office 365 for professionals and small businesses, Office 365 for enterprises Topic Last Modified: 2011-08-29

More information

Troubleshooting Exchange Calendaring Integrations

Troubleshooting Exchange Calendaring Integrations CHAPTER 6 Troubleshooting Exchange Calendaring Integrations Revised: November 30, 2012 Troubleshooting Exchange Server Connection Status, page 6-1 Troubleshooting SSL Connection/Certificate Status, page

More information

ZENworks Mobile Workspace Configuration Server. September 2017

ZENworks Mobile Workspace Configuration Server. September 2017 ZENworks Mobile Workspace Configuration Server September 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0. Administration Guide BlackBerry Enterprise Server for Microsoft Office 365 Version: 1.0 Administration Guide Published: 2013-01-29 SWD-20130131125552322 Contents 1 Related resources... 18 2 About BlackBerry Enterprise Server

More information

Description. Problem: Scan to process is not completed when Microsoft Exchange Server 2007 is used as mail server.

Description. Problem: Scan to  process is not completed when Microsoft Exchange Server 2007 is used as mail server. Description This document describes the procedure necessary for performing a Scan to E-Mail when Microsoft Exchange Server 2007 is used. This procedure is necessary because new Security Features were added

More information

Remote Support Security Provider Integration: RADIUS Server

Remote Support Security Provider Integration: RADIUS Server Remote Support Security Provider Integration: RADIUS Server 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks

More information

How does it look like?

How does it look like? EasyAdmin Windows Authentication KB4031b 1 The OpenLM EasyAdmin administrative web interface incorporates a role-based security access scheme, facilitating different levels of access to different role

More information

ZL UA Exchange 2013 Archiving Configuration Guide

ZL UA Exchange 2013 Archiving Configuration Guide ZL UA Exchange 2013 Archiving Configuration Guide Version 8.0 January 2014 ZL Technologies, Inc. Copyright 2014 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as

More information

User Manual. Admin Report Kit for Exchange Server

User Manual. Admin Report Kit for Exchange Server User Manual Admin Report Kit for Exchange Server Table of Contents 1 About ARKES-Admin Report Kit for Exchange Server 1 1.1 System requirements 2 1.2 How to activate the software? 3 1.3 ARKES Reports Primer

More information

PrepKing. Number: MB2-867 Passing Score: 800 Time Limit: 120 min File Version: 9.0. PrepKing-MB2-867

PrepKing.   Number: MB2-867 Passing Score: 800 Time Limit: 120 min File Version: 9.0. PrepKing-MB2-867 PrepKing Number: MB2-867 Passing Score: 800 Time Limit: 120 min File Version: 9.0 http://www.gratisexam.com/ PrepKing-MB2-867 Exam A QUESTION 1 A company has 1000 queue mailboxes. You need to ensure that

More information

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client.

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client. WatchGuard SSL v3.2 Update 2 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 452330 Revision Date 11 November 2014 Introduction WatchGuard is pleased to announce the release of

More information

RoomWizard Exchange Connector. Complete Implementation/Upgrade Guide Microsoft Exchange On-Premises Microsoft Office 365

RoomWizard Exchange Connector. Complete Implementation/Upgrade Guide Microsoft Exchange On-Premises Microsoft Office 365 RoomWizard Exchange Connector Complete Implementation/Upgrade Guide Microsoft Exchange On-Premises Microsoft Office 365 Table of Contents RoomWizard Exchange Connector... 1 Getting Started... 4 Before

More information

Configuring Cisco Unity and Unity Connection Servers

Configuring Cisco Unity and Unity Connection Servers CHAPTER 6 Configuring Cisco Unity and Unity Connection Servers Cisco Unity Servers Cisco Unity receives calls, plays greetings, and records and encodes voicemail. When a voicemail is received, Cisco Unity

More information

Workspace ONE UEM Notification Service. VMware Workspace ONE UEM 1811

Workspace ONE UEM  Notification Service. VMware Workspace ONE UEM 1811 Workspace ONE UEM Email Notification Service VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Configuration Guide. BlackBerry UEM Cloud

Configuration Guide. BlackBerry UEM Cloud Configuration Guide BlackBerry UEM Cloud Published: 2018-04-18 SWD-20180411125526296 Contents About this guide... 7 Getting started... 8 Configuring BlackBerry UEM Cloud for the first time... 8 Administrator

More information

GroupWise Coexistence Solution for Exchange Installation and Configuration Guide. December 2017

GroupWise Coexistence Solution for Exchange Installation and Configuration Guide. December 2017 GroupWise Coexistence Solution for Exchange Installation and Configuration Guide December 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use

More information

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Deployment Guide Document version: 4.9.1 iapp version: microsoft_exchange_2010_cas.2012_06_08 What's inside: 2 What is F5 iapp? 2 Prerequisites 6 Deployment Scenarios 8 Preparation worksheets 10 Downloading

More information

Exchange Manager Admin Guide

Exchange Manager Admin Guide Version 4.3 March 14, 2018 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions

More information

To create a few test accounts during the evaluation period, use the Manually Add Users steps.

To create a few test accounts during the evaluation period, use the Manually Add Users steps. Once you complete the Essentials for Office 365 Wizard, the Essentials page displays in Barracuda Cloud Control. Click Set up additional domains to go to the Barracuda Email Security Service Domains page,

More information

TABLE OF CONTENTS. Page 1 of 59

TABLE OF CONTENTS. Page 1 of 59 Page 1 of 59 TABLE OF CONTENTS Introduction... 3 Features... 4 General Features... 4 IBackup Professional lets you view the log files of backup, restore, scheduled backup and the details of files and folders

More information

Exchange OWA Remote File Access and Related Features

Exchange OWA Remote File Access and Related Features Exchange 2007 OWA Remote File Access and Related Features Overview The version of Outlook Web Access that comes with Exchange 2007 now provides access to Windows file shares and SharePoint document libraries

More information

Sophos UTM Web Application Firewall For: Microsoft Exchange Services

Sophos UTM Web Application Firewall For: Microsoft Exchange Services How to configure: Sophos UTM Web Application Firewall For: Microsoft Exchange Services This guide explains how to configure your Sophos UTM 9.3+ to allow access to the relevant Microsoft Exchange services

More information

Security Provider Integration RADIUS Server

Security Provider Integration RADIUS Server Security Provider Integration RADIUS Server 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

SFU Connect Calendar. Guide. Sharing Calendars

SFU Connect Calendar. Guide. Sharing Calendars SFU Connect Calendar How-To Guide Sharing Calendars Last updated: January 2009 Table of Contents Creating a Share... 3 Share Properties Menu... 3 Sharing with Internal Users or Groups... 4 Sharing with

More information

SpaceShuttle User guide v3

SpaceShuttle User guide v3 SpaceShuttle User guide v3 1.Get Started with SpaceShuttle p2 1.1 For Windows p2 How to download and install Aspera Connect p2 1.2 For Mac p4 How to download and install Aspera Connect p4 2. Accessing

More information

User Manual. ARK for Exchange Server (ARKES)

User Manual. ARK for Exchange Server (ARKES) User Manual ARK for Exchange Server (ARKES) Last Updated: May 2018 Copyright 2018 Vyapin Software Systems Private Ltd. All rights reserved. This document is being furnished by Vyapin Software Systems Private

More information

Required privileges and permissions

Required privileges and permissions Required privileges and permissions Table of contents Document summary ADSelfService Plus overview Required permissions Configuring permissions To delegate full control in ADUC to access all ADSelfService

More information

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Release 7.1 Revised: March 5, 2013 1:53 pm This document describes the

More information

Symprex Folder Permissions Manager

Symprex Folder Permissions Manager Symprex Folder Permissions Manager User's Guide Version 8.0.. Copyright 017 Symprex Limited. All Rights Reserved. Contents Chapter 1 1 Introduction 1 System Requirements Permissions Requirements Chapter

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation

More information

How to Install and Use Zimbra Connector for Outlook

How to Install and Use Zimbra Connector for Outlook How to Install and Use Zimbra Connector for Outlook With the Zimbra Collaboration Suite Connector for Outlook (ZCO), you can use Microsoft Outlook 2003 to access your Zimbra server and synchronize your

More information

Microsoft Exchange 2007/2010/2013 Mail Level Backup & Restore Guide

Microsoft Exchange 2007/2010/2013 Mail Level Backup & Restore Guide Microsoft Exchange 2007/2010/2013 Mail Level Backup & Restore Guide CloudBacko Corporation 29 November 2017 Copyright Notice 2017 CloudBacko Corporation. All rights reserved. The use and copying of this

More information

Office 365 Standalone Security

Office 365 Standalone  Security The standalone Email Security option is available for purchase only through the Barracuda Self-Service Gateway or Barracuda MSP. Once you complete the Essentials for Office 365 Wizard, the Essentials page

More information

Monitoring SharePoint 2007/ 2010/ 2013 Server using EventTracker

Monitoring SharePoint 2007/ 2010/ 2013 Server using EventTracker Monitoring SharePoint 2007/ 2010/ 2013 Server using EventTracker Publication Date: June 12, 2012 Abstract EventTracker allows you to effectively manage your systems and provides operational efficiencies

More information

Datatal Flexi Exchange Connector

Datatal Flexi Exchange Connector 1 Datatal Flexi Exchange Connector Copyright 2015 Datatal AB. All rights reserved. 2 2 Copyright 2015 Datatal AB. All rights reserved 1 Synopsis... 2 The purpose of the Flexi Exchange Connector?... 2 What

More information

SoftBank Wireless Assistant Desktop Assistant Client User's Guide

SoftBank Wireless Assistant Desktop Assistant Client User's Guide SoftBank Wireless Assistant Desktop Assistant Client User's Guide Ver.5.5 Rev.1.1 3 Contents Preface Introduction... 4 1 The Personal Edition Desktop Assistant... 4 2 Requirements... 4 Chapter 1 Checking

More information

Ekran System v.6.0 Privileged User Accounts and Sessions (PASM)

Ekran System v.6.0 Privileged User Accounts and Sessions (PASM) Ekran System v.6.0 Privileged User Accounts and Sessions (PASM) Table of Contents About... 3 Using Privileged User Accounts... 4 Password Vault Configuration... 5 Defining Domain Administrator Credentials...

More information

Outlook Desktop Application for Windows

Outlook Desktop Application for Windows Access Your Email There are two common ways to access your mail: via the Outlook Desktop Application and the Outlook Web Application. This document focuses on how to use the Outlook Desktop Application

More information

Ahsay Online Backup Manager v7 Microsoft Exchange 2007/2010/2013 Mail Level Backup & Restore Guide

Ahsay Online Backup Manager v7 Microsoft Exchange 2007/2010/2013 Mail Level Backup & Restore Guide Ahsay Online Backup Manager v7 Microsoft Exchange 2007/2010/2013 Mail Level Backup & Restore Guide Ahsay Systems Corporation Limited 31 October 2017 www.ahsay.com Copyright Notice 2017 Ahsay Systems Corporation

More information

Configuring Proxy Settings. STEP 1: (Gathering Proxy Information) Windows

Configuring Proxy Settings. STEP 1: (Gathering Proxy Information) Windows This guide is provided to Elluminate Live! users to assist them to make a successful connection to an Elluminate Live! session through a proxy firewall. In some cases settings discussed in this document

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer AirWatch v9.1 Have documentation feedback? Submit

More information

Zimbra Connector for Microsoft Outlook User Guide. Zimbra Collaboration

Zimbra Connector for Microsoft Outlook User Guide. Zimbra Collaboration Zimbra Connector for Microsoft Outlook User Guide Zimbra Collaboration 8.8.11 Table of Contents Legal Notices............................................................................... 1 1. Introduction..............................................................................

More information

ZL UA Configuring Exchange 2010 for Archiving Guide. Version 7.0

ZL UA Configuring Exchange 2010 for Archiving Guide. Version 7.0 ZL UA Configuring Exchange 2010 for Archiving Guide Version 7.0 ZL Technologies, Inc. Copyright 2011 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as ZipLip ) and

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.7 Have documentation feedback?

More information

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Deployment Guide Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Welcome to the F5 and Microsoft Exchange 2010 and 2013 Client Access Server deployment guide.

More information

Policy Settings for Windows Server 2003 (including SP1) and Windows XP (including SP2)

Policy Settings for Windows Server 2003 (including SP1) and Windows XP (including SP2) Web 2 Policy Settings for (including SP1) and XP (including SP2) This document was written by Conan Kezema. and XP together introduce more than 270 new administrative template policy settings for you to

More information

Enterprise Vault.cloud Folder Sync 1.11 Administration Guide

Enterprise Vault.cloud Folder Sync 1.11 Administration Guide Enterprise Vault.cloud Folder Sync 1.11 Administration Guide Enterprise Vault.cloud: Folder Sync 1.11 Administration Guide Last updated: 2017-10-01. Legal Notice Copyright 2017 Veritas Technologies LLC.

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation

More information

MB Microsoft Dynamics CRM 2016 Online Deployment.

MB Microsoft Dynamics CRM 2016 Online Deployment. MB2-710 Microsoft Dynamics CRM 2016 Online Deployment Getting Started Overview CRM Online is a cloud-based offering of Microsoft Dynamics CRM The licensing is a subscription-based model with a monthly

More information

Step 2 - Deploy Advanced Security for Exchange Server

Step 2 - Deploy Advanced  Security for Exchange Server Step 2 - Deploy Advanced Email Security for Exchange Server Step 1. Ensure Connectivity and Redundancy Open your firewall ports to allow the IP address ranges based on your Barracuda Email Security Service

More information

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. VMware AirWatch Email Notification Service Installation Guide Providing real-time email notifications to ios devices with AirWatch Inbox and VMware Boxer Workspace ONE UEM v9.4 Have documentation feedback?

More information

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide One Identity Starling Two-Factor Desktop Login 1.0 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

ADMINISTRATOR GUIDE. Find out how to configure GFI OneConnect in different environments, and learn how to set up advanced features.

ADMINISTRATOR GUIDE. Find out how to configure GFI OneConnect in different environments, and learn how to set up advanced features. ADMINISTRATOR GUIDE Find out how to configure GFI OneConnect in different environments, and learn how to set up advanced features. The information and content in this document is provided for informational

More information

Creating Column Profiles on LDAP Data Objects

Creating Column Profiles on LDAP Data Objects Creating Column Profiles on LDAP Data Objects Copyright Informatica LLC 1993, 2017. Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

TIBCO Managed File Transfer Internet Server Transfer and File Share Clients User's Guide

TIBCO Managed File Transfer Internet Server Transfer and File Share Clients User's Guide TIBCO Managed File Transfer Internet Server Transfer and File Share Clients User's Guide Software Release 8.1 March 2018 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

Partner Information. Integration Overview Authentication Methods Supported

Partner Information. Integration Overview Authentication Methods Supported Partner Information Partner Name Product Name Integration Overview Authentication Methods Supported Client Integration F5 Networks FirePass VPN User Name - Security Code User Name - Password - Security

More information

Exchange Migration Guide

Exchange Migration Guide IceWarp Unified Communications Exchange Migration Guide Version 12.0 Exchange Migration Guide 2 Contents Exchange Migration Guide... 4 Migration from MS Exchange to IceWarp Server... 4 How IceWarp Exchange

More information

Workspace ONE UEM Notification Service 2. VMware Workspace ONE UEM 1811

Workspace ONE UEM  Notification Service 2. VMware Workspace ONE UEM 1811 Workspace ONE UEM Email Notification Service 2 VMware Workspace ONE UEM 1811 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

User Management in Resource Manager

User Management in Resource Manager CHAPTER 8 This section describes how to manage user profiles. Topics in this section include: Overview of User Management, page 8-1 Using User Management, page 8-1 Overview of User Management In Resource

More information

Configuration Guide. BlackBerry UEM. Version 12.9

Configuration Guide. BlackBerry UEM. Version 12.9 Configuration Guide BlackBerry UEM Version 12.9 Published: 2018-07-16 SWD-20180713083904821 Contents About this guide... 8 Getting started... 9 Configuring BlackBerry UEM for the first time...9 Configuration

More information

Barracuda Threat Scanner for Exchange

Barracuda  Threat Scanner for Exchange The is a free Windows application that allows you to scan onpremises Microsoft Exchange Servers for threats in existing user mailboxes. This tool provides insight into what threats have already entered

More information

Administering ToutApp Exchange Reply Tracking

Administering ToutApp Exchange Reply Tracking Administering ToutApp Exchange Reply Tracking This document will walk you through everything you need to know about ToutApp s support for tracking replies to your Touted emails when using Microsoft s Exchange

More information

Quest Migration Manager for Exchange Target Exchange 2013 Environment Preparation

Quest Migration Manager for Exchange Target Exchange 2013 Environment Preparation Quest Migration Manager for Exchange 8.14 Target Exchange 2013 Environment 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Managing External Identity Sources

Managing External Identity Sources CHAPTER 5 The Cisco Identity Services Engine (Cisco ISE) integrates with external identity sources to validate credentials in user authentication functions, and to retrieve group information and other

More information

Microsoft Installing, Configuring, and Administering Microsoft Exchange 2003 Server Implementing &Managing MS Exchange Server 2003

Microsoft Installing, Configuring, and Administering Microsoft Exchange 2003 Server Implementing &Managing MS Exchange Server 2003 Microsoft 70-284 Microsoft 70-284 Installing, Configuring, and Administering Microsoft Exchange 2003 Server Implementing &Managing MS Exchange Server 2003 Practice Test Version 2.5 QUESTION NO: 1 Microsoft

More information

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator)

Interface Reference. McAfee Application Control Windows Interface Reference Guide. Add Installer page. (McAfee epolicy Orchestrator) McAfee Application Control 8.1.0 - Windows Interface Reference Guide (McAfee epolicy Orchestrator) Interface Reference Add Installer page Add an existing installer to the McAfee epo repository. Table 1

More information

User Directories. Overview, Pros and Cons

User Directories. Overview, Pros and Cons User Directories Overview, Pros and Cons Overview Secure ISMS can operate with one or more of the following user directories. Secure ISMS Users (ISMS) Internal users local to the Secure ISMS application

More information

Help Sales Reps Sync Contacts and Events with Lightning Sync

Help Sales Reps Sync Contacts and Events with Lightning Sync Help Sales Reps Sync Contacts and Events with Lightning Sync Salesforce, Spring 18 @salesforcedocs Last updated: January 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce

More information

How to configure the UTM Web Application Firewall for Microsoft Remote Desktop Gateway connectivity

How to configure the UTM Web Application Firewall for Microsoft Remote Desktop Gateway connectivity How to configure the UTM Web Application Firewall for Microsoft Remote Desktop Gateway connectivity This article explains how to configure your Sophos UTM to allow access Microsoft s Remote Desktop Gateway

More information

Antivirus Solution Guide for Clustered Data ONTAP: Sophos

Antivirus Solution Guide for Clustered Data ONTAP: Sophos Technical Report Antivirus Solution Guide for Clustered Data ONTAP: Sophos Saurabh Singh and Brahmanna Chowdary Kodavali, NetApp July 2016 TR-4309 Abstract An antivirus solution is key for enterprises

More information

Integrate Microsoft Office Communicator and Microsoft Lync Clients for Cisco UC

Integrate Microsoft Office Communicator and Microsoft Lync Clients for Cisco UC Integrate Microsoft Office Communicator and Microsoft Lync Clients for Cisco UC Overview, page 1 Limitations and considerations, page 2 Cisco UC Integration for Microsoft Office Communicator client design

More information

Sophos Mobile Control SaaS startup guide. Product version: 7

Sophos Mobile Control SaaS startup guide. Product version: 7 Sophos Mobile Control SaaS startup guide Product version: 7 Contents 1 About this guide...4 2 About Sophos Mobile Control...5 3 What are the key steps?...7 4 Change your password...8 5 Change your login

More information

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 9.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Quick Start...6

More information