MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

Size: px
Start display at page:

Download "MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server"

Transcription

1 MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server November 6, 2008 Group Logic, Inc North Glebe Road, Suite 800 Arlington, VA Phone: Fax: Internet:

2 USING THIS DOCUMENT... 3 BEFORE YOU BEGIN... 3 SYSTEM REQUIREMENTS... 3 MASSTRANSIT WEB SETUP FOR NEW INSTALLATIONS... 4 STEP 1: CONFIGURING MASSTRANSIT... 4 STEP 2: PHP SETUP... 5 STEP 3: APACHE WEB SERVER CONFIGURATION... 6 MASSTRANSIT WEB SETUP WITH SSL FILE TRANSFER... 7 MASSTRANSIT WEB SETUP USING SSL CERTIFICATES OR HTTPS... 7 DO I NEED A SECURE CONFIGURATION?... 7 BEFORE YOU BEGIN... 7 CONFIGURING APACHE FOR SECURE CONNECTIONS... 8 MASSTRANSIT WEB SETUP WITH MULTI-HOMING... 9 OTHER MASSTRANSIT 6.0 RESOURCES...10 FREQUENTLY ASKED QUESTIONS...11 APPENDIX A: USING SECURE SOCKET LAYERS (SSL)...13 SSL CERTIFICATES...13 WEB SERVER CERTIFICATES VS. MASSTRANSIT SERVER CERTIFICATES...13 Page 2 of 14

3 Using This Document This document is a comprehensive guide to installing and upgrading the MassTransit Web (MTWeb) component provided with MassTransit Enterprise. MassTransit supports the following features via the web interface: file transfer, job tickets, log viewing, password change and reporting. MassTransit 6.0 introduces new reporting features including system based reports and contact based reports; passkey login enabling users to log into the web interface without having to know a username and password; and two new levels of SSL encryption for secure data transfer. To learn more about the new 6.0 features, please go to the Other MassTransit 6.0 Resources section of this document. MTWeb requires four components MassTransit Enterprise, MySQL 5, a web server (IIS or Apache), and PHP 5. Please view the latest ReadMe for a comprehensive list of the recommended system requirements located at Before You Begin To configure the MassTransit Web Interface on Mac OS 10.5 Server you will need to have: - MySQL 5 installed and configured - MassTransit Enterprise 6.0 installed and configured - Apache 2 (installed by default on Mac OS 10.5 Server). NOTE: You MUST install the MassTransit web site files corresponding to your MassTransit engine version. MassTransit 6.0 requires version 6.0 web files. For assistance configuring the MassTransit web interface on other versions of Mac OS X, please contact Group Logic support. System Requirements MassTransit Web requires the following components: MassTransit Enterprise version 6.0 or higher. MySQL version is required for MassTransit 6.0. PHP 5.2.x. Apache 2 (installed by default on Mac OS 10.5 Server). Along with the above components, MassTransit Web requires one of the following web browsers: Windows Internet Explorer 7 or higher Firefox 2 or higher Macintosh Safari 3 or higher Firefox 2 or higher For a complete listing of all system requirements, please see the MassTransit ReadMe. Page 3 of 14

4 MassTransit Web Setup for New Installations These instructions will properly configure the MassTransit web interface for new MassTransit installations. If you are upgrading from a previous version of MassTransit that had the web interface configured, please contact Group Logic technical support to ensure a smooth upgrade. The MassTransit web setup consists of three steps: 1. MassTransit web configuration 2. PHP installation and configuration 3. Web Server setup. The following sections provide a comprehensive guide to setting up MTWeb on Mac OS 10.5 Server systems with specific instructions for Apache. MassTransit Enterprise and MySQL must be installed and running before configuring MTWeb. See the Installation Guides for Macintosh and Windows included on the CD or with your download package for assistance. Apache 2.2 comes pre-installed and is the default web server on Mac OS 10.5 Server. Note that Apache 1.3 is also installed with Mac OS 10.5 Server. You should confirm that you are using Apache 2.2 on the Overview panel of the Web Server section of Server Administration. These instructions require Apache 2. Step 1: Configuring MassTransit The following instructions provide steps to configure MassTransit Web. The MassTransit.cfg and mtweb.ini files must be configured. 1. Navigate to the Extras folder within the MassTransit directory. Copy the MassTransit.cfg file to the MassTransit Server 6 directory. If there is already a version of MassTransit.cfg in the MassTransit Server 6 directory, skip this step. 2. Open the MassTransit.cfg file and make sure to uncomment (delete the %% ) the ENABLE_SOAP_API and SOAP_API_PORT flags. Set the ENABLE_SOAP_API flag to TRUE. Leave the SOAP_API_PORT set to the default, NOTE: You must restart MassTransit Enterprise Engine for any changes to take affect. To verify that these changes have taken effect, launch the MassTransit Administrator and look at the log; a message appears stating, SOAP interface enabled on port Give READ & WRITE permissions to the user running the web process for the parsed and templates_c folders which can be found inside the MTWeb directory. On Mac OS X, this is should be the user and group the Apache web server is using. The default user and group are both www. Please consult the FAQ section at the end of this document for enabling writable permissions on folders. NOTE: Any time the MTWeb files are updated, you must delete the contents of the parsed and templates_c folders with the exception of the readme.txt files. 4. Edit the mtweb.ini file in a plain text editor. By default, the file is located inside the MassTransit Page 4 of 14

5 Server 6\MTWeb directory. NOTE: All lines beginning with # in the mtweb.ini file are considered commented and therefore ignored. You must uncomment all lines mentioned in the steps below. a. Enter a valid username and password in the DB_USER and DB_PASSWORD fields respectively. The username and password created during the MassTransit installation can be used for MTWeb. The default MySQL installation username is masstransit. Please consult the FAQ for information on creating a new user in MySQL. b. Verify that the following lines in the mtweb.ini file are configured correctly. Please view the file for detailed definitions of each field. In general, the SOAP_PROXY_ADDRESS and DB_HOST will both be localhost; the DB_NAME will be mtdatabase. SOAP_PROXY_ADDRESS DB_HOST DB_NAME Step 2: PHP Setup The steps below provide setup instructions for PHP. These steps assume that you do not have a previous version of PHP installed. 1. Copy the INSTALL.sh and gliphp.tar.gz files to the same folder on your server. These files may be found on your CD on or at 2. Run the INSTALL.sh script. a. Open the Terminal application in Applications->Utilities. b. Type sudo and then drag-and-drop the INSTALL.sh script from the Finder into the Terminal window. Your command should now look something like this (the path will vary): sudo /Users/username/Desktop/gliphp/INSTALL.sh Press enter to run the command. c. Type your Mac OS X administrative password if prompted. The installer script will leave a log in /usr/local/gliphp/install.log. 3. Open Server Administration for the web server. a. Open Server Admin from /Applications/Server b. Enter your administrative password if prompted. c. You may receive a dialog that prompts you Are you sure you want to use Server Admin? Choose Use Server Admin. d. Click on the triangle next to the server name on the left to expand the list of services. e. Click on Web from the list of services. 4. Click on the Settings button in Server Admin at the top of the window. 5. Click on the Modules tab. 6. Ensure the Module Path for the php5_module is set to /usr/local/gliphp/libphp5.so Note: If you need to change the path, you may need to uncheck and check the Enable checkbox in order to enable the OK button after you change the path. 7. Click Save to save the configuration. Page 5 of 14

6 8. Close Server Admin. PHP setup is now complete. You can verify that PHP is running successfully by consulting the FAQ. Step 3: Apache Web Server Configuration 1. Open Server Administration for the web server. a. Open Server Admin from /Applications/Server b. Enter your administrative password if prompted. c. You may receive a dialog that prompts you Are you sure you want to use Server Admin? Choose Use Server Admin. d. Click on the triangle next to the server name on the left to expand the list of services. e. Click on Web from the list of services. 2. Click on the Sites button at the top of the window. 3. Uncheck the Enabled checkbox next to the existing site to disable it. 4. Click on the + button in the Sites pane to add a new site. 5. Set the domain name to the name of your domain ( or leave the field blank. 6. Set the IP field to the IP address you want the web server to listen on. Note that selecting Any may cause the web server to behave improperly and is not recommended. 7. Change the web folder field to the MassTransit webroot folder. (/Applications/MassTransit Server 6 Folder/MTWeb/webroot ) 8. Ensure index.php is in the list of default index files. 9. Change the administrator to the appropriate @your.domain.com. 10. Check the box to enabled the new site you just configured (the name will be the domain name you entered in step 5). 11. Click Save to save the site. 12. If the web server is running, click on the Stop Service button to stop it. 13. Click on the Start Service button to start the web server with your configuration. The Web Server configuration is now complete. At this point, the website should be running. You can verify this by opening up a browser and entering the IP Address of the machine on which MTWeb was configured. The MassTransit Web login page should appear. The MassTransit Engine must be running for the login page to appear. You must create a valid web client account in MassTransit to successfully login. Restart the machine. This is required to ensure that all new settings for Apache and MassTransit are properly loaded and to remove any cached versions of the old website that may be in memory. Page 6 of 14

7 MassTransit Web Setup with SSL File Transfer Enabling SSL using MTWeb allows for secure data transfer between the MassTransit Enterprise Server and MassTransit web clients. To setup MassTransit Web with SSL: 1. In the MassTransit Administrator edit a Web Client contact entry by selecting the entry from the Contacts window and clicking the Edit button. 2. Select the Security tab and locate the Web Privileges section. 3. Check the checkbox labeled Use Secure Connection To Transfer Files. 4. Select an Encryption Level and click OK to save. NOTE: The SSL transfer is enabled in the MassTransit Enterprise Server on a per contact basis. Therefore, this must be followed for all Web Client contacts that require SSL encryption for data transfer. MassTransit Web Setup Using SSL Certificates or HTTPS Do I Need A Secure Configuration? Information sent to and from the web server in a basic configuration is unencrypted. You can configure your web server to use secure sockets (SSL) to encrypt web traffic. Instead of communicating on the default web port (80), your web server will use the default secure port (443). To simultaneously serve SSL and non-ssl traffic requires two installations of the MassTransit Web folder, each with their own mtweb.ini. This configuration is not officially supported and is not covered by this document. Note that a using SSL for your web server encrypts your web traffic; encryption of MassTransit file transfers is configured separately in the MassTransit application. See the section MassTransit Web Setup With SSL File Transfer. Before you Begin In order to ensure a successful setup of a secure Apache web server for the MassTransit web interface, first: Configure a working basic web configuration (see MassTransit Web Setup for New Installations above). Determine what port you want to run your secure web traffic over. The default port for secure traffic is 443. Note that MassTransit and the web server must use different ports. If you want to run both on the same port, you will need to follow the instructions in the MassTransit Web Setup for Multihoming section. Page 7 of 14

8 Obtain a signed certificate, corresponding private key, and the certificate authority. For information on generating or obtaining these files, see the document Generating and Signing Certificates. Ensure you are logged into the server as a user with administrative privileges. Configuring Apache for Secure Connections To configure IIS to run as a secure web server using SSL, follow the steps below. Configure MassTransit for Secure Web Connections 1. Within MassTransit edit the mtweb.ini file located inside the MTWeb directory and change the following line: WEB_SERVER_SECURE = "true" 2. Save the mtweb.ini file. Install the Server Certificate 3. Open Server Administration for the web server: a. Open Server Admin from /Applications/Server b. Enter your administrative password if prompted. c. You may receive a dialog that prompts you Are you sure you want to use Server Admin? Choose Use Server Admin. d. Click on the triangle to expand the list of services. e. Click on Web from the list of services. f. Click the Settings button at the top of the window. 4. Click on the Modules tab. 5. Verify that ssl_module is enabled. 6. Click on the Sites tab. 7. Click on the site you are configuring for MassTransit to edit it. 8. Verify that you have your domain name entered in the Domain Name field. If you are not using DNS, you can enter the IP of your web server. 9. Change the Port Number field to 443 (or whatever port you decided to listen on). 10. Click on the Security tab. 11. Check the Enable Secure Sockets Layer (SSL). 12. From the Certificate pulldown, select Custom Configuration. 13. Specify the Certificate File, Key File, and Certificate Authority File fields to point to the signed certificate, private key, and certificate authority files you are using to secure your server. Page 8 of 14

9 14. Enter the passphrase for the private key in the Pass Phrase field. 15. Save the configuration. 16. If the web server is running, click on the Stop Service button to stop it. 17. Click on the Start Service button to start the web server with your configuration. Verifying Your Setup 18. Open a web browser. 19. Point the web browser at If you are using a port other than 443, point the web browser at where xxx is the port you are using. You should see the MassTransit login page and be able to login with a configured web client login and password. After you login, you should be able to upload and download files. MassTransit Web Setup with Multi-homing By default MassTransit (MT) listens on all IP Addresses at the specified port. If the machine is configured with multiple IP Addresses, it is often useful to designate an IP Address for MassTransit and the web server. This is especially valuable when both the website and the MassTransit server must run on SSL (port 443). In such cases, you must configure MassTransit with multi-homing. The figure below provides an example where the MassTransit Server will transfer files using SSL on IP Address on port 443. The website (MTWeb) will be configured on IP Address on port 443. MTWeb @443 MT Transfer @443 Internet MTWeb User MT Enterprise Server MTWeb User The setup instructions below are based on the diagram above. Page 9 of 14

10 1. Move the MT IP Addresses.txt file from the Extras folder to the same location as the MassTransit Engine executable. 2. Edit the file and enter the IP Address that MassTransit should listen on. The MT IP Address.txt file should look like the following based on the above example: ssl= NOTE: Ensure that the line does not start with %%. 3. Edit the mtweb.ini file located in the MTWeb directory and change the following line: HOST_IP_ADDRESS = @443 The multi-homing setup is now complete. The above setup allows users to access MTWeb via IP Address while the file transfers (communication between MT Server & MT Assistant) will occur on IP Address Other MassTransit 6.0 Resources Go to for additional articles to help you set up, configure, and use MassTransit 6.0 and its new features. The Group Logic Knowledge Base contains many articles that provide detailed information on MassTransit 6.0 and its features and components. The HTML version of this file, OtherMassTransit60Resources.html, is provided with your MassTransit 6.0 CD or with your download package. Page 10 of 14

11 Frequently Asked Questions Q: How do I give writable permissions to a folder? A: Follow the steps below to give writable permissions to a folder on Mac: 1. Select a folder from the Finder and press Apple + I to open the Get Info dialog. 2. The Group that is configured in the Apache httpd.conf file must be granted Read & Write permissions to the templates_c and parsed folders (located within MassTransit s MTWeb folder). To determine which group account Apache HTTP server is using, go to the /etc/apache2 folder and open the httpd.conf file and search for Group. The default setting for User and Group is normally www. 3. Enable the Read & Write permissions for the Apache Group. In the Get Info dialog under Ownership & Permissions, click Details to view the current settings for Owner, Group and Others. To change permissions choose from the drop down menus. If necessary, click the lock icon and, when prompted, enter the name and password of an administrator user on your computer. Set the permissions and then close the Get Info window. NOTE: For further information please consult the following Article: Q: How do I obtain permission to write to the apache2 folder when running as a non-root user? A: Follow the steps below: 1. Choose Go Go to Folder from the Finder. 2. Enter /etc/ in the dialog that appears and click Go. 3. Select the apache2 folder in the finder window that appears. 4. Choose File Get Info from the Finder. 5. Click the triangle in the Ownership & Permissions section to expand the details. 6. Click the lock to allow yourself to change the permissions. 7. Select the user you are logged in as from the Owner pulldown. 8. Authenticate by entering your password. 9. Close the Get Info window. If you are not running as root, also obtain permission to write to the httpd.conf file. 1. Double-click on the apache2 folder. 2. Select the httpd.conf file from the apache2 folder. 3. Choose File Get Info from the Finder. 4. Click the triangle in the Ownership & Permissions section to expand the details. 5. Click the lock to allow yourself to change the permissions. 6. Select the user you are logged in as from the Owner pulldown. 7. Authenticate by entering your password. 8. Close the Get Info window. Q: How do I create a user for MTWeb in MySQL? A: You can use the MySQL Administrator to create a user. 1. Launch the MySQL Administrator and sign on with root privileges. Page 11 of 14

12 2. Select the Accounts option from the top and click the New User button located at the bottom left corner. 3. Enter the username and password under the Login Information group of the General tab. 4. Select the Schema Privileges tab. 5. Click on the mtdatabase schemata from the left and apply SELECT privileges by selecting the row labeled SELECT and clicking the < (left arrow) button. NOTE: In order to setup MTWeb with this username and password, the above created username and password must be entered in the mtweb.ini file. Q: How do I verify if PHP is installed and configured correctly? A: Copy the test.php test file from the Extras folder, and place within your web root directory. In your browser, navigate to the test.php file, which is included in the MTWeb folder. If configured with MTWeb as the default site, you can just go to localhost/test.php. If PHP is configured correctly, you should see a listing of the PHP configuration settings. Once you have verified that PHP is set up correctly, you should put the test.php file back in the Extras folder for security reasons. Q: Where are the error messages logged? A: Error messages are logged to the webserver's default error log. For Apache, this log can be accessed through the console at /var/log/apache2/error_log. Q: Upon login, I get a Server Connection error. A: There may be several factors causing this error. Verify following settings: Make sure the user specified in the mtweb.ini file has the correct MySQL privileges. Make sure ENABLE_SOAP_API = TRUE is uncommented (delete %% ) in MassTransit.cfg Q: How do I view the php.ini file configuration? A: Copy the test.php test file from the Extras folder, and place within your web root directory. In your browser, navigate to the test.php file, which is included in the MTWeb folder. If configured with MTWeb as the default site, you can just go to localhost/test.php. This will display the configuration information about PHP. One useful thing is to look at is the "Configuration File (php.ini) Path" to make sure you know where the active php.ini file is. Q: How do I find out the version of MTWeb I m running? A: Login to MTWeb using a browser. Click on the System Information link in the top right hand corner. This page will display information on the MTWeb Version and Build Number, PHP Version, Plugin version and other relevant system information. Q: Why do I see a blank page when attempting to load a PHP page in my browser? A: Check the Apache error log file. This log can be accessed through the Console at /var/log/apache2/error_log. If this doesn't reveal anything, temporarily turn on display_errors and/or display_startup_errors in the php.ini to see what's happening. Page 12 of 14

13 Appendix A: Using Secure Socket Layers (SSL) SSL Certificates To use SSL, a PEM format x509 certificate is required. A certificate consists of a certificate file and a key file. The certificate is used both to encrypt data being sent and as a form of identification. There are three steps to obtaining a certificate. These three steps are carried out differently for each web server, but the purpose of each step remains the same. 1. Generate a private server key. This key is later used to encrypt the outgoing data. 2. Generate a CSR (certificate signing request). The CSR is linked to the key, the identity of the server's owner, and the URL of the server. The server URL is stored in the common name (CN) field of the certificate. 3. Obtain CA (certificate authority) signature. The CA signs the CSR after verifying that the holder of the CSR and private server key matches the identity specified in the CSR. The signed CSR is the certificate. Because the receiving party trusts the CA, the CA signature proves to the receiving party that the certificate holder really is the party named in the certificate. There are three ways to sign the CSR. The first is to have it signed by a publicly known Root CA such as Verisign or Thawte. This is optimal, since these Root CAs are known and trusted. The second alternative is to have another CA, such as an in-house IT department or a lesser known 3 rd party CA, sign the CSR. When using a CA that is not well known, it is necessary to distribute the CA s certificate to clients. Keep in mind that the CA s certificate is independent of the server s certificate! Without the CA s certificate, the receiving party cannot trust the CA and therefore cannot assign any validity to the CA s signature on the server certificate. CA certificate distribution can be done easily via the web server itself or with MassTransit, but to guarantee security the fingerprint of the certificate must be communicated securely and verified. If the receiving party is able to verify the fingerprint of the CA certificate, then the recipient knows she or he has an authentic CA certificate and not a spoof. The task of distributing CA certificates to web browsers is complicated by the fact that different browsers expect the CA certificate to be distributed in different formats. The default format for keys, requests, and certificates is PEM. Some older versions of Internet Explorer, including IE 5.1 Mac, will only accept CA certificates in DER format. The process of distributing a CA certificate is similar for all web servers; see the Distributing CA Certificates section for more information. The final method of signing the CSR is to self-sign it with the private server key. A self-signed certificate allows encrypted communication but provides no guarantee whatsoever that the holder of the certificate has any connection to the identity specified in the certificate. Without proof of identity the client cannot distinguish between communications with the true server and a spoof. As such, self-signed certificates do not offer true security and should only be used for testing purposes. Microsoft IIS cannot use a self-signed certificate. All web server sections below refer to obtaining a CA signature as a single-step process. Web Server Certificates vs. MassTransit Server Certificates The MassTransit certificate serves a somewhat different purpose than the web server certificate. Because the web server and the MassTransit server cooperate closely when communicating with web clients, there is no need for the MassTransit Assistant to verify the identity of the MassTransit server: the MassTransit server is Page 13 of 14

14 automatically known to be the same entity as the web server. For communication with web clients it therefore is inconsequential whether the MassTransit server uses a CA signed certificate or an automatically generated, self-signed one. In communication between two MassTransit servers, however, the web server is not involved and cannot act as a proof of identity. To have truly secure communication here requires that the MassTransit servers use CA signed certificates Group Logic Incorporated. All Rights Reserved. Page 14 of 14

MassTransit 6.0 Enterprise Web Configuration For Windows

MassTransit 6.0 Enterprise Web Configuration For Windows MassTransit 6.0 Enterprise Web Configuration For Windows November 7, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

SINGLE SIGN-ON FOR MTWEB

SINGLE SIGN-ON FOR MTWEB SINGLE SIGN-ON FOR MTWEB FOR MASSTRANSIT ENTERPRISE WINDOWS SERVERS WITH DIRECTORY SERVICES INTEGRATION Group Logic, Inc. November 26, 2008 Version 1.1 CONTENTS Revision History...3 Feature Highlights...4

More information

Configuring MassTransit for the Web Using Apache on Mac OS 10.2 and 10.3

Configuring MassTransit for the Web Using Apache on Mac OS 10.2 and 10.3 Using Version: 1.1 Date: 2/18/2004 Version History Version Date Author Changes 1.0 2/2/2004 Janie Longfellow Created from MassTransit Web Config doc. 1.1 2/18/2004 Janie Longfellow Added copyright information.

More information

Setting Up SSL on IIS6 for MEGA Advisor

Setting Up SSL on IIS6 for MEGA Advisor Setting Up SSL on IIS6 for MEGA Advisor Revised: July 5, 2012 Created: February 1, 2008 Author: Melinda BODROGI CONTENTS Contents... 2 Principle... 3 Requirements... 4 Install the certification authority

More information

Enterprise Apple Xserve Wiki and Blog using Active Directory. Table Of Contents. Prerequisites 1. Introduction 1

Enterprise Apple Xserve Wiki and Blog using Active Directory. Table Of Contents. Prerequisites 1. Introduction 1 Table Of Contents Prerequisites 1 Introduction 1 Making the Xserve an Open Directory Master 2 Binding the Xserve to Active Directory 3 Creating a Certificate 3 Setting up Apache Web Server 4 Applying the

More information

Configuring MassTransit Server to listen on ports less than 1024 using WaterRoof on Macintosh Workstations

Configuring MassTransit Server to listen on ports less than 1024 using WaterRoof on Macintosh Workstations Configuring MassTransit Server to listen on ports less than 1024 using WaterRoof on Macintosh Workstations Summary This article explains how to configure MassTransit to listen on ports less than 1024 without

More information

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account?

CHARTER BUSINESS custom hosting faqs 2010 INTERNET. Q. How do I access my email? Q. How do I change or reset a password for an email account? Contents Page Q. How do I access my email? Q. How do I change or reset a password for an email account? Q. How do I forward or redirect my messages to a different email address? Q. How do I set up an auto-reply

More information

RoomWizard Synchronization Software Manual Installation Instructions

RoomWizard Synchronization Software Manual Installation Instructions 2 RoomWizard Synchronization Software Manual Installation Instructions Table of Contents Exchange Server Configuration... 4 RoomWizard Synchronization Software Installation and Configuration... 5 System

More information

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions

Microsoft Entourage 2008 / Microsoft Exchange Server 2010. Installation and Configuration Instructions Microsoft Entourage 2008 / Microsoft Exchange Server 2010 Installation and Configuration Instructions Table of Contents How to connect Microsoft Entourage 2008 EWS to the Exchange Server... 3 Important

More information

Creating Home Directories for Windows and Macintosh Computers

Creating Home Directories for Windows and Macintosh Computers ExtremeZ-IP Active Directory Integrated Home Directories Configuration! 1 Active Directory Integrated Home Directories Overview This document explains how to configure home directories in Active Directory

More information

Secure Outgoing Mail (SMTP) Setup Guide

Secure Outgoing Mail (SMTP) Setup Guide Secure Outgoing Mail (SMTP) Setup Guide Mozilla Thunderbird Windows* 1. Load Mozilla Thunderbird. 2. In the Tools pull-down menu select Account Settings 3. In the left hand panel select Outgoing Server

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

USER GUIDE WWPass Security for Email (Outlook) For WWPass Security Pack 2.4

USER GUIDE WWPass Security for Email (Outlook) For WWPass Security Pack 2.4 USER GUIDE WWPass Security for Email (Outlook) For WWPass Security Pack 2.4 March 2014 TABLE OF CONTENTS Chapter 1 Welcome... 4 Introducing WWPass Security for Email (Outlook)... 5 Supported Outlook Products...

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

App Orchestration 2.5

App Orchestration 2.5 Configuring NetScaler 10.5 Load Balancing with StoreFront 2.5.2 and NetScaler Gateway for Prepared by: James Richards Last Updated: August 20, 2014 Contents Introduction... 3 Configure the NetScaler load

More information

Secure Transfers. Contents. SSL-Based Services: HTTPS and FTPS 2. Generating A Certificate 2. Creating A Self-Signed Certificate 3

Secure Transfers. Contents. SSL-Based Services: HTTPS and FTPS 2. Generating A Certificate 2. Creating A Self-Signed Certificate 3 Contents SSL-Based Services: HTTPS and FTPS 2 Generating A Certificate 2 Creating A Self-Signed Certificate 3 Obtaining A Signed Certificate 4 Enabling Secure Services 5 A Note About Ports 5 Connecting

More information

Enterprise SSL Support

Enterprise SSL Support 01 Enterprise SSL Support This document describes the setup of SSL (Secure Sockets Layer) over HTTP for Enterprise clients, servers and integrations. 1. Overview Since the release of Enterprise version

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents

Quadro Configuration Console User's Guide. Table of Contents. Table of Contents Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...

More information

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

1. Open the preferences screen by opening the Mail menu and selecting Preferences... Using TLS encryption with OS X Mail This guide assumes that you have already created an account in Mail. If you have not, you can use the new account wizard. The new account wizard is in the Accounts window

More information

10gAS SSL / Certificate Based Authentication Configuration

10gAS SSL / Certificate Based Authentication Configuration I. Overview This document covers the processes required to create a self-signed certificate or to import a 3 rd party certificate using the Oracle Certificate Authority. In addition, the steps to configure

More information

Unifying Information Security. Implementing TLS on the CLEARSWIFT SECURE Email Gateway

Unifying Information Security. Implementing TLS on the CLEARSWIFT SECURE Email Gateway Unifying Information Security Implementing TLS on the CLEARSWIFT SECURE Email Gateway Contents 1 Introduction... 3 2 Understanding TLS... 4 3 Clearswift s Application of TLS... 5 3.1 Opportunistic TLS...

More information

What is WS_FTP Server Web Transfer Module?...1 System Requirements...2. What is WS_FTP Server Web Transfer Module?

What is WS_FTP Server Web Transfer Module?...1 System Requirements...2. What is WS_FTP Server Web Transfer Module? CHAPTER 1 Introduction In This Chapter What is WS_FTP Server Web Transfer Module?...1 System Requirements...2 What is WS_FTP Server Web Transfer Module? WS_FTP Server Web Transfer Module is a web application

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

FileMaker Server 8. Administrator s Guide

FileMaker Server 8. Administrator s Guide FileMaker Server 8 Administrator s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.,

More information

4. Client-Level Administration

4. Client-Level Administration 4. Client-Level Administration Introduction to Client Usage The Client Home Page Overview Managing Your Client Account o Editing Your Client Record View Account Status Report Domain Administration Page

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

FileMaker Security Guide The Key to Securing Your Apps

FileMaker Security Guide The Key to Securing Your Apps FileMaker Security Guide The Key to Securing Your Apps Table of Contents Overview... 3 Configuring Security Within FileMaker Pro or FileMaker Pro Advanced... 5 Prompt for Password... 5 Give the Admin Account

More information

FileMaker Security Guide

FileMaker Security Guide TECH BRIEF FileMaker Security Guide The Key to Securing Your Solutions Table of Contents Overview... 3 Configuring Security Within FileMaker Pro or FileMaker Pro Advanced... 5 Prompt for Password... 5

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

QuickStart Guide for Mobile Device Management. Version 8.6

QuickStart Guide for Mobile Device Management. Version 8.6 QuickStart Guide for Mobile Device Management Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

Installation of PHP, MariaDB, and Apache

Installation of PHP, MariaDB, and Apache Installation of PHP, MariaDB, and Apache A few years ago, one would have had to walk over to the closest pizza store to order a pizza, go over to the bank to transfer money from one account to another

More information

Integration Guide. Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008

Integration Guide. Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008 Integration Guide Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008 Integration Guide: Microsoft Active Directory Rights Management Services (AD RMS) Imprint

More information

How to FTP (How to upload files on a web-server)

How to FTP (How to upload files on a web-server) How to FTP (How to upload files on a web-server) In order for a website to be visible to the world, it s files (text files,.html files, image files, etc.) have to be uploaded to a web server. A web server

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Clearswift Information Governance

Clearswift Information Governance Clearswift Information Governance Implementing the CLEARSWIFT SECURE Encryption Portal on the CLEARSWIFT SECURE Email Gateway Version 1.10 02/09/13 Contents 1 Introduction... 3 2 How it Works... 4 3 Configuration

More information

Using LDAP Authentication in a PowerCenter Domain

Using LDAP Authentication in a PowerCenter Domain Using LDAP Authentication in a PowerCenter Domain 2008 Informatica Corporation Overview LDAP user accounts can access PowerCenter applications. To provide LDAP user accounts access to the PowerCenter applications,

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

QuickStart Guide for Mobile Device Management

QuickStart Guide for Mobile Device Management QuickStart Guide for Mobile Device Management Version 8.5 Inventory Configuration Security Management Distribution JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made

More information

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca!

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! Quick Start Guide Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! How to Setup a File Server with Cerberus FTP Server FTP and SSH SFTP are application protocols

More information

Installing OptiRain Open on Macintosh OS X 10.6 (Snow Leopard)

Installing OptiRain Open on Macintosh OS X 10.6 (Snow Leopard) QUICKSMART Installing OptiRain Open on Macintosh OS X 10.6 (Snow Leopard) QuickSmart Development P.O. Box 3689 Santa Clara, CA 95055 408-777-0944 www.quicksmart.com OptiRain Open provides local scheduling

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide!

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide! Kollaborate Server Installation Guide 1 Kollaborate Server Installation Guide Kollaborate Server is a local implementation of the Kollaborate cloud workflow system that allows you to run the service in-house

More information

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience

Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Using EMC Unisphere in a Web Browsing Environment: Browser and Security Settings to Improve the Experience Applied Technology Abstract The Web-based approach to system management taken by EMC Unisphere

More information

SecuritySpy Setting Up SecuritySpy Over SSL

SecuritySpy Setting Up SecuritySpy Over SSL SecuritySpy Setting Up SecuritySpy Over SSL Secure Sockets Layer (SSL) is a cryptographic protocol that provides secure communications on the internet. It uses two keys to encrypt data: a public key and

More information

Extending Remote Desktop for Large Installations. Distributed Package Installs

Extending Remote Desktop for Large Installations. Distributed Package Installs Extending Remote Desktop for Large Installations This article describes four ways Remote Desktop can be extended for large installations. The four ways are: Distributed Package Installs, List Sharing,

More information

Reference and Troubleshooting: FTP, IIS, and Firewall Information

Reference and Troubleshooting: FTP, IIS, and Firewall Information APPENDIXC Reference and Troubleshooting: FTP, IIS, and Firewall Information Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the

More information

INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 NAVIGATION PANEL...

INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 NAVIGATION PANEL... INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 CONTROL PANEL... 4 ADDING GROUPS... 6 APPEARANCE... 7 BANNER URL:... 7 NAVIGATION... 8

More information

Local Caching Servers (LCS): User Manual

Local Caching Servers (LCS): User Manual Local Caching Servers (LCS): User Manual Table of Contents Local Caching Servers... 1 Supported Browsers... 1 Getting Help... 1 System Requirements... 2 Macintosh... 2 Windows... 2 Linux... 2 Downloading

More information

Installation Guide For ChoiceMail Enterprise Edition

Installation Guide For ChoiceMail Enterprise Edition Installation Guide For ChoiceMail Enterprise Edition How to Install ChoiceMail Enterprise On A Server In Front Of Your Company Mail Server August, 2004 Version 2.6x Copyright DigiPortal Software, 2002-2004

More information

Network-Enabled Devices, AOS v.5.x.x. Content and Purpose of This Guide...1 User Management...2 Types of user accounts2

Network-Enabled Devices, AOS v.5.x.x. Content and Purpose of This Guide...1 User Management...2 Types of user accounts2 Contents Introduction--1 Content and Purpose of This Guide...........................1 User Management.........................................2 Types of user accounts2 Security--3 Security Features.........................................3

More information

CHAPTER 7 SSL CONFIGURATION AND TESTING

CHAPTER 7 SSL CONFIGURATION AND TESTING CHAPTER 7 SSL CONFIGURATION AND TESTING 7.1 Configuration and Testing of SSL Nowadays, it s very big challenge to handle the enterprise applications as they are much complex and it is a very sensitive

More information

White Paper. Installation and Configuration of Fabasoft Folio IMAP Service. Fabasoft Folio 2015 Update Rollup 3

White Paper. Installation and Configuration of Fabasoft Folio IMAP Service. Fabasoft Folio 2015 Update Rollup 3 White Paper Fabasoft Folio 2015 Update Rollup 3 Copyright Fabasoft R&D GmbH, Linz, Austria, 2016. All rights reserved. All hardware and software names used are registered trade names and/or registered

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

1. If there is a temporary SSL certificate in your /ServerRoot/ssl/certs/ directory, move or delete it. 2. Run the following command:

1. If there is a temporary SSL certificate in your /ServerRoot/ssl/certs/ directory, move or delete it. 2. Run the following command: C2Net Stronghold Cisco Adaptive Security Appliance (ASA) 5500 Cobalt RaQ4/XTR F5 BIG IP (version 9) F5 BIG IP (pre-version 9) F5 FirePass VPS HSphere Web Server IBM HTTP Server Java-based web server (generic)

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected ( Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication

More information

FTP, IIS, and Firewall Reference and Troubleshooting

FTP, IIS, and Firewall Reference and Troubleshooting FTP, IIS, and Firewall Reference and Troubleshooting Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the Windows Firewall, the

More information

Email Update Instructions

Email Update Instructions Email Update Instructions Table of Contents Email Client Settings The Basics... 2 Outlook 2013... 2 Outlook 2007... 4 Outlook Express... 6 Windows Mail... 7 Thunderbird 3... 9 Apple Mail... 11 1 Email

More information

Sophos SafeGuard Native Device Encryption for Mac Administrator help. Product version: 7

Sophos SafeGuard Native Device Encryption for Mac Administrator help. Product version: 7 Sophos SafeGuard Native Device Encryption for Mac Administrator help Product version: 7 Document date: December 2014 Contents 1 About SafeGuard Native Device Encryption for Mac...3 1.1 About this document...3

More information

Mac OS VPN Set Up Guide

Mac OS VPN Set Up Guide Mac OS VPN Set Up Guide If internet traffic is not being sent over the VPN then go to System Preferences- >Network and click on your VPN connection. Click the "Advanced..." button, and in the "Options"

More information

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 1996-2012 Internet Software Sciences Welcome to the Web+Center Installation and Configuration guide. This document

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

SIMIAN systems. Setting up a Sitellite development environment on Mac OS X. Sitellite Content Management System

SIMIAN systems. Setting up a Sitellite development environment on Mac OS X. Sitellite Content Management System Setting up a Sitellite development environment on Mac OS X Sitellite Content Management System Introduction Mac OS X is a great platform for web application development, and now with tools like VMWare

More information

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

1. Open the preferences screen by opening the Mail menu and selecting Preferences... Using TLS encryption with OS X Mail This guide assumes that you have already created an account in Mail. If you have not, you can use the new account wizard. The new account wizard is in the Accounts window

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

Apple Server Diagnostics User Guide. For Version 3X106

Apple Server Diagnostics User Guide. For Version 3X106 Apple Server Diagnostics User Guide For Version 3X106 KKApple Inc. 2009 Apple Inc. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written

More information

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information

QuickStart Guide for Managing Mobile Devices. Version 9.2

QuickStart Guide for Managing Mobile Devices. Version 9.2 QuickStart Guide for Managing Mobile Devices Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Parallels Panel. Parallels Small Business Panel 10.2: User's Guide. Revision 1.0

Parallels Panel. Parallels Small Business Panel 10.2: User's Guide. Revision 1.0 Parallels Panel Parallels Small Business Panel 10.2: User's Guide Revision 1.0 Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax:

More information

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Online Backup Client User Manual

Online Backup Client User Manual For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.

More information

APNS Certificate generating and installation

APNS Certificate generating and installation APNS Certificate generating and installation Quick Guide for generating and installing an Apple APNS Certificate Version: x.x MobiDM Quick Guide for APNS Certificate Page 1 Index 1. APPLE APNS CERTIFICATE...

More information

on-hand viewer on iphone / ipod touch manual installation and configuration of an FTP server for Mac OS X to transfer data to on-hand viewer application on iphone / ipod touch table of contents 1. Introduction

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS TABLE OF CONTENTS Recommended Browsers for isupplier Portal Recommended Microsoft Internet Explorer Browser Settings (MSIE) Recommended Firefox Browser Settings Recommended Safari Browser Settings SYSTEM

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

Email Update Instructions

Email Update Instructions 1 Email Update Instructions Contents Email Client Settings The Basics... 3 Outlook 2013... 4 Outlook 2007... 6 Outlook Express... 7 Windows Mail... 8 Thunderbird 3... 9 Apple Mail... 10 2 Email Client

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

Email Client Configuration Guide

Email Client Configuration Guide Email Client Configuration Guide Table of Contents Email Configuration...3 Email settings...3 IMAP...3 POP...3 SMTP...3 Process Overview...5 Account set up wizards...5 Anatomy of an email address...5 Why

More information

BOTTOM UP THINKING EMAIL SETUP INSTRUCTIONS. Unique businesses require unique solutions CLIENT GUIDE

BOTTOM UP THINKING EMAIL SETUP INSTRUCTIONS. Unique businesses require unique solutions CLIENT GUIDE BOTTOM UP THINKING Unique businesses require unique solutions EMAIL SETUP INSTRUCTIONS CLIENT GUIDE INDEX How to connect a. Deciding on best method (POP or IMAP) Setting up email on devices Webmail a.

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

FileMaker Server 12. FileMaker Server Help

FileMaker Server 12. FileMaker Server Help FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.

More information

Run Archive Server for MDaemon in HTTPS

Run Archive Server for MDaemon in HTTPS Archive Server for MDaemon Run Archive Server for MDaemon in HTTPS Introduction...2 Part 1 - Creating a Certificate Signing Request...3 Create a certificate request using IIS manager... 3 Part 2 - Creating

More information

Aspera Connect User Guide

Aspera Connect User Guide Aspera Connect User Guide Windows XP/2003/Vista/2008/7 Browser: Firefox 2+, IE 6+ Version 2.3.1 Chapter 1 Chapter 2 Introduction Setting Up 2.1 Installation 2.2 Configure the Network Environment 2.3 Connect

More information

WebLogic Server 6.1: How to configure SSL for PeopleSoft Application

WebLogic Server 6.1: How to configure SSL for PeopleSoft Application WebLogic Server 6.1: How to configure SSL for PeopleSoft Application 1) Start WebLogic Server... 1 2) Access Web Logic s Server Certificate Request Generator page.... 1 3) Fill out the certificate request

More information

SolarWinds Technical Reference

SolarWinds Technical Reference SolarWinds Technical Reference Using SSL Certificates in Web Help Desk Introduction... 1 How WHD Uses SSL... 1 Setting WHD to use HTTPS... 1 Enabling HTTPS and Initializing the Java Keystore... 1 Keys

More information

Internet Script Editor (ISE)

Internet Script Editor (ISE) ISE Application, page 1 ISE Functionality, page 1 ISE Requirements, page 2 Secure Socket Layer (SSL) Requirements for ISE, page 2 ISE Installation and Upgrades, page 5 Troubleshooting Tools for Internet

More information

Laboratory Exercises VI: SSL/TLS - Configuring Apache Server

Laboratory Exercises VI: SSL/TLS - Configuring Apache Server University of Split, FESB, Croatia Laboratory Exercises VI: SSL/TLS - Configuring Apache Server Keywords: digital signatures, public-key certificates, managing certificates M. Čagalj, T. Perković {mcagalj,

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

CERTIFICATE-BASED SINGLE SIGN-ON FOR EMC MY DOCUMENTUM FOR MICROSOFT OUTLOOK USING CA SITEMINDER

CERTIFICATE-BASED SINGLE SIGN-ON FOR EMC MY DOCUMENTUM FOR MICROSOFT OUTLOOK USING CA SITEMINDER White Paper CERTIFICATE-BASED SINGLE SIGN-ON FOR EMC MY DOCUMENTUM FOR MICROSOFT OUTLOOK USING CA SITEMINDER Abstract This white paper explains the process of integrating CA SiteMinder with My Documentum

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Hallpass Instructions for Connecting to Mac with a Mac

Hallpass Instructions for Connecting to Mac with a Mac Hallpass Instructions for Connecting to Mac with a Mac The following instructions explain how to enable screen sharing with your Macintosh computer using another Macintosh computer. Note: You must leave

More information