Improved SSL Client Authentication for Mozilla applications (includes a generic design of reporting and controlling properties of an SSL connection)

Size: px
Start display at page:

Download "Improved SSL Client Authentication for Mozilla applications (includes a generic design of reporting and controlling properties of an SSL connection)"

From this document you will learn the answers to the following questions:

  • What kind of site does not have to show multiple states at the same time?

  • Firefox uses CliAC in what simple way?

Transcription

1 Improved SSL Client Authentication for Mozilla applications (includes a generic design of reporting and controlling properties of an SSL connection) Author: Kai Engert kaie@redhat.com August 2009 The SSL client authentication mechanisms in Mozilla are insufficient. The motivation of this document is to design a solution that works with SSL connections in any Mozilla application, including (but not limited to) Firefox. Improved SSL client auth v1.00 1/9

2 Improved SSL Client Authentication Introduction For background information and why there is a need for improvement, see As an addendum to that page: Because select automatically has become a privacy issue in some scenarios (where a user unknowingly posseses a client cert and gives it out to sites automatically, super cookie ), recent versions of Mozilla software have started to use always ask by default. In order to relax the pain of continuous prompts, a bandaid has been approved which allows to remember a cert selection for the remainder of the session, similar to the described behavior of IE. (Which is not user friendly for smartcard environments.) Proposal Introduce a new user interface element (in the chrome ) to give feedback about current ssl authentication state, which is also a control element to change the SSL authentication credentials as needed. Let's call it CliAC (CLIent Auth Control). A recent trend in Firefox is to avoid prompts, to no longer use the traditional approach to pause loading and prompt the user. Instead, use a good automatic decision for the client authentication and proceed. Give the user a chance to notice what happend and a chance (using CliAC) to change the authentication details, the credentials used by the application. The CliAC may be shown in the application status bar, next to (or grouped with) the existing status bar padlock. CliAC may be invisible whenever the visited site did not ask for SSL client authentication. In a simple scenario, using CliAC in Firefox, the following states (icons) may be used: invisible (not using SSL, or site not asking for client auth) not currently using client auth (if a site asked for it, but no user selection yet) (this may also be shown on SSL error pages when a site requires client auth) currently authenticating using client cert. A click on CliAC opens a menu that allows to start or stop using a client cert, or to use a different client cert. Scope of CliAC Let's assume a simple status bar indicator located in a browser's chrome. It will be obvious this is tied to the currently shown toplevel document, to the address shown in the URL bar. This is the same scope as used for the padlock icon (showing SSL server auth status on the statusbar) and the identity indicator used to the left of the URL bar ( Larry the passport agent ). Using a simple SSL client auth status would be based on the assumption that a single SSL client auth status and selection is sufficient for web documents. But the web is more complex and a complete solution is required. What about SSL connections at a Improved SSL client auth v1.00 2/9

3 lower content level? (e.g. inside a frame, or for scripts/pictures loaded from a different site than the toplevel page). What if the toplevel document does not require SSL client auth, but some subelement asks for client auth? Loading a complete document from a complex site may involve multiple source hosts, multiple client certificate issueing CAs. In order to view all content it may (in theory) even require the user to choose more than one client certificate. Using today's mechanisms, users may get an SSL authentication prompt for content used anywhere as part of loaded documents. The proposed new mechanism must not be a functional regression. It must continue to support independent authentication for both the toplevel document and subelements. A complete solution for CliAC would list each site requiring client auth and allow for an independent client cert selection for each site. This would require to display multiple states at the same time. In other words, on a simple site, where only the toplevel document asks for client auth, the state will be one of the simple states {invisible, not using client auth, using client auth}. However, on a complex site, where a document (loadgroup) involves more than one site asking for client auth, it will be necessary to show both states not using client auth and using client auth at the same time. The icon for each those states shall open a menu that shows pairs of {hostname, authentication state and client cert}. Simplified CliAC This paragraph shortly describes the possibility of a simpler implementation and the consequences. In order to reduce the workload to implement this proposal, someone may decide that client auth support in Firefox shall be limited to one client cert per document. In other words, no independent client cert selection for sub-elements. This would mean, on sites where a sub-element requires a different client cert, that sub content will never be shown, and the user has no opportunity to know what's wrong, and has no way to fix it. This will reduce the CliAC implementation to care for the simple scenario, only. It would require that web site authors ensure a homogeneous authentication environment for their content. This implementation strategy may break some existing sites that work with the prompts used by today's SSL client auth mechanism. The advantage is, CliAC for web sites would never show multiple states at the same time, and would not need to list multiple hostnames, each with their own client auth selection mechanism. However, the remainder of the document will explain how CliAC shall be used for any connections, even SSL connections not tied to a browser window. It seems necessary to implement this complex user interface, anyway, involving multiple hostname-to-client-cert feedback and selection. Improved SSL client auth v1.00 3/9

4 Therefore hoping for this simplification may be futile. CliAC and browser navigation The client auth choices made by users ( use this client cert for this site ) shall be remembered at least for the remainder of the session. Feedback shall be given (using CliAC) whenever such an authentication is effective. When a user navigates to a different page, CliAC shall be re-populated. CliAC shall stop to show authentication information for web pages (or sub-elements) that are no longer displayed in the web page associated to the browser window (or tab). CliAC and smartcards When a smartcard gets removed and the currently used cert is no longer available, CliAC will change state appropriately. It's a web site's reponsibility to listen to smartcard removal events and potentially change the shown contents. A smartcard removal or insertion event shall cause a logout event for all active SSL sessions. On next SSL handshake the application will attempt to use the remembered SSL client cert configuration. If a cert is configured but no longer available, CliAC will show the not using client auth state. If a configured now became available, CliAC will show the using client auth state, and the popup will indicate which cert is being used. However, in order to trigger that shown content (on a web page) matches the information accessible using the currently available certs, a user may need to reload the page (in the case where a web site does not listen for smartcard status events). However, no new manual cert selection shall be necessary when having a previously remembered selection and under the assumption the user has not changed the client auth settings for this site while a smartcard was absent. Remember selections permanently In a first implementation step the lifetime of the list of remembered client cert per site may be lost when the user exits the application. But the goal is to have this list remembered permanently. Default behavior for client auth By default (in a fresh profile, or when starting to use software with this new feature) there will be no remembered certs per site. Therefore, when loading a site for the first time, no client certificate will be used for authentication. There will be no prompt asking for a client cert. In the case where client authentication is not optional, but required, there will be the usual SSL error message (or error page) that informs about a terminated connection. In order to proceed with client auth, the user needs to notice the CliAC status display and must explicitly access CliAC and pick a certificate. Connections outside the browser SSL connections will often be associated to an application window. At the time a connection gets Improved SSL client auth v1.00 4/9

5 opened by an application, the owning window shall be specified by the initiating code. This way the CliAC located in the associated window can display the information related to the connection. (Besides the browser, another example is the Chatzilla extension that opens a separate window and uses connections to an IRC server.) There may be application windows that are responsible for multiple separate connections. A good example is Thunderbird's main window, which may manage connections to multiple mail servers. For server A the user may already have chosen a client cert, while server B also asked for client authentication, but the user has not yet chosen a client cert for server B. Therefore CliAC must be able to list the state for multiple servers in parallel. (Another example is Chatzilla using multiple connections to multiple IRC servers.) In addition there are background connections used in Mozilla applications, not associated to a specific window. One example is the connection that Mozilla uses to ask for software updates. Another example may be an extension that synchronizes user bookmarks to a server, uses some configuration dialog, only, but never displays its own window. CliAC shall support such background connections, too. When an application uses them, but can not specify a specific window to display related SSL status, then the CliAC controls in all windows will include information about those background connections in addition to the connections specific to the window. (Here may be need for discussion. Maybe it's confusing to see a status bar control that indicates using client authentication when the shown web page does not use that, but a background connection is the single reason to display CliAC. The solution may be to use a separate, differently looking status icon to inform the user about SSL status for background connections. Another possible solution may be to not inform the user about problems with background connections at all, but require the user to explicitly go to a menu item like SSL status of background connections. I'd personally prefer some notice in the status bar, though.) Optionally, at socket creation time, the application may explicitly request that a SSL connection shall be silent (and potential SSL client auth requests by the server shall not be shown anywhere in UI). Another challenge is the SMTP protocol used by Thunderbird. SMTP connections are short lived. They are usually associated to a message compose window. The connection isn't started prior to sending the first message. And during the sending attempt there is even a progress indicator dialog on top of the window. Today, if the SMTP connection requires SSL client auth, a prompt will show up dynamically. With the CliAC approach, the connection would have to fail and Thunderbird would have to show an error message. The SMTP window could change to include the CliAC status bar area, indicating that client auth has been requested by the server. The user can use CliAC to configure the desired client cert and re-attempt to send the message. After the message has been sent, CliAC can continue to show configuration information for SMTP connections while the user composes a message. This can either happen in message compose windows, only, or it could be permanently shown in Thunderbird's main window. Improved SSL client auth v1.00 5/9

6 This SMTP scenario demonstrates one more feature needed for CliAC. An application may request that some hostname-to-client-cert association shall be permanently visible in CliAC, even while there is no such connection currently in progress. Also, problematic connections will usually close right away. Some logic needs to determine the duration that SSL connection status shall be visible in CliAC. A time limit shall be used, because after a longer application session, the CliAC shouldn't show the full list of e.g. 50 problematic sites encountered during the day. Therefore, at socket creation time, the application may specify a keep error visble timeout. That may be forever or a time value like keep error available for 5 minutes. Proposed Icons shown in CliAC When a site asks for a client cert, use an icon like key with question mark. The menu accessible should list the hostname that asked for a key. This may be a single hostname or a list of multiple hostnames. (Selecting a hostname should open a dialog that will be used to perform the client cert selection.) CliAC may also show this icon while the browser displays an SSL error page, when a site requires a client cert in order to allow a connection. When a connection is already configured to use a client cert, CliAC uses an icon like a solid lock with an inserted key. A click on the icon will show a list of pairs {hostname, name of client cert}. A click on any such entry will open a dialog where the user can switch to a different client cert or to stop using a client cert. Improved SSL client auth v1.00 6/9

7 Client cert selection dialog This dialog appears when a user accesses CliAC to change a client authentication setting, either to specify a new authentication, or to terminate such an authentication. The dialog will be similar to the classic prompt. It shall look like this: Site *7 asks that you authenticate using your SSL client certificate. It accepts certificates from the following CAs: (show a list of names sent by the server) *1 How would you like to authenticate yourself? *2 Do not authenticatiate, do not show any of my certificates. *2a Authenticate using one of my personal certificates *2b [dropdown with names of certificates] Text area that shows detailed information about the certificate currently selected in the dropdown. It shall include issuer CA and subject name and certified use. It shall include the name of the cert storage device if it's stored on a smartcard. You do not own an appropriate personal certificate. Please contact a system administrator in order to learn how to obtain an appropriate SSL client certificate. *3 The certificate you had selected previously is not available. Either you deleted the cert or you may need to insert your smartcard. *6 [x] allow me to select certificates that are no longer valid because they have expired *4 [x] allow me to select certificates that were issued by other CAs *5 [OK] [Cancel] Improved SSL client auth v1.00 7/9

8 Comments: The destination port number *7 will be shown in brackets after the hostname, to allow a user to distinguish cert selection by application protocol. In order to simplify the user interface for the web browser, the port will be hidden if it's the standard SSL port 443. Section *1 may not be shown while this information is unknown, for example, for SMTP like connections, where the association from site to client cert has been permanently remembered, where the application asks to always show this association in CliAC, but where no connection has yet occurred during this application session. An appropriate client cert is one that was issued by one of the accepted CAs and has not yet expired. If the dialog is started at a time when the information *1 is not available, then the test for matching CA will be skipped. If there is no appropriate client cert available, then text *3 will be shown. Text *3 will be shown even when checkboxes *4 or *5 are checked. The list shown in *2b will list personal certificates. The list contents are influenced by checkboxes *4 and *5. The text entries listed in *2b shall contain the (personal) subject name and the serial number. They shall include a test suffix in [brackets] that indicates their relationship to *4 and/or *5. If, after consideration of *1, *4 and *5 there are still no personal certs for selection, then section *2b shall be disabled (grayed out) and radio button *2a shall be automatically selected. When opening this dialog while a previous selection has been remembered, the dialog should be prefilled with the remembered information. If the currently selected certificate has expired, *4 will be checked. If the currently selected certificate has not been issued by one of the accepted CAs, then *5 will be checked. Only when opening this dialog while a previous selection has been remembered, but the cert can not be found, then text *6 will be shown and *2a will be selected. The cert will not be listed in the dropdown. However, this dialog will be updated on smartcard events. If a smartcard containing this missing cert gets inserted while the dialog is open, then *6 will disappear, the radio selection will switch automatically to *2b, the list in *2b will be updated. If the user has not yet made an attempt to select a different cert in the dialog, then the remembered cert will automatically get selected in list*2b, too. In general, if a smartcard gets inserted while this dialog is shown, the contents of list *2b will be populated with the additional certs, and potentially *3 will be hidden. Improved SSL client auth v1.00 8/9

9 Behaviour after client cert selection dialog Once a user closes the cert selection dialog with [OK] the configuration will be remembered by the application and used for future connections. An application may specify a client auth configuration change callback function. This callback will be called by CliAC after a configuration change was made by the user. The information provided will include {hostname, port number} that received the new configuration. The application may decide to re-attempt the related connections after having received such a callback notice. When an SSL connection was associated to a specific window and has been remembered by CliAC as such, then CliAC may send a similar notice to a specific window callback. The window could then decide to reload its contents. Applications that don't include a CliAC in their chrome Such applications will not be able to use SSL client authentication, unless they implement their own mechanisms. Implementation thoughts PSM (mozilla/security/manager) shall provide the full implementation of this mechanism. It shall use IDL files to design the interface between the backend implementation and the user interface. It shall provide a XUL based default implementation. This may allow embedding applications to specify their own UI. Applications that desire to use CliAC shall include the control in the user interface of their XUL windows and register it with PSM at application start. Improved SSL client auth v1.00 9/9

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

MiVoice Integration for Salesforce

MiVoice Integration for Salesforce MiVoice Integration for Salesforce USER GUIDE MiVoice Integration for Salesforce User Guide, Version 1, April 2014. Part number 58014124 Mitel is a registered trademark of Mitel Networks Corporation. Salesforce

More information

Initial Setup of Mozilla Thunderbird with IMAP for Windows 7

Initial Setup of Mozilla Thunderbird with IMAP for Windows 7 Initial Setup of Mozilla Thunderbird Concept This document describes the procedures for setting up the Mozilla Thunderbird email client to download messages from Google Mail using Internet Message Access

More information

Microsoft Exchange Mailbox Email Software Setup Guide

Microsoft Exchange Mailbox Email Software Setup Guide Microsoft Exchange Mailbox Email Software Setup Guide Microsoft Exchange Mailbox Setup Guide Setting up a Microsoft Exchange mailbox only takes a few minutes. You can set up any email software to send

More information

Configuring your email client to connect to your Exchange mailbox

Configuring your email client to connect to your Exchange mailbox Configuring your email client to connect to your Exchange mailbox Contents Use Outlook Web Access (OWA) to access your Exchange mailbox... 2 Use Outlook 2003 to connect to your Exchange mailbox... 3 Add

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

Initial Setup of Mozilla Thunderbird with IMAP for OS X Lion

Initial Setup of Mozilla Thunderbird with IMAP for OS X Lion Initial Setup of Mozilla Thunderbird Concept This document describes the procedures for setting up the Mozilla Thunderbird email client to download messages from Google Mail using Internet Message Access

More information

Infor Xtreme Browser References

Infor Xtreme Browser References Infor Xtreme Browser References This document describes the list of supported browsers, browser recommendations and known issues. Contents Infor Xtreme Browser References... 1 Browsers Supported... 2 Browser

More information

Here are the steps to configure Outlook Express for use with Salmar's Zimbra server. Select "Tools" and then "Accounts from the pull down menu.

Here are the steps to configure Outlook Express for use with Salmar's Zimbra server. Select Tools and then Accounts from the pull down menu. Salmar Consulting Inc. Setting up Outlook Express to use Zimbra Marcel Gagné, February 2010 Here are the steps to configure Outlook Express for use with Salmar's Zimbra server. Open Outlook Express. Select

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

Email Client Configuration Secure Socket Layer. Information Technology Services 2010

Email Client Configuration Secure Socket Layer. Information Technology Services 2010 Email Client Configuration Secure Socket Layer Information Technology Services 2010 Table of Contents A. Apple Mail [Mac OSX Leopard]... 1 1. POP SSL Secure Settings... 1 2. IMAP SSL Secure Settings...

More information

1. Open Thunderbird. If the Import Wizard window opens, select Don t import anything and click Next and go to step 3.

1. Open Thunderbird. If the Import Wizard window opens, select Don t import anything and click Next and go to step 3. Thunderbird The changes that need to be made in the email programs will be the following: Incoming mail server: newmail.one-eleven.net Outgoing mail server (SMTP): newmail.one-eleven.net You will also

More information

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users Getting Started Getting Started with Time Warner Cable Business Class Voice Manager A Guide for Administrators and Users Table of Contents Table of Contents... 2 How to Use This Guide... 3 Administrators...

More information

How to configure your Windows PC post migrating to Microsoft Office 365

How to configure your Windows PC post migrating to Microsoft Office 365 How to configure your Windows PC post migrating to Microsoft Office 365 1 Contents Purpose... 3 Document Support Boundaries... 3 Examples used in this document... 4 Several different Microsoft Office 365

More information

Corporate Telephony Toolbar User Guide

Corporate Telephony Toolbar User Guide Corporate Telephony Toolbar User Guide 1 Table of Contents 1 Introduction...6 1.1 About Corporate Telephony Toolbar... 6 1.2 About This Guide... 6 1.3 Accessing The Toolbar... 6 1.4 First Time Login...

More information

Versions Addressed: Microsoft Office Outlook 2010/2013. Document Updated: 2014. Copyright 2014 Smarsh, Inc. All right reserved

Versions Addressed: Microsoft Office Outlook 2010/2013. Document Updated: 2014. Copyright 2014 Smarsh, Inc. All right reserved Versions Addressed: Microsoft Office Outlook 2010/2013 Document Updated: 2014 Copyright 2014 Smarsh, Inc. All right reserved Table of Contents Getting Started 3 Add Your New Account 3 Account Setup 5 Basic

More information

Browser Settings for Optimal Site Performance

Browser Settings for Optimal Site Performance 1 Browser Settings for Optimal Site Performance With the constant upgrades to browsers and to City National s systems, an occasional problem may develop with your browser and our program compatibility.

More information

Telephony Toolbar Corporate. User Guide

Telephony Toolbar Corporate. User Guide Telephony Toolbar Corporate User Guide Release 7.1 March 2011 Table of Contents 1 About This Guide...7 1.1 Open Telephony Toolbar - Corporate... 7 1.2 First Time Login... 8 1.3 Subsequent Use... 11 2 Using

More information

GRICdial User's Guide

GRICdial User's Guide GRICdial User's Guide Table of Contents System Requirements Getting Connected Additional Settings Main Menu Functions Setting up Proxy FAQ System Requirements For Windows 95 You should have the following

More information

Outlook 2010 Setup Guide (POP3)

Outlook 2010 Setup Guide (POP3) Versions Addressed: Microsoft Office Outlook 2010 Document Updated: 8/31/2012 Copyright 2012 Smarsh, Inc. All rights Purpose: This document will assist the end user in configuring Outlook 2010 to access

More information

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion

Initial Setup of Microsoft Outlook 2011 with IMAP for OS X Lion Initial Setup of Microsoft Outlook Concept This document describes the procedures for setting up the Microsoft Outlook email client to download messages from Google Mail using Internet Message Access Protocol

More information

Configuring an Email Client to Connect to CASS Mail Servers

Configuring an Email Client to Connect to CASS Mail Servers Configuring an Email Client to Connect to CASS Mail Servers Table of Contents Introduction... 2 Webmail... 2 Settings... 2 Forwarding... 2 Email Client Configuration... 3 Outlook 2003... 3 Outlook 2007...

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

How to set up your Secure Email in Outlook 2010*

How to set up your Secure Email in Outlook 2010* How to set up your Secure Email in Outlook 2010* This guide is for hosting clients who are hosting their email with us. If you are using a third party email, you should not use these instructions. 1. Open

More information

Datasharp Optimum Connect Toolbar

Datasharp Optimum Connect Toolbar Datasharp Optimum Connect Toolbar User Guide Release 17 Document Version 1 WWW.DATASHARP.CO.UK Table of Contents 1 About This Guide...6 1.1 Open Datasharp Optimum Connect Toolbar... 6 1.2 First Time Login...

More information

New Online Banking Guide for FIRST time Login

New Online Banking Guide for FIRST time Login New Online Banking Guide for FIRST time Login Step 1: Login Enter your existing Online Banking User ID and Password. Click Log-In. Step 2: Accepting terms and Conditions to Proceed Click on See the terms

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app Instructions for Configuring Your Browser Settings and Online Security FAQ s ios8 Settings for iphone and ipad app General Settings The following browser settings and plug-ins are required to properly

More information

Encrypting Your Email Using the free COMODO Secure Email Certificate

Encrypting Your Email Using the free COMODO Secure Email Certificate Encrypting Your Email Using the free COMODO Secure Email Certificate These instructions will guide you through the process of getting a free Secure Email Certificate Issued by COMODO. This document will

More information

Email client configuration guide. Business Email

Email client configuration guide. Business Email Email client configuration guide Business Email August 2013 Contents 1. Mac Email Clients 1.1 Downloading Microsoft Outlook (Professional Plan Users) 1.2 Configuring Microsoft Outlook (Full Exchange Server

More information

This guide will walk you through the process of disabling pop-up blockers found in three popular web browsers.

This guide will walk you through the process of disabling pop-up blockers found in three popular web browsers. Disable Pop-Up Blockers for MyCPD This guide will walk you through the process of disabling pop-up blockers found in three popular web browsers. Popup blockers interfere with proper functioning of the

More information

Massey University Wireless Network Client Configuration Mac OS X 10.6 10.9

Massey University Wireless Network Client Configuration Mac OS X 10.6 10.9 Massey University Wireless Network Client Configuration Mac OS X 10.6 10.9 MAC wireless network Requirements Information Technology Services You must have an active Massey username and password (i.e. you

More information

User s Guide For Department of Facility Services

User s Guide For Department of Facility Services Doc s File Server User s Guide For Department of Facility Services For Ver : 7.2.88.1020 Rev : 1_05-27-2011 Created by : Elliott Jeyaseelan 2 Table of Contents SERVER LOGIN & AUTHENTICATION REQUIREMENTS

More information

OPS Data Quick Start Guide

OPS Data Quick Start Guide OPS Data Quick Start Guide OPS Data Features Guide Revision: October, 2014 Technical Support (24/7) - (334) 705-1605 http://www.opelikapower.com Quick Start Guide OPS Data: Beginning today, you have access

More information

Instructions for Microsoft Outlook 2003

Instructions for Microsoft Outlook 2003 ElkhartNet, Inc. is dedicated to providing our email customers with excellent service and support. In a targeted effort to reduce SPAM and to provide more secure and faster email, we are changing our outgoing

More information

Email User Guide. Contents. Information Systems and Technology Dawson College v 1.3, 15 November 2013

Email User Guide. Contents. Information Systems and Technology Dawson College v 1.3, 15 November 2013 Information Systems and Technology Dawson College v 1.3, 15 November 2013 Contents 1 Overview... 2 2 Access... 2 2.1 Outlook... 2 2.2 Outlook Web Access (OWA)... 3 2.3 Outlook for Mac... 4 2.4 Other email

More information

Citrix Access on SonicWALL SSL VPN

Citrix Access on SonicWALL SSL VPN Citrix Access on SonicWALL SSL VPN Document Scope This document describes how to configure and use Citrix bookmarks to access Citrix through SonicWALL SSL VPN 5.0. It also includes information about configuring

More information

Web Mail Guide... Error! Bookmark not defined. 1 Introduction to Web Mail... 4. 2 Your Web Mail Home Page... 5. 3 Using the Inbox...

Web Mail Guide... Error! Bookmark not defined. 1 Introduction to Web Mail... 4. 2 Your Web Mail Home Page... 5. 3 Using the Inbox... Powered by Table of Contents Web Mail Guide... Error! Bookmark not defined. 1 Introduction to Web Mail... 4 1.1 Requirements... 4 1.2 Recommendations for using Web Mail... 4 1.3 Accessing your Web Mail...

More information

Open Thunderbird. To set up an e-mail account in Thunderbird, from the Tools menu select Account Settings; choose Email account; then click Next.

Open Thunderbird. To set up an e-mail account in Thunderbird, from the Tools menu select Account Settings; choose Email account; then click Next. Server Type: POP3 or IMAP Incoming(POP3 or IMAP) Mail Server: student.ncnm.edu POP3 Port: 995 (SSL) IMAP Port: 993 (SSL) Outgoing(SMTP) Mail Server: student.ncnm.edu SMTP Port: 587 (TLS) (Users must change

More information

Install and Configure Oracle Outlook Connector

Install and Configure Oracle Outlook Connector Install and Configure Oracle Outlook Connector To install and configure Oracle Outlook Connector for Outlook to send and receive e-mail and to access your TechTime TM calendar, do the following. 1. Run

More information

Setting Up groov Mobile Apps. Introduction. Setting Up groov Mobile Apps. Using the ios Mobile App

Setting Up groov Mobile Apps. Introduction. Setting Up groov Mobile Apps. Using the ios Mobile App Introduction Using the ios Mobile App Opto 22 s free groov View apps for ios and Android allow you to use View for one or more groovs on your smartphone or tablet in full-screen mode without the address

More information

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on. User Information

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on. User Information Outlook Express Open up Outlook Express From the Menu Bar Tools to Accounts - Click on Mail Tab Click on mail.btconline.net mail (default) Click on Properties button Click on the General tab User Information

More information

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on Mail Tab.

Outlook Express. Make Changes in Red: Open up Outlook Express. From the Menu Bar. Tools to Accounts - Click on Mail Tab. Outlook Express Open up Outlook Express From the Menu Bar Tools to Accounts - Click on Mail Tab Click on mail.nefcom.net (default) Click on Properties button Click on the General tab User Information E-mail

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide September, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Exchange 2010 Outlook Profile Configuration... 1 Outlook Profile

More information

Single Sign-On Administrator s Guide

Single Sign-On Administrator s Guide Single Sign-On Administrator s Guide Released 11/22/2013 About this Guide This guide is designed for the people who handle software administrative duties for their agency or organization, and have the

More information

Ans.: Spam Monitor support all popular email programs such as Outlook, Outlook Express, Netscape Mail, Mozilla Mail, Eudora or Opera

Ans.: Spam Monitor support all popular email programs such as Outlook, Outlook Express, Netscape Mail, Mozilla Mail, Eudora or Opera Faqs > Spam Monitor General Q1. What is Spam Monitor? Ans.: Spam Monitor is an easy-to-use spam filter that detects and isolates unsolicited junk mail sent to your mailbox. Designed for computer users,

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

Change Advanced Proxy Server Configuration Settings

Change Advanced Proxy Server Configuration Settings Change Advanced Proxy Server Trigger Business Process Procedure Overview This project will show you how to change Configuration settings on the Advanced tab. This section is used to enter information about

More information

Microsoft Exchange Mailbox Email Software Setup Guide

Microsoft Exchange Mailbox Email Software Setup Guide Microsoft Exchange Mailbox Email Software Setup Guide Microsoft Exchange Mailbox Setup Guide Setting up a Microsoft Exchange mailbox only takes a few minutes. You can set up any email software to send

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

Windows XP Exchange Client Installation Instructions

Windows XP Exchange Client Installation Instructions WINDOWS XP with Outlook 2003 or Outlook 2007 1. Click the Start button and select Control Panel: 2. If your control panel looks like this: Click Switch to Classic View. 3. Double click Mail. 4. Click show

More information

Sophos Mobile Control Installation guide. Product version: 3.6

Sophos Mobile Control Installation guide. Product version: 3.6 Sophos Mobile Control Installation guide Product version: 3.6 Document date: November 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...5 3 Set up Sophos Mobile Control...11 4 External

More information

USER GUIDE WWPass Security for Windows Logon

USER GUIDE WWPass Security for Windows Logon USER GUIDE WWPass Security for Windows Logon December 2015 TABLE OF CONTENTS Chapter 1 Welcome... 3 Introducing WWPass Security for Windows Logon... 4 Related Documentation... 4 Presenting Your PassKey

More information

Reading an email sent with Voltage SecureMail. Using the Voltage SecureMail Zero Download Messenger (ZDM)

Reading an email sent with Voltage SecureMail. Using the Voltage SecureMail Zero Download Messenger (ZDM) Reading an email sent with Voltage SecureMail Using the Voltage SecureMail Zero Download Messenger (ZDM) SecureMail is an email protection service developed by Voltage Security, Inc. that provides email

More information

Neoteris IVE Integration Guide

Neoteris IVE Integration Guide Neoteris IVE Integration Guide NESD-00090-00 CAY051402 The Secure Email Client upgrade option enables Neoteris IVE users to use standardsbased email clients to access corporate email from remote locations.

More information

Reference Guide for WebCDM Application 2013 CEICData. All rights reserved.

Reference Guide for WebCDM Application 2013 CEICData. All rights reserved. Reference Guide for WebCDM Application 2013 CEICData. All rights reserved. Version 1.2 Created On February 5, 2007 Last Modified August 27, 2013 Table of Contents 1 SUPPORTED BROWSERS... 3 1.1 INTERNET

More information

How to Set Up Your. Email Account

How to Set Up Your. Email Account How to Set Up Your Email Account Contents Outlook 2002 (Office XP)... 3 Outlook 2003 (Office 2003)... 6 Outlook 2007 (Office 2007)... 10 Outlook 2010 (Office 2010)... 14 Outlook Account Setup Page 2 HOW

More information

Alberni Valley IT Services http://www.avits.ca admin@avits.ca. Virtual domain E-mail information.

Alberni Valley IT Services http://www.avits.ca admin@avits.ca. Virtual domain E-mail information. Alberni Valley IT Services http://www.avits.ca admin@avits.ca Virtual domain E-mail information. Welcome! This document outlines information necessary for you to send and receive E-mail for your virtual

More information

SingTel PowerON Desktop Backup

SingTel PowerON Desktop Backup SingTel PowerON Desktop Backup User Manual Copyright 2011 F-Secure Corporation. All rights reserved. SingTel PowerON Desktop Backup Table of Contents 1. SingTel PowerON Desktop Backup Help... 1 1.1. What

More information

Securepoint Security Systems

Securepoint Security Systems HowTo: Configuration of the spam filter Securepoint Security Systems Version 2007nx Release 3 Contents 1 Configuration of the spam filter with the Securepoint Security Manager... 3 2 Spam filter configuration

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

Discovery Guide. Secret Server. Table of Contents

Discovery Guide. Secret Server. Table of Contents Secret Server Discovery Guide Table of Contents Introduction... 3 How Discovery Works... 3 Active Directory / Local Windows Accounts... 3 Unix accounts... 3 VMware ESX accounts... 3 Why use Discovery?...

More information

Configuring Outlook 2013 For IMAP Connections

Configuring Outlook 2013 For IMAP Connections Configuring Outlook 2013 For IMAP Connections VERSION 1.0 1 P a g e U A C o n n e c t C o n f i g u r i n g O u t l o o k 2013 f o r I M A P 12/2013 Configuring Outlook 2013 for IMAP Connections Overview

More information

LoadMaster SSL Certificate Quickstart Guide

LoadMaster SSL Certificate Quickstart Guide LoadMaster SSL Certificate Quickstart Guide for the LM-1500, LM-2460, LM-2860, LM-3620, SM-1020 This guide serves as a complement to the LoadMaster documentation, and is not a replacement for the full

More information

isecuremail User Guide for iphone

isecuremail User Guide for iphone isecuremail User Guide for iphone Page 1 CONTENTS Chapter 1: Welcome... 4 Chapter 2: Getting Started... 5 Compatability... 5 Preliminary Steps... 5 Setting up a POP3 / IMAP4/ Exchange Email Account...

More information

Mail 8.2 for Apple OSX: Configure IMAP/POP/SMTP

Mail 8.2 for Apple OSX: Configure IMAP/POP/SMTP Mail 8.2 for Apple OSX: Configure IMAP/POP/SMTP April 10, 2015 Table of Contents Introduction... 3 Email Settings... 3 IMAP... 3 POP... 3 SMTP... 3 Process Overview... 3 Anatomy of an Email Address...

More information

Neoteris IVE Integration Guide

Neoteris IVE Integration Guide Neoteris IVE Integration Guide Published Date July 2015 The Secure Email Client upgrade option enables Neoteris IVE users to use standards based email clients to access corporate email from remote locations.

More information

USER GUIDE SHORETEL NETSUITE CLIENT. ShoreTel Professional Services

USER GUIDE SHORETEL NETSUITE CLIENT. ShoreTel Professional Services USER GUIDE SHORETEL NETSUITE CLIENT ShoreTel Professional Services Introduction The ShoreTel NetSuite Client application provides integration between calls made and received on a user's ShoreTel phone

More information

Recommended Browser Setting for MySBU Portal

Recommended Browser Setting for MySBU Portal The MySBU portal is built using Microsoft s SharePoint technology framework, therefore, for the best viewing experience, Southwest Baptist University recommends the use of Microsoft s Internet Explorer,

More information

Secure Email Client Guide

Secure Email Client Guide PRESIDIO BANK 33 Secure Email Client Guide THE BUSINESS BANK THAT WORKS 8/2013 Table of Contents Introduction.....3 Our Responsibility to Protect Confidential Information....4 Registering and Accessing

More information

Sophos UTM. Remote Access via PPTP Configuring Remote Client

Sophos UTM. Remote Access via PPTP Configuring Remote Client Sophos UTM Remote Access via PPTP Configuring Remote Client Product version: 9.300 Document date: Tuesday, October 14, 2014 The specifications and information in this document are subject to change without

More information

Secure E-Mail Part II Due Date: Sept 27 Points: 25 Points

Secure E-Mail Part II Due Date: Sept 27 Points: 25 Points Secure E-Mail Part II Due Date: Sept 27 Points: 25 Points Objective 1. To explore a practical application of cryptography secure e-mail 2. To use public key encryption 3. To gain experience with the various

More information

NeoMail Guide. Neotel (Pty) Ltd

NeoMail Guide. Neotel (Pty) Ltd NeoMail Guide Neotel (Pty) Ltd NeoMail Connect Guide... 1 1. POP and IMAP Client access... 3 2. Outlook Web Access... 4 3. Outlook (IMAP and POP)... 6 4. Outlook 2007... 16 5. Outlook Express... 24 1.

More information

Assistant Enterprise. User Guide. www.lumosnetworks.com 3-27-08

Assistant Enterprise. User Guide. www.lumosnetworks.com 3-27-08 Assistant Enterprise User Guide www.lumosnetworks.com 3-27-08 Assistant Enterprise (Toolbar) Guide Copyright Notice Trademarks Copyright 2007 BroadSoft, Inc. All rights reserved. Any technical documentation

More information

Email setup information for most domains hosted with InfoRailway.

Email setup information for most domains hosted with InfoRailway. Email setup information for most domains hosted with InfoRailway. Incoming server (POP3): pop.secureserver.net port 995 (SSL) Incoming server (IMAP): imap.secureserver.net port 993 (SSL) Outgoing server

More information

Quick Reference Guide SoftPhone for Windows 7

Quick Reference Guide SoftPhone for Windows 7 Introduction Quick Reference Guide SoftPhone for Windows 7 SoftPhone is software that allows you to use your NASA phone number from your NASA-issued computer to place or/and receive calls. You can also

More information

MultiSite Manager. Setup Guide

MultiSite Manager. Setup Guide MultiSite Manager Setup Guide Contents 1. Introduction... 2 How MultiSite Manager works... 2 How MultiSite Manager is implemented... 2 2. MultiSite Manager requirements... 3 Operating System requirements...

More information

TriCore Secure Web Email Gateway User Guide 1

TriCore Secure Web Email Gateway User Guide 1 TriCore Secure Web Email Gateway User Guide This document provides information about TriCore Secure Web Email Gateway. This document is for users who are authorized to send and receive encrypted email

More information

How To Login To A Website On A Pc Or Mac Or Mac (For Pc Or Ipad)

How To Login To A Website On A Pc Or Mac Or Mac (For Pc Or Ipad) What browser types are supported? Do I need to allow cookies? What are session cookies? The system is asking me to login again and says my session has timed out. What does this mean? I am locked out after

More information

Using Avaya Aura Messaging Web Access

Using Avaya Aura Messaging Web Access Using Avaya Aura Messaging Web Access Release 6.3.2 Issue 1 December 2014 Contents Chapter 1: Getting started... 5 Avaya Aura Messaging Web Access... 5 Requirements... 5 Logging in to Messaging Web Access...

More information

Android: Configure IMAP/POP/SMTP

Android: Configure IMAP/POP/SMTP Android: Configure IMAP/POP/SMTP April 10, 2015 Table of Contents Android 5.0: Configure IMAP/POP/SMTP Introduction... 3 Email Settings... 3 IMAP... 3 POP... 3 SMTP... 3 Process Overview... 3 Anatomy of

More information

Chapter 3 ADDRESS BOOK, CONTACTS, AND DISTRIBUTION LISTS

Chapter 3 ADDRESS BOOK, CONTACTS, AND DISTRIBUTION LISTS Chapter 3 ADDRESS BOOK, CONTACTS, AND DISTRIBUTION LISTS 03Archer.indd 71 8/4/05 9:13:59 AM Address Book 3.1 What Is the Address Book The Address Book in Outlook is actually a collection of address books

More information

Liferay Portal 4.0 - User Guide. Joseph Shum Alexander Chow

Liferay Portal 4.0 - User Guide. Joseph Shum Alexander Chow Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Table of Contents Preface... viii User Administration... 1 Overview... 1 Administration

More information

Managing Identities and Admin Access

Managing Identities and Admin Access CHAPTER 4 This chapter describes how Cisco Identity Services Engine (ISE) manages its network identities and access to its resources using role-based access control policies, permissions, and settings.

More information

Configuring Jet Express for Microsoft Dynamics NAV 2013

Configuring Jet Express for Microsoft Dynamics NAV 2013 Configuring Jet Express for Microsoft Dynamics NAV 2013 Overview With the release of Jet Express 2012 R2, Jet Reports introduces the ability to report from a Microsoft Dynamics NAV 2013 database. Web Services

More information

DocuSign for SharePoint Online v2.4

DocuSign for SharePoint Online v2.4 Quick Start Guide DocuSign for SharePoint Online v2.4 Published October 12, 2015 Overview DocuSign for SharePoint Online allows users to sign or send documents out for signature from a SharePoint Online

More information

HDDtoGO. User Guide. User Manual Version 3.4 2004-2010 CoSoSys SRL 2010 A-DATA Technology Co., Ltd. HDDtoGO User Manual

HDDtoGO. User Guide. User Manual Version 3.4 2004-2010 CoSoSys SRL 2010 A-DATA Technology Co., Ltd. HDDtoGO User Manual HDDtoGO User Guide User Manual Version 3.4 2004-2010 CoSoSys SRL 2010 A-DATA Technology Co., Ltd. HDDtoGO User Manual Table of Contents Table of Contents...1 1. Introduction...2 2. System Requirements...3

More information

Secure e-mail transaction guidelines for external users with Commission personnel.

Secure e-mail transaction guidelines for external users with Commission personnel. Secure e-mail transaction guidelines for external users with Commission personnel. This document describes in general the basic requirements to set up secure (encrypted) e- mail communication between external

More information

BROWSER TIPS FOR PEOPLESOFT

BROWSER TIPS FOR PEOPLESOFT BROWSER TIPS FOR PEOPLESOFT Please note: This document is designed to be used online and has a number of embedded links to processes and additional information. We discourage the printing of these documents

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

PISA 2015 MS Online School Questionnaire: User s Manual

PISA 2015 MS Online School Questionnaire: User s Manual OECD Programme for International Student Assessment 2015 PISA 2015 MS Online School Questionnaire: User s Manual Doc: CY6_CBA_SCQ_MSPrincipalManual.docx September 2014 Produced by ETS, Core 2 Contractor

More information

Set Up E-mail Setup with Microsoft Outlook 2007 using POP3

Set Up E-mail Setup with Microsoft Outlook 2007 using POP3 Page 1 of 14 Help Center Set Up E-mail Setup with Microsoft Outlook 2007 using POP3 Learn how to configure Outlook 2007 for use with your 1&1 e-mail account using POP3. Before you begin, you will need

More information

OmniTouch 8440 Messaging Software Quick Reference Guide. Messaging Services Telephone User Interface

OmniTouch 8440 Messaging Software Quick Reference Guide. Messaging Services Telephone User Interface Quick Reference Guide Introduction Access to voice messaging is available: Via the Telephone User Interface The Telephone User Interface is accessible from any phone, whether internal or external to the

More information

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide

Exchange 2010. Outlook Profile/POP/IMAP/SMTP Setup Guide Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide Document Revision Date: Nov. 13, 2013 Exchange 2010 Outlook Profile/POP/IMAP/SMTP Setup Guide i Contents Introduction... 1 Exchange 2010 Outlook

More information

IRMACS E-Mail Setup. Your IRMACS e-mail is available internally by the IMAP protocol. The server settings used are:

IRMACS E-Mail Setup. Your IRMACS e-mail is available internally by the IMAP protocol. The server settings used are: IRMACS E-Mail Setup General Information This document covers both the default Apple OSX mail client and the installed Mozilla s Thunderbird mail client. If you are comfortable setting up your own mail

More information

IceWarp Notifier User Guide

IceWarp Notifier User Guide IceWarp Unified Communications IceWarp Notifier User Guide Version 10.4 Printed on 16 April, 2012 Contents IceWarp Notifier User Guide 1 Installation... 2 Settings... 6 Notifications... 8 Pop-up Menu...

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

Getting started with IMAP for Aggiemail What is IMAP?

Getting started with IMAP for Aggiemail What is IMAP? Getting started with IMAP for Aggiemail What is IMAP? IMAP, or Internet Message Access Protocol, lets you download messages from Aggiemail s servers onto your computer so you can access your mail with

More information

Sophos Mobile Control Installation guide. Product version: 3

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

More information

Configuring, Customizing, and Troubleshooting Outlook Express

Configuring, Customizing, and Troubleshooting Outlook Express 3 Configuring, Customizing, and Troubleshooting Outlook Express............................................... Terms you ll need to understand: Outlook Express Newsgroups Address book Email Preview pane

More information

Protected PDF Common Installation Issues

Protected PDF Common Installation Issues Protected PDF Common Installation Issues July 14, 2011 Version 1.1 TABLE OF CONTENTS Basic Instructions for Readers ------------------------------------------------------------------------- 2 Common Questions

More information