Regroup Design Blueprint

Size: px
Start display at page:

Download "Regroup Design Blueprint"

Transcription

1 Prepared by Dory Weiss, ITS Last Edited September 28, 2012 November 15, 2012 Regroup Design Blueprint Executive Summary The functionality to send Informational, Operational, and Official messages via the current Group application is being replaced with Regroup, a SaaS (Software as a Service) product that provides group mail, text and voice broadcast, marketing, social media integration, and group management solutions. As a hosted service, Regroup staff are responsible for hardware and server administration, which reduces the maintenance burden for ITS. This design blueprint details the integration between ITS Applications and Regroup. Detailed information about the architecture and design of Regroup itself is available on the Regroup support website ( System Architecture Architectural Design Approach The move to a SaaS solution means that the Regroup application will provide the majority of the Group features previously provided by ITS Application custom code. For instance, sending, group authorization, message tracking, and other key pieces of functionality are now provided by Regroup. ITS Applications will be responsible for ensuring that those pieces of the Regroup system meet all system requirements. Design work performed by ITS Applications will focus on the authentication and data pieces needed to integrate Regroup into the UT application environment. The data used to generate lists is owned by the appropriate business area TRECS owns employee data, Registrar IT owns student data therefore the design work for this project has focused on converting the data provided by data owning areas into the format required by Regroup. In order to minimize the impact on data-owning areas, no changes to the interface between the new list generation process and the data owning areas have been made. The design work assumes that no changes will be made by data-owning areas to underlying data storage. However, consideration has been given to how the list generation process should change when student and employee data is no longer kept in Natural/ABABAS. 1

2 Architecture Design Group membership data ( details in data integration diagram) Data load process ADABAS/mainframe.csv group membership Logon via custom Django front end for Regroup site Regroup Recipient client(s) Regroup user Send via client Group Authentication TED / person ID data Figure 1 High Level View of System Architecture The integration with Regroup consists of a nightly process to generate and upload group membership data to Regroup via SFTP in the form of a.csv file. The list generation process resides on the mainframe and relies on secured modules provided by TRECS, Registrar IT, and ITS Applications Identity and Access Management team to provide information for UT students and employees. The list generation process is loosely coupled to Regroup the only dependency between the two processes is that a dataset of recipient s must be sent to Regroup in the expected format. This will allow the listgeneration process to be replaced as the data-providing systems are moved into new technologies. Users will access the Regroup web application through a Python/Django login page provided by ITS, and authorization to use the Regroup web application will be determined by a Shibboleth query of TED. Users may send via the Regroup web application or by sending a message from their client to a Regroup address. Additional Regroup functionality (i.e., tracking a message, viewing a message archive, etc.) is available via the web application. Regroup Design Blueprint 2

3 List Generation Batch process(es) build datasets of STUDENT lists nightly Batch process(es) build datasets of EMPLOYEE lists nightly Administrative/ Outside areas GDS Read datasets and create dataset of all EID + group ID Group ID data Sort dataset Regroup SFTP Build CSV, retrieving name from T3N$ELKP and from T4N$EADR Batch Jobgroup Dataset ID > Regroup Group ID table Mainframe/ Adabas Group IDs created by Regroup Figure 2 Mid Level View of List Generation Process Integration of group membership data with the Regroup system consists of an SFTP transfer of a CSV file containing the groups to which each EID belongs. Source systems will continue to generate lists of EIDs in ADABAS datasets representing the membership for each group. A nightly batch process will run to determine current membership of all EIDs for all groups. The nightly batch process consists of three steps; in the first step, a program reads through the existing group membership datasets and generates a new, generational dataset of all memberships (each record will be of the form EID + group ID). This new dataset will then be sorted by EID in step 2, and in step 3 a separate Natural program will combine all memberships for each EID and add name and address. Finally, the Natural program will create the desired CSV file and transfer it to Regroup. Regroup Design Blueprint 3

4 Sending UT-branded Regroup site utexas.regroup.com UT-branded Regroup site utexas.regroup.com UT Shibboleth login screen User authorized? Y Review Messages Moderate Messages N Send Messages Review Message Metrics Error message and no access Figure 3.1 Mid Level View of Sending Process Regroup will provide the web interface for Group . When a user accesses the Regroup site (utexas.regroup.com), she will be automatically redirected to the UT Shibboleth login screen to validate with EID and password. After successful authentication, authorized users are taken to the UT-branded Regroup main page, where they can perform various actions such as reading or sending messages. An error message is displayed for unauthorized users. Personal client Regroup site User authorized? Y Sends message to list N Moderator approves or denies Figure 3.2 Mid Level View of Sending Process Another option for using Group is to send a message via an client (e.g., Outlook), addressing it to a Regroup list. Regroup receives the message, determines if the user is a member of receiving list and checks the security settings of the list, and either sends the message or forwards it to the list s moderator to approve and deliver the message. Regroup Design Blueprint 4

5 Shibboleth Authentication Browser Regroup website Regroup (SP) ITS Shibboleth (IdP) ITS IdP Attribute Authority Navigate to login page Redirected to SP Redirect to SP Redirected to IdP Redirect to IdP Authenticate Redirected to SP Redirect with Token to SP SP queries IdP for Account Details Return Account Details Redirect Browser to Regroup website Redirect with Token Obtain Account Details Return Results Access Granted Grant Access? Figure 4 Detailed View of Shibboleth Authentication Process Authorization to access Regroup is determined by a Shibboleth query of TED. Regroup Design Blueprint 5

6 Data Design Persistent/Static Data The ITS-owned portion of the Regroup implementation does not own any data about recipients. Employee information is owned by TRECS and stored on the file BD-EMPLOYEES. Student information is owned by Registrar IT and stored on the file NR-STUDENTS-WHOLE-FILE. addresses are retrieved from these files via Natural secured modules provided by each department. Regroup stores recipient data in its own files, which are not documented here. External Interface Data Interface with Data-Owning Areas Datasets received from TRECS and Registrar IT are expected to be created in a common format, as documented in the LDA TXDLBMCL: * ** #TXDLBMCL * * PREF-EID (A15) 2 -ADDRESS (A75) 2 EXCLUDE- (A2) /* Employee or student areas can * ** use this field to return the * ** user's subscription option. * ** Emp: 'I' means user has * ** unsubscribed from receiving * ** informational msgs. * ** Stu: 'Y' means user has * ** unsubscribed from info msgs. * ** " " value - pgms will call the * ** area to check the value. 2 FILLER (A30) 2 REDEFINE 3 # -SWITCH-SENT (L) /* if true, then EXCLUDE- * /* was passed. Interface with Regroup The following.csv format is required by Regroup for data integration: Figure 5.CSV Format Example The following fields will be utilized in the upload process: FirstName, LastName, #1, UserName (EID), GroupID (Regroup generated). Regroup Design Blueprint 6

7 User Interface Design User Interface Navigation Hierarchy Users may access Regroup by navigating directly to the Regroup website (utexas.regroup.com) or by sending an message to a Regroup address. User Interface Design Overview The user interface for Group will be provided by Regroup. Users entering the Regroup domain (utexas.regroup.com) will be redirected to the standard UT Shibboleth login screen for authentication. Once they have successfully logged in, they will be redirected back to the Regroup site. The Regroup web interface allows users to read messages from and post messages to the groups to which they belong. Users who are authorized as administrators also have the ability to create new groups and configure settings through the interface. Additional information about the Regroup interface is available on the Regroup support pages ( Figure 6 Screenshot of Regroup Home Page (List of User s Groups) Regroup Design Blueprint 7

8 Figure 7 Screenshot of Regroup Post a Message Page Regroup Design Blueprint 8

9 Figure 8 Screenshot of Regroup Group Overview Page User Function Categories (or s) The following s have been identified for Regroup. Initial upload of dataset of group members Manual Regroup, Dataset provider, ERPS, SFTP agent 1. ERPS manually initiates list generation process 2. List generation process consolidates datasets from Dataset providers 3. Resulting dataset is SFTPed to Regroup 4. Regroup processes dataset Regroup Design Blueprint 9

10 Upload updated dataset of group members Nightly scheduled process Regroup, Dataset provider, SFTP agent 1. Dataset provider creates dataset via nightly process 2. List generation process consolidates datasets from Dataset providers 3. Resulting dataset is SFTPed to Regroup 4. Regroup processes dataset Generate dataset of group members Nightly scheduled process; manual when creating a brand new list Dataset provider Dataset provider creates dataset Nightly scheduled process; manual when creating a brand new list Create new permanent list in Regroup Authorized user chooses create new group in system Regroup, List owner 1. User opts to create new group 2. User fills out group information 3. Regroup creates and saves group If user needs user data to be regularly refreshed, s/he will need to have the list integrated into the nightly list generation process. This will require that a list generation module is built by the data-owning area. Create new one-off list User defines a new group Regroup, Authorized user 1. User opts to create new group 2. User fills out group information 3. Regroup creates group Regroup Design Blueprint 10

11 Send basic via client User sends an to a Regroup address Regroup, Sender 1. Sender creates and sends to Regroup address 2. Regroup distributes mail to group members If sender is not already authorized to send to group: 2a. List owner (moderator) is notified of 2b. List owner (moderator) approves/denies Define type for basic via client User sends an to a Regroup address Regroup, Sender When creating , sender includes type in Subject Line If no type included, then what? Send basic via Regroup website User sends an via Regroup group page Regroup, Group member 1. User logs into Regroup 2. User selects group to send to from home page 3. User selects post a new message 4. User composes message 5. User hits Send 6. Regroup sends to address list for group Define type for basic via Regroup website User sends an via Regroup group page Regroup, Group member User selects from available types when creating message Regroup Design Blueprint 11

12 Send HTML (with plain text version) via client User sends an HTML-formatted to a group address Regroup, Sender 1. Sender creates and sends to Regroup address 2. Regroup distributes mail to group members in HTML and plain text If sender is not already authorized to send to group: 2a. List owner (moderator) is notified of 2b. List owner (moderator) approves/denies Define type for HTML (with plain text version) via client User sends an HTML-formatted to a group address Regroup, Sender 1. Sender uses the group address that corresponds to the intended message type (e.g, all_students_official@utexas.regroup.com) 2. Regroup prepends the corresponding message type to the subject (e.g., [Official] ) Send HTML (with plain text version) via Regroup website User sends an HTML-formatted via Regroup group page Regroup, Group Member 1. User logs into Regroup 2. User selects group to send to from home page 3. User selects post a new message 4. User composes message and hits Send 5. Regroup sends to address list for group in HTML and plain text Define type for HTML (with plain text version) via Regroup website User sends an HTML-formatted via Regroup group page Regroup, Group Member 1. Sender selects the Regroup group that corresponds to the intended message type. 2. Regroup prepends the corresponding message type to the subject. Not all options may be available for all users Regroup Design Blueprint 12

13 Send attachment via client User sends an with an attachment to a group address Regroup, Sender 1. Sender creates , attaches file, and sends to Regroup address 2. Regroup distributes mail to group members If sender is not already authorized to send to group: 2a. List owner (moderator) is notified of 2b. List owner (moderator) approves/denies Send attachment via Regroup website User sends an with an attachment via Regroup group page Regroup, Group Member 1. User logs in to Regroup 2. User fills out information on , with distribution list and type 3. User opts to attach file(s) to and is presented with upload options 4. User uploads file(s) to attach 5. User hits Send 6. Regroup sends to address list for group Review attachment recipient reviews an attachment sent to a group address Regroup, Recipient 1. Recipient receives with attachment 2. Recipient opens attachment Opt-out of Informational messages User selects opt-out Regroup, Group member/recipient, UT Direct 1. User logs into UT Direct Message Center Customization page 2. User selects Informational opt-out 3. Preference is saved on dataset providers files 4. Dataset provider refers to setting when creating Informational distribution lists Regroup Design Blueprint 13

14 Opt-out of Marketing messages User selects opt-out Regroup, Group member/recipient, UT Direct 1. User logs into UT Direct Message Center Customization page 2. User selects Marketing opt-out 3. Preference is saved on dataset providers files 4. Dataset provider refers to setting when creating Marketing distribution lists Approve message(s) for distribution Sender creates message and hits send Regroup, Admin, Sender 1. Regroup forwards the message awaiting moderation to list admin 2. List admin uses links in the message to approve 3. Regroup distributes to recipient list Admin moderates message via Regroup website: 2. Admin logs into Regroup 3. Admin is offered list of messages for approval 4. Admin reviews and approves message(s) 5. Regroup distributes (s) to recipient list Revision History Identify changes to the System Design Description. Version Date Name Description 1.0 8/31/12 Dory Weiss Initial draft 1.1 9/7/12 Dory Weiss Revisions after internal review Signatures Formal written signoff is preferred for larger, more complex projects. Name Role Signature Date Regroup Design Blueprint 14

15 Regroup Design Blueprint 15

Custom Urgent System Design Blueprint

Custom Urgent System Design Blueprint Prepared by Dory Weiss, ITS Last Edited November 15, 2012 System Design Blueprint Executive Summary The functionality to send Urgent messages in the current Group Email is being replaced with a new streamlined

More information

Mass Messaging. Product Manual and User Guide

Mass Messaging. Product Manual and User Guide Mass Messaging Product Manual and User Guide TABLE OF CONTENTS EXECUTIVE SUMMARY...3 APPLICATION SECURITY...4 SSL SECURITY... 4 AUTHORIZATION BYPASS SECURITY... 4 CROSS SITE SCRIPTING (XSS) SECURITY...

More information

Authentication Methods

Authentication Methods Authentication Methods Overview In addition to the OU Campus-managed authentication system, OU Campus supports LDAP, CAS, and Shibboleth authentication methods. LDAP users can be configured through the

More information

Chapter 10 Encryption Service

Chapter 10 Encryption Service Chapter 10 Encryption Service The Encryption Service feature works in tandem with Dell SonicWALL Email Security as a Software-as-a-Service (SaaS), which provides secure data mail delivery solutions. The

More information

Cloud. Hosted Exchange Administration Manual

Cloud. Hosted Exchange Administration Manual Cloud Hosted Exchange Administration Manual Table of Contents Table of Contents... 1 Table of Figures... 4 1 Preface... 6 2 Telesystem Hosted Exchange Administrative Portal... 7 3 Hosted Exchange Service...

More information

Single Sign On (SSO) Implementation Manual. For Connect 5 & MyConnect Sites

Single Sign On (SSO) Implementation Manual. For Connect 5 & MyConnect Sites Single Sign On (SSO) Implementation Manual For Connect 5 & MyConnect Sites Version 6 Release 5.7 September 2013 1 What is Blackboard Connect Single Sign On?... 3 How it Works... 3 Drawbacks to Using Single

More information

SAML Single-Sign-On (SSO)

SAML Single-Sign-On (SSO) C O L A B O R A T I V E I N N O V A T I O N M A N A G E M E N T Complete Feature Guide SAML Single-Sign-On (SSO) 1. Features This feature allows administrators to setup Single Sign-on (SSO) integration

More information

Outlook Web Access Tipsheets

Outlook Web Access Tipsheets You can use a Web browser to access your Outlook mailbox from any computer with an Internet connection. You can use Outlook Web Access with Microsoft Internet Explorer, Mozilla Firefox and many other browsers.

More information

Using Voltage SecureMail

Using Voltage SecureMail Using Voltage SecureMail Using Voltage SecureMail Desktop Based on the breakthrough Identity-Based Encryption technology, Voltage SecureMail makes sending a secure email as easy as sending it without encryption.

More information

IGI Portal architecture and interaction with a CA- online

IGI Portal architecture and interaction with a CA- online IGI Portal architecture and interaction with a CA- online Abstract In the framework of the Italian Grid Infrastructure, we are designing a web portal for the grid and cloud services provisioning. In following

More information

Configuring User Identification via Active Directory

Configuring User Identification via Active Directory Configuring User Identification via Active Directory Version 1.0 PAN-OS 5.0.1 Johan Loos johan@accessdenied.be User Identification Overview User Identification allows you to create security policies based

More information

Frequently Asked Questions for New Electric Mail Administrators 1 Domain Setup/Administration

Frequently Asked Questions for New Electric Mail Administrators 1 Domain Setup/Administration Frequently Asked Questions for New Electric Mail Administrators 1 Domain Setup/Administration 1.1 How do I access the records of the domain(s) that I administer? To access the domains you administer, you

More information

MAIL CENTRAL. Spam & Virus Protection Service for TREB Email

MAIL CENTRAL. Spam & Virus Protection Service for TREB Email MAIL CENTRAL Spam & Virus Protection Service for TREB Email July16, 2010 1 Mail Central - Spam & Virus Protection Service for TREB Email Table of Contents Introduction/Beneficial Features p.3 Compose Message

More information

EMAIL MARKETING MODULE OVERVIEW ENGINEERED FOR ENGAGEMENT

EMAIL MARKETING MODULE OVERVIEW ENGINEERED FOR ENGAGEMENT PLATFORM PEOPLE STRATEGY EMAIL MARKETING MODULE OVERVIEW ENGINEERED FOR ENGAGEMENT Contents p1 E-Newsletter Overview p2 E-Newsletter Sample p3 Forward Article p4 p5 p6 p7 Print Article Read More Subscription

More information

Listserv Mailing List Owner Quick Start Guide

Listserv Mailing List Owner Quick Start Guide Listserv Mailing List Owner Quick Start Guide 1. Sending Mass Mail to Subscribers Authorised sender can send mass mail to all subscribers in the mailing list by following these steps: a. Compose your email

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

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Prepared by: Table of Contents Module 9: Notification Center on the Home Dashboard This module

More information

Using Mass Email in LeashTime: Tips and Caveats

Using Mass Email in LeashTime: Tips and Caveats Using Mass Email in LeashTime: Tips and Caveats LeashTime offers a mechanism for sending mass emails to your clients or sitters. The mechanism helps you filter the list of clients or sitters to receive

More information

Table of Contents. Table of Contents 3

Table of Contents. Table of Contents 3 User Guide EPiServer 7 Mail Revision A, 2012 Table of Contents 3 Table of Contents Table of Contents 3 Introduction 5 About This Documentation 5 Accessing EPiServer Help System 5 Online Community on EPiServer

More information

Using SAML for Single Sign-On in the SOA Software Platform

Using SAML for Single Sign-On in the SOA Software Platform Using SAML for Single Sign-On in the SOA Software Platform SOA Software Community Manager: Using SAML on the Platform 1 Policy Manager / Community Manager Using SAML for Single Sign-On in the SOA Software

More information

Egnyte Single Sign-On (SSO) Installation for OneLogin

Egnyte Single Sign-On (SSO) Installation for OneLogin Egnyte Single Sign-On (SSO) Installation for OneLogin To set up Egnyte so employees can log in using SSO, follow the steps below to configure OneLogin and Egnyte to work with each other. 1. Set up OneLogin

More information

Webmail Instruction Guide

Webmail Instruction Guide Webmail Instruction Guide This document is setup to guide your through the use of the many features of our Webmail system. You may either visit www.safeaccess.com or webmail.safeaccess.com to login with

More information

Instructions for Using Secure Email. (SMail) via Outlook Web Access. with an RSA Token

Instructions for Using Secure Email. (SMail) via Outlook Web Access. with an RSA Token Instructions for Using Secure Email (SMail) via Outlook Web Access with an RSA Token Version 4 April 2010 Office of the Associate CIO for IT Support Services United States Department of Energy Requirements

More information

Egnyte Single Sign-On (SSO) Installation for Okta

Egnyte Single Sign-On (SSO) Installation for Okta w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Installation for Okta To set up Egnyte so employees can log in using SSO, follow the steps below to configure Okta and Egnyte to work with each other.

More information

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other.

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other. w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Installation for VMware Horizon To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to

More information

Email Distribution List User Guide

Email Distribution List User Guide Email Distribution List User Guide How to request an email distribution list Go to www.ithome.pps.k12.or.us/.docs/pg/10521 or, contact the IT Service Desk 503-916-3375 or email itservicedesk@pps.k12.or.us

More information

Wimba Pronto. Version 3.1. Administrator Guide

Wimba Pronto. Version 3.1. Administrator Guide Wimba Pronto Version 3.1 Administrator Guide Wimba Pronto 3.1 Administrator Guide Overview 1 Accessing the Wimba Pronto Administration Interface 2 Managing Multiple Institutions 3 General Features 4 Configuring

More information

How To Use Saml 2.0 Single Sign On With Qualysguard

How To Use Saml 2.0 Single Sign On With Qualysguard QualysGuard SAML 2.0 Single Sign-On Technical Brief Introduction Qualys provides its customer the option to use SAML 2.0 Single Sign On (SSO) authentication with their QualysGuard subscription. When implemented,

More information

Transferring Your Internet Services

Transferring Your Internet Services Page 1 of 6 Transferring Your Internet Services Below you will find the instructions necessary to move your web hosting, email, and DNS services to NuVox. The Basics Transferring your domain name Preparing

More information

Administrator s and Developer s Guide

Administrator s and Developer s Guide E-Mail Campaign Manager Administrator s and Developer s Guide Rev: 2013-11-22 E-Mail Campaign Manager for Sitecore CMS 6.5 Administrator s and Developer s Guide A Quick Start Guide and Configuration Reference

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

To participate, property owners must sign up and keep their own email information up to date. This is the do-ityourself part of the system.

To participate, property owners must sign up and keep their own email information up to date. This is the do-ityourself part of the system. Using LLPOA-eNews LLPOA-eNews is a do-it-yourself communications system for Lake Lansing property owners to easily communicate with each other. The Lake Lansing Property Owner s Association (LLPOA) sponsors

More information

Authentication Integration

Authentication Integration Authentication Integration VoiceThread provides multiple authentication frameworks allowing your organization to choose the optimal method to implement. This document details the various available authentication

More information

By the end of this section, you will be able to: Create an Email Campaign Link Email Campaign to Interest Category. Populate Initial Campaign Audience

By the end of this section, you will be able to: Create an Email Campaign Link Email Campaign to Interest Category. Populate Initial Campaign Audience Email Campaigns Overview...2 EXERCISE 4.1: View an Email Message...3 Review: Constituent360 Groups...4 Key Concept: Email Campaigns...6 Email Campaigns...8 Email Calendar...9 Creating a New Campaign...

More information

Sending an Encrypted/Unencrypted Message. Let's Begin: Log In and Set Up Security Questions. Create Additional ProMailSource Accounts:

Sending an Encrypted/Unencrypted Message. Let's Begin: Log In and Set Up Security Questions. Create Additional ProMailSource Accounts: Let's Begin: Log In and Set Up Security Questions To start, you can log in from the ProMailSource home page. Sending an Encrypted/Unencrypted Message Every message you send through ProMailSource is automatically

More information

Google Apps and Open Directory. Randy Saeks Twitter: @rsaeks http://www.techrecess.com

Google Apps and Open Directory. Randy Saeks Twitter: @rsaeks http://www.techrecess.com Google Apps and Open Directory Randy Saeks Twitter: @rsaeks http://www.techrecess.com Agenda Quick Google Apps Overview Structure Setup Preparing OD Configuration Q&A&S Resources http://techrecess.com/technical-papers/gapps/

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

IPedge Feature Desc. 5/25/12

IPedge Feature Desc. 5/25/12 OVERVIEW IPedge Enterprise Manager Active Directory Sync (ADSync) is a feature that automatically configures telephone users in the IPedge system based on data entry in the Active Directory service. Active

More information

Flexible Identity Federation

Flexible Identity Federation Flexible Identity Federation Quick start guide version 1.0.1 Publication history Date Description Revision 2015.09.23 initial release 1.0.0 2015.12.11 minor updates 1.0.1 Copyright Orange Business Services

More information

Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG...

Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... Table of Contents INTRODUCTION... 2 HOME PAGE... 3 Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... 11 Raising a Service Request... 12 Edit the Service Request...

More information

What is some basic information about ListServ mailing lists?

What is some basic information about ListServ mailing lists? This FAQ contains: ListServ definition Uses of a listserv How to (un)subscribe to listserv How to post to listserv ListServ training Help contact Help for Subscriber s Corner What is a ListServ? Most people

More information

SECURE MESSAGING PLATFORM

SECURE MESSAGING PLATFORM SECURE MESSAGING PLATFORM WEB ADMIN CONSOLE ADMIN USER GUIDE Introduction... 2 Customer Management... 3 Dashboard... 3 User Account... 5 General & Feature Settings... 7 Secure Message Disclaimers... 9

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Salesforce

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Salesforce SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

2013 VIP RELEASE NOTES

2013 VIP RELEASE NOTES 2013 VIP RELEASE NOTES Release 10 August 2013 VIP Contact Indicators VIP Contact Indicators allow loan officers to categorize their contacts as VIP or Non-VIP. These indicators can later be used to develop

More information

Email Protection for your account

Email Protection for your account User Guide Revision A SaaS Email Protection Email Protection for your account The Email Protection service works in the cloud to protect your email account from spam, viruses, worms, phishing scams, and

More information

On the Email Marketing home page, click the arrow to expand the Admin Tools area. Admin Tools

On the Email Marketing home page, click the arrow to expand the Admin Tools area. Admin Tools Email Marketing How-To Document November 2010 Email Marketing Admin Tools On the Email Marketing home page, click the arrow to expand the Admin Tools area. Admin Tools Global Email Settings Design Templates

More information

Server Management: System Administration

Server Management: System Administration SECTION 4 Server Management: System Administration System Administration 4-2 Change password 4-2 Users and Groups 4-3 Add Users 4-4 Group Membership 4-5 File Sharing 4-6 Mail Aliases 4-7 Internet Management

More information

About Email Archiving for Microsoft Exchange Server

About Email Archiving for Microsoft Exchange Server Setup Guide Revision A McAfee SaaS Email Archiving Service Configuring Microsoft Exchange Server 2013 About Email Archiving for Microsoft Exchange Server The McAfee SaaS Email Archiving service stores

More information

GroupWise Web Access 8.0

GroupWise Web Access 8.0 GroupWise Web Access 8.0 How to check your email via the Internet For More Information, please contact: Administrative Office of the Courts Technology Help Desk (615) 532 9503 or (800) 448-7980 Table of

More information

SaskTel Hosted Exchange Administrator Guide

SaskTel Hosted Exchange Administrator Guide SaskTel Hosted Exchange Administrator Guide Customer Center Administration Portal At least the first of the following tasks (Accept the Terms of Service) needs to be completed before the company portal

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Outlook 2002 (XP) Creating an email account

Outlook 2002 (XP) Creating an email account Outlook 2002 (XP) Creating an email account Preparation Before you start you will need the following information about your email account with your Internet Service Provider(s) (ISP). Info needed Your

More information

Introduction to Directory Services

Introduction to Directory Services Introduction to Directory Services Overview This document explains how AirWatch integrates with your organization's existing directory service such as Active Directory, Lotus Domino and Novell e-directory

More information

Nevepoint Access Manager 1.2 BETA Documentation

Nevepoint Access Manager 1.2 BETA Documentation Nevepoint Access Manager 1.2 BETA Documentation Table of Contents Installation...3 Locating the Installation Wizard URL...3 Step 1: Configure the Administrator...4 Step 2: Connecting to Primary Connector...4

More information

WebCUR ListServ. ListServ Help Manual

WebCUR ListServ. ListServ Help Manual WebCUR ListServ ListServ Help Manual WebCUR-ListServ Help Manual Table of Contents System Overview... 2 Getting Started... 2 Send A List Message... 4 Send A Web Page... 5 Send A List Invitation... 6 Manage

More information

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved Manual Netumo NETUMO HELP MANUAL WWW.NETUMO.COM Copyright Netumo 2014 All Rights Reserved Table of Contents 1 Introduction... 0 2 Creating an Account... 0 2.1 Additional services Login... 1 3 Adding a

More information

How To Manage Your Spam On Graymail On Pc Or Macodeo.Com

How To Manage Your Spam On Graymail On Pc Or Macodeo.Com User Guide Revision E SaaS Email Protection Email Protection for your account The Email Protection service works in the cloud to protect your email account from spam, viruses, worms, phishing scams, and

More information

User Manual. Visit Our Site at http://www.xigla.com

User Manual. Visit Our Site at http://www.xigla.com User Manual Absolute Newsletter.NET V5.0 Mailing List Manager and E-Mail Newsletter Publishing Software Developed by XIGLA SOFTWARE Copyright 2000 2005 All Rights Reserved Visit Our Site at http://www.xigla.com

More information

Sophos Mobile Control Administrator guide. Product version: 3.6

Sophos Mobile Control Administrator guide. Product version: 3.6 Sophos Mobile Control Administrator guide Product version: 3.6 Document date: November 2013 Contents 1 About Sophos Mobile Control...4 2 About the Sophos Mobile Control web console...7 3 Key steps for

More information

INET1005 May 2009 Getting Started with MyUH Email

INET1005 May 2009 Getting Started with MyUH Email INET1005 May 2009 Getting Started with MyUH Email Introduction Introduction... 1 Overview... 1 My E-mail Inbox Channel... 2 MyUH E-mail Center... 3 Address Book... 5 Email Options... 6 Help... 6 Exit...

More information

STAFF MAIL. User Guide. Please see the next page for an important note

STAFF MAIL. User Guide. Please see the next page for an important note STAFF MAIL User Guide Please see the next page for an important note Important note: This user guide was written to support the use of the original Staffmail system. A newly rewritten version is in preparation

More information

IMS Health Secure Outlook Web Access Portal. Quick Setup

IMS Health Secure Outlook Web Access Portal. Quick Setup IMS Health Secure Outlook Web Access Portal Purpose: This service has been developed to allow access to the IMS Health email system for staff that can not access the email system through VPN which is preferred

More information

Reliable & Secure Email. Professional, Dependable, Complete Easy to Learn, Use and Grow

Reliable & Secure Email. Professional, Dependable, Complete Easy to Learn, Use and Grow Reliable & Secure Email Professional, Dependable, Complete Easy to Learn, Use and Grow About this Presentation Summarizes primary purposes of email, plus the needs of email providers and users. Introduces

More information

Booth Gmail Configuration

Booth Gmail Configuration Student email is accessed via a Booth branded Gmail service. Student mailboxes will be accessed via Gmail. Configure Gmail Settings Before you connect Gmail to send and receive Booth Gmail on your mobile

More information

NetWrix File Server Change Reporter. Quick Start Guide

NetWrix File Server Change Reporter. Quick Start Guide NetWrix File Server Change Reporter Quick Start Guide Introduction... 3 Product Features... 3 Licensing... 3 How It Works... 4 Getting Started... 5 System Requirements... 5 Setup... 5 Additional Considerations...

More information

Getting Started with AD/LDAP SSO

Getting Started with AD/LDAP SSO Getting Started with AD/LDAP SSO Active Directory and LDAP single sign- on (SSO) with Syncplicity Business Edition accounts allows companies of any size to leverage their existing corporate directories

More information

MySagePay. User Manual. Page 1 of 48

MySagePay. User Manual. Page 1 of 48 MySagePay User Manual Page 1 of 48 Contents About this guide... 4 Getting started... 5 Online help... 5 Accessing MySagePay... 5 Supported browsers... 5 The Administrator account... 5 Creating user accounts...

More information

Active Directory User Management System (ADUMS)

Active Directory User Management System (ADUMS) Active Directory User Management System (ADUMS) Release 2.9.3 User Guide Revision History Version Author Date Comments (MM/DD/YYYY) i RMA 08/05/2009 Initial Draft Ii RMA 08/20/09 Addl functionality and

More information

Mobile Device Access Simple Application Guide

Mobile Device Access Simple Application Guide Mobile Device Access Simple Application Guide Users can add/manage requests, retrieve passwords, and review password releases/sessions via their mobile device. This manual should be used to help you navigate

More information

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1)

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) LICENTIA Nuntius Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) INDEX About the extension... 6 Compatability... 6 How to install... 6 After Instalattion... 6 Integrate in your

More information

HP Software as a Service. Federated SSO Guide

HP Software as a Service. Federated SSO Guide HP Software as a Service Federated SSO Guide Document Release Date: July 2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying

More information

Admin Guide Domain Administration. Version 21

Admin Guide Domain Administration. Version 21 Admin Guide Domain Administration Version 21 Table of Contents TABLE OF CONTENTS... 2 1. INTRODUCTION... 3 2. WHY XGENPLUS ADMIN PANEL?... 3 3. XGENPLUS DOMAIN ADMINISTRATION FUNCTIONAL DESCRIPTION...

More information

Accessing the Media General SSL VPN

Accessing the Media General SSL VPN Launching Applications and Mapping Drives Remote Desktop Outlook Launching Web Applications Full Access VPN Note: To access the Media General VPN, anti-virus software must be installed and running on your

More information

Setting up SMTP in Talis Decisions

Setting up SMTP in Talis Decisions Decisions Talis Library Management Suite Setting up SMTP in Talis Decisions This document describes how to configure SMTP (Single Mail Transfer Protocol) in Talis Decisions. It is intended for system administrators

More information

Setup Corporate (Microsoft Exchange) Email. This tutorial will walk you through the steps of setting up your corporate email account.

Setup Corporate (Microsoft Exchange) Email. This tutorial will walk you through the steps of setting up your corporate email account. Setup Corporate (Microsoft Exchange) Email This tutorial will walk you through the steps of setting up your corporate email account. Microsoft Exchange Email Support Exchange Server Information You will

More information

How to create an email template

How to create an email template How to create an email template Templates are created the same way as you would for any other content page for an html or text email. By checking the box next to the Name this Content field on the Create

More information

Sophos Mobile Control Administrator guide. Product version: 3

Sophos Mobile Control Administrator guide. Product version: 3 Sophos Mobile Control Administrator guide Product version: 3 Document date: January 2013 Contents 1 About Sophos Mobile Control...4 2 About the Sophos Mobile Control web console...7 3 Key steps for managing

More information

5.2.3 Thank you message 5.3 - Bounce email settings Step 6: Subscribers 6.1. Creating subscriber lists 6.2. Add subscribers 6.2.1 Manual add 6.2.

5.2.3 Thank you message 5.3 - Bounce email settings Step 6: Subscribers 6.1. Creating subscriber lists 6.2. Add subscribers 6.2.1 Manual add 6.2. Step by step guide Step 1: Purchasing an RSMail! membership Step 2: Download RSMail! 2.1. Download the component 2.2. Download RSMail! language files Step 3: Installing RSMail! 3.1: Installing the component

More information

IBM Aspera Add-in for Microsoft Outlook 1.3.2

IBM Aspera Add-in for Microsoft Outlook 1.3.2 IBM Aspera Add-in for Microsoft Outlook 1.3.2 Windows: 7, 8 Revision: 1.3.2.100253 Generated: 02/12/2015 10:58 Contents 2 Contents Introduction... 3 System Requirements... 5 Setting Up... 6 Account Credentials...6

More information

Setting Up Sharp MX-Color Imagers To Scan To Email

Setting Up Sharp MX-Color Imagers To Scan To Email Setting Up Sharp MX-Color Imagers To Scan To Email MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, MX-M850, MX-M950, MX-M1100 Step 1. Click Start > Run

More information

Creating Accounts... 3. Domain Management... 6

Creating Accounts... 3. Domain Management... 6 Domain Reseller User Guide Table of Contents Creating Accounts... 3 User Registration... 3 Domain Reseller Account Application... 4 Domain Management... 6 Register Domains... 6 Renew Domains... 8 List

More information

Pinpointe User s Guide

Pinpointe User s Guide Pinpointe User s Guide Edition 2.1 October 2008 About This User s Guide How to Use This User s Guide This user s guide describes Pinpointe s Graphical User Interface (GUI). It shows you how to use each

More information

LDAP Synchronization Agent Configuration Guide

LDAP Synchronization Agent Configuration Guide LDAP Synchronization Agent Configuration Guide Powerful Authentication Management for Service Providers and Enterprises Authentication Service Delivery Made EASY Copyright 2013 SafeNet, Inc. All rights

More information

PolyU Staff Email Service. Mailing List Management. User Guide

PolyU Staff Email Service. Mailing List Management. User Guide PolyU Staff Email Service Mailing List Management User Guide Version 2.0 Last Update: 28 August 2015 PolyU Email: www.polyu.edu.hk/email ITS HelpCentre Support: www.polyu.edu.hk/hots ITS HelpCentre Support

More information

SpamPanel Email Level Manual Version 1 Last update: March 21, 2014 SpamPanel

SpamPanel Email Level Manual Version 1 Last update: March 21, 2014 SpamPanel SpamPanel Email Level Manual Version 1 Last update: March 21, 2014 SpamPanel Table of Contents Incoming... 1 Incoming Spam Quarantine... 2 Incoming Log Search... 4 Delivery Queue... 7 Report Non-Spam...

More information

Created by Hotline Support Konica Minolta Hotline Support (UK) V1.2

Created by Hotline Support Konica Minolta Hotline Support (UK) V1.2 The Konica Minolta Guide to LDAP This guide details how to set up the: Bizhub 250/350, 420/500, 361/421/501, 600/750 Bizhub C250, C252, C300, C351, C352, C450 Bizhub C203, 253, 451,,550, 650 Created by

More information

User Guide - Table of Contents

User Guide - Table of Contents User Guide - Table of Contents Receiving Faxes Fax-to-Email Web Access to Faxes File Format Options Receiving Faxes on Wireless Devices Receiving Faxes Securely Integration and API Methods Archive Service

More information

TIBCO Slingshot User Guide

TIBCO Slingshot User Guide TIBCO Slingshot User Guide v1.8.1 Copyright 2008-2010 TIBCO Software Inc. ALL RIGHTS RESERVED. Page 1 September 2, 2011 Documentation Information Slingshot Outlook Plug-in Important Information SOME TIBCO

More information

Configuring Claims Based FBA with Active Directory store 1

Configuring Claims Based FBA with Active Directory store 1 Configuring Claims Based FBA with Active Directory store 1 Create a new web application in claims based authentication mode 1. From Central Administration, Select Manage Web Applications and then create

More information

Quick Set Up Guide for Users: Salesforce Authentication & Email Importing

Quick Set Up Guide for Users: Salesforce Authentication & Email Importing Quick Set Up Guide for Users: Salesforce Authentication & Email Importing Once a Match My Email (MME) account has been set up for a company by the Cloud Admin, additional users that have been added under

More information

INTERSPIRE EMAIL MARKETER

INTERSPIRE EMAIL MARKETER INTERSPIRE EMAIL MARKETER Interspire Pty. Ltd. User s Guide Edition 1.3 April 2009 3 About This User s Guide How to Use This User s Guide This user s guide describes Interspire Email Marketer s Graphical

More information

NETWRIX EVENT LOG MANAGER

NETWRIX EVENT LOG MANAGER NETWRIX EVENT LOG MANAGER ADMINISTRATOR S GUIDE Product Version: 4.0 July/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Evaluation of different Open Source Identity management Systems

Evaluation of different Open Source Identity management Systems Evaluation of different Open Source Identity management Systems Ghasan Bhatti, Syed Yasir Imtiaz Linkoping s universitetet, Sweden [ghabh683, syeim642]@student.liu.se 1. Abstract Identity management systems

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

Users Manual oempro version 3.5

Users Manual oempro version 3.5 www.octeth.com Users Manual oempro version 3.5 reliable solutions for your website Page 1 of 114 THIS PRODUCT IS DEDICATED TO Nihan H., my love and wife, who supports and encourages me every time with

More information

Quick Start Guide. Your New Email Account

Quick Start Guide. Your New Email Account Quick Start Guide Your New Email Account http://www.names.co.uk/support/ Table of Contents Adding a new email account... 3 Adding a new email address... 5 Adding a mail group... 6 How to check your emails...

More information

Working with Mail (Hosted Exchange)

Working with Mail (Hosted Exchange) TM Control Panel User Guide Working with Mail (Hosted Exchange) 1 Working with Mail (Hosted Exchange) TM offers Microsoft Exchange hosting as a powerful messaging solution allowing you to create and manage

More information

P309 - Proofpoint Encryption - Decrypting Secure Messages Business systems

P309 - Proofpoint Encryption - Decrypting Secure Messages Business systems Procedure P309 - Proofpoint Encryption - Decrypting Secure Messages Business systems P309 - Page: Page 1 of 12 Date of Release: 23 February 2011 Status: Final Document Reference: Title: P309 Release Number:

More information

SuperOffice AS. CRM Online. Set up your web mail client

SuperOffice AS. CRM Online. Set up your web mail client SuperOffice AS CRM Online Set up your web mail client Index Introduction... 3 Your preparations... 3 Setting up your web mail... 4 Using your Inbox... 7 This document is subject to change. Screenshots

More information