User Name and Password Recovery

Size: px
Start display at page:

Download "User Name and Password Recovery"

Transcription

1 LISTSERV Maestro Admin Tech Doc 21 User Name and Password Recovery October 2, 2014 L-Soft Sweden AB lsoft.com

2 This document is a LISTSERV Maestro Admin Tech Doc. Each admin tech doc documents a certain facet of the LISTERV Maestro administration on a technical level. This document is number 21 of the collection of admin tech docs and explains the topic User Name and Password Recovery. Last updated for LISTSERV Maestro on October 2, The information in this document also applies to later LISTSERV Maestro versions, unless a newer version of the document supersedes it. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. L-Soft Sweden AB does not endorse or approve the use of any of the product names or trademarks appearing in this document. Permission is granted to copy this document, at no charge and in its entirety, provided that the copies are not used for commercial advantage, that the source is cited, and that the present copyright notice is included in all copies so that the recipients of such copies are equally bound to abide by the present conditions. Prior written permission is required for any commercial use of this document, in whole or in part, and for any partial reproduction of the contents of this document exceeding 50 lines of up to 80 characters, or equivalent. The title page, table of contents and index, if any, are not considered part of the document for the purposes of this copyright notice, and can be freely removed if present. Copyright , L-Soft Sweden AB All Rights Reserved Worldwide. LISTSERV is a registered trademark licensed to L-Soft international, Inc. L-SOFT and LMail are trademarks of L-Soft international, Inc. CataList and EASE are service marks of L-Soft international, Inc. All other trademarks, both marked and not marked, are the property of their respective owners. Some portions licensed from IBM are available at This product includes code licensed from RSA Security, Inc. This product includes software developed by the Apache Software Foundation ( All of L-Soft's manuals for LISTSERV are available in ASCII-text format via LISTSERV and in popular word-processing formats via ftp.lsoft.com. They are also available on the World Wide Web at the following URL: URL: L-Soft invites comment on its manuals. Please feel free to send your comments by to: MANUALS@LSOFT.COM

3 Table of Contents 1 Introduction Enabling the Recovery Feature Defining the Templates The usernam .txt Template The passwordconfirmmail.txt Template HTML Templates Subject Line and From-Address Template Examples Example for usernam .txt Example for usernam .html Example for passwordconfirmmail.txt Example for passwordconfirmmail.html... 5 iii

4 1 Introduction LISTSERV Maestro s login page can be augmented with a feature that allows users to recover their user names and passwords, if they have forgotten them. This feature only makes sense if the user accounts, as defined in the HUB, have account addresses configured. So before you enable this recovery feature, make sure that this is the case for the user accounts in your LISTSERV Maestro instance: For each account, click its name on the Accounts and Identities page, then select User Account Edit from the menu. Specify the Account Address in the Contact Addresses section. If enabled, the recovery feature appears on the login page as an additional line of text below the login box: Forgot your user name or password? Depending on their needs, users can then click either the user name or the password link to recover their forgotten information. 2 Enabling the Recovery Feature To enable the recovery feature, add the following entry to the lui.ini: UserInfoNotificationMailFolder=PATH_TO_FOLDER where you replace PATH_TO_FOLDER with the absolute path name of the folder where the templates are stored (see the following section for details). Remember to use forward slashes / in the path (or double backslashes \\ instead of single backslashes). The folder should be located outside of the LISTSERV Maestro installation folder, so that it will not be impacted by future upgrades. In addition to configuring the folder name in the lui.ini, you also need to put the necessary template files for the notification s into this folder. As the absolute minimum, you need the following two files: usernam .txt passwordconfirmmail.txt The recovery feature is enabled if the lui.ini entry described above points to a folder that contains (at least) these two files. LISTSERV Maestro Admin Tech Doc 21 1 User Name and Password Recovery

5 3 Defining the Templates The two files described in the previous section will be used as templates for the respective s. The first file will be used to recover a forgotten user name, the second file will be used to recover a forgotten password. The respective s will be sent in plain text format. In these templates, you can use the following placeholders: 3.1 The usernam .txt Template If the user forgets his user name, he is asked to input his address. The system then checks if there are any accounts that have this address configured as the "Account Address" (in the HUB, only the "Account Address" field counts for this, the "Additional notification addresses" are ignored). If at least one such account is found (can also be several), then the with this template is sent, using the following placeholders: {0} : will be replaced with a comma separated list of all account names that have the specified address as the "Account Address". This placeholder is mandatory, because this information is the whole point of the . {1} : will be replaced with the specified address (i.e. the "Account Address" to which this is sent). This placeholder is optional. 3.2 The passwordconfirmmail.txt Template If the user forgets his password, he is asked to enter his account name (and group, if applicable) and a new password. If the specified account is found, then the with this template is sent to the account's "Account Address", to confirm the password change, using the following placeholders: {0} : will be replaced with the account name. This placeholder is optional. {1} : will be replaced with the account's "Account Address" (i.e. the address to which this is sent). This placeholder is optional. {2} : will be replaced with the confirmation URL on which the user must click to confirm the password change. This placeholder is mandatory, because this confirm URL is the whole point of the HTML Templates If you want HTML s instead of plain text s, then in addition to the two files above, you can also put a file called usernam .html and/or a file called passwordconfirmmail.html into the same folder as the *.txt templates. If present, each of these files must contain a template for the corresponding in HTML format (using the same template placeholders as described above). If the additional HTML template file is present, then the in question will be sent out as a HTML , with the plain text version (from the matching *.txt file) as the alternative text. The HTML can even reference images: Either with absolute URLs (if the images are hosted on a web server somewhere) or with relative URLs. A relative image URL in the HTML code is interpreted as relative to the location of the HTML file. If such a relatively referenced image is found, then the image is loaded together with the HTML file and is included in the as an inline image (as a special inline attachment). LISTSERV Maestro Admin Tech Doc 21 2 User Name and Password Recovery

6 3.4 Subject Line and From-Address The default subject line for the usernam is: LISTSERV Maestro Account Information If you want to override this with your own subject line, then you can do this in the lui.ini, with the following entry: UserInfoNotificationMailSubject=YOUR_SUBJECT_LINE The default subject line for the passwordconfirmmail is: LISTSERV Maestro Account {0} Password Change - Request For Confirmation If you want to override this with your own subject line, then you can do this in the lui.ini, with the following entry: PasswordConfirmNotificationMailSubject=YOUR_SUBJECT_LINE In both subject lines, you can use the same placeholders as in the body (in each subject line the respective placeholders for the matching ). The default From: address for both notification mails is: noreply@hostname_of_lui_instance If you want to override this with your own From: address, then you can do this in the lui.ini, with the following entry (applies to both s): UserNotificationMailFromAddress=YOUR_FROM_ADDRESS LISTSERV Maestro Admin Tech Doc 21 3 User Name and Password Recovery

7 4 Template Examples 4.1 Example for usernam .txt Dear LISTSERV Maestro User! Account Information The following user accounts are registered in LISTSERV Maestro for your address {1}: {0} If someone else supplied the address {1} on our "forgot my username" page without your knowledge, then simply ignore this message. Your account information has not been shown anywhere else other than in this message. LISTSERV Maestro Login: < (Note: This has been generated automatically. Do not reply!) 4.2 Example for usernam .html <html> <body style="margin:20px; font-family:verdana, Arial, Helvetica, sans-serif; background-color:#fff;"> <div style="padding:10px; width:700px; margin:auto; background:#3366cc; color:#fff; font-weight:bold; font-size:12pt; text-align:center;"> Dear LISTSERV Maestro User! <div style="padding:20px; width:700px; margin:auto; color:#000; font-size:9pt;"> <div style="font-weight:bold; font-size:12pt;"> Account Information <div style="padding-top:20px;"> The following user accounts are registered in LISTSERV Maestro for your address <span style="font-weight:bold;">{1}</span>: <div style="padding-top:10px; font-weight:bold;">{0} <div style="padding-top:10px;"> If someone else supplied the address {1} on our "forgot my username" page without your knowledge, then simply ignore this message. Your account information has not been shown anywhere else other than in this message. <div style="padding-top:40px;"> <span style="font-size:8pt;">(note: This has been generated automatically. Do not reply!)</span> <a href=" style="float:right; color:#3366cc;">listserv Maestro Login</a> </body> </html> LISTSERV Maestro Admin Tech Doc 21 4 User Name and Password Recovery

8 4.3 Example for passwordconfirmmail.txt Dear LISTSERV Maestro User! Password Confirmation We have received a request to change the LISTSERV Maestro login password of the account "{0}". If you have submitted this request, please confirm it by clicking on the link below: <{2}> (Or copy & paste this URL into the address field of your browser.) If you have not submitted this request, or do not wish to change your LISTSERV Maestro password, simply do nothing. Your password will not be changed unless you click the link above (Note: This has been generated automatically. Do not reply!) 4.4 Example for passwordconfirmmail.html <html> <body style="margin:20px; font-family:verdana, Arial, Helvetica, sans-serif; background-color:#fff;"> <div style="padding:10px; width:700px; margin:auto; background:#3366cc; color:#fff; font-weight:bold; font-size:12pt; text-align:center;"> Dear LISTSERV Maestro User! <div style="padding:20px; width:700px; margin:auto; color:#000; font-size:9pt;"> <div style="font-weight:bold; font-size:12pt;"> Password Confirmation <div style="padding-top:20px; font-weight:bold;"> We have received a request to change the LISTSERV Maestro login password of the account "{0}". <div style="padding-top:10px;"> If you have submitted this request, please confirm it by clicking on the link below: <div style="padding-top:10px; font-weight:bold; text-align:center;"> <a href="{2}" style="color: #3366CC;">{2}</a> <div style="padding-top:10px;"> If you have not submitted this request, or do not wish to change your LISTSERV Maestro password, simply do nothing. Your password will not be changed unless you click the link above. <div style="padding-top:40px; font-size:8pt;"> (Note: This has been generated automatically. Do not reply!) </body> </html> LISTSERV Maestro Admin Tech Doc 21 5 User Name and Password Recovery

LISTSERV Maestro Admin Tech Doc 14. Remote Log Access. May 26, 2014 L-Soft Sweden AB lsoft.com

LISTSERV Maestro Admin Tech Doc 14. Remote Log Access. May 26, 2014 L-Soft Sweden AB lsoft.com LISTSERV Maestro Admin Tech Doc 14 Remote Log Access May 26, 2014 L-Soft Sweden AB lsoft.com This document is a LISTSERV Maestro Admin Tech Doc. Each admin tech doc documents a certain facet of the LISTERV

More information

Adding Content to the Tomcat Server

Adding Content to the Tomcat Server LISTSERV Maestro Admin Tech Doc 12 Adding Content to the Tomcat Server May 23, 2014 L-Soft Sweden AB lsoft.com This document is a LISTSERV Maestro Admin Tech Doc. Each admin tech doc documents a certain

More information

Single Sign-On with LISTSERV WA

Single Sign-On with LISTSERV WA LISTSERV Maestro Admin Tech Doc 16 Single Sign-On with LISTSERV WA May 26, 2014 L-Soft Sweden AB lsoft.com This document is a LISTSERV Maestro Admin Tech Doc. Each admin tech doc documents a certain facet

More information

Installing Behind a Firewall or Proxy

Installing Behind a Firewall or Proxy LISTSERV Maestro Admin Tech Doc 7 Installing Behind a Firewall or Proxy June 5, 2015 L-Soft Sweden AB lsoft.com This document is a LISTSERV Maestro Admin Tech Doc. Each admin tech doc documents a certain

More information

How To Use The Listerv Maestro With A Different Database On A Different System (Oracle) On A New Computer (Orora)

How To Use The Listerv Maestro With A Different Database On A Different System (Oracle) On A New Computer (Orora) LISTSERV Maestro Admin Tech Doc 3 Database Configuration January 15, 2015 L-Soft Sweden AB lsoft.com This document is a LISTSERV Maestro Admin Tech Doc. Each admin tech doc documents a certain facet of

More information

Do-It-Yourself Templates

Do-It-Yourself Templates Whitepaper Do-It-Yourself Templates Using Your Own Content to Create Message Templates August 4, 2010 Copyright 2010 L-Soft international, Inc. Information in this document is subject to change without

More information

Importing Data from Microsoft Access into LISTSERV Maestro

Importing Data from Microsoft Access into LISTSERV Maestro Whitepaper Importing Data from Microsoft Access into LISTSERV Maestro August 24, 2010 Copyright 2010 L-Soft international, Inc. Information in this document is subject to change without notice. Companies,

More information

How To Write An Html Message Without Writing It Yourself

How To Write An Html Message Without Writing It Yourself Whitepaper No HTML Coding Experience Necessary! Creating Professional Looking HTML Messages without Coding August 4, 2010 Copyright 2010 L-Soft international, Inc. Information in this document is subject

More information

LISTSERV Maestro 6.0 Installation Manual for Solaris. June 8, 2015 L-Soft Sweden AB lsoft.com

LISTSERV Maestro 6.0 Installation Manual for Solaris. June 8, 2015 L-Soft Sweden AB lsoft.com LISTSERV Maestro 6.0 Installation Manual for Solaris June 8, 2015 L-Soft Sweden AB lsoft.com This document describes the installation of the Version 6.0 Build 11 release of LISTSERV Maestro for Solaris

More information

Going Above and Beyond

Going Above and Beyond Whitepaper Going Above and Beyond Using Advanced Techniques to Create Customized HTML Templates August 3, 2010 Copyright 2010 L-Soft international, Inc. Information in this document is subject to change

More information

LISTSERV Maestro 7.0 Installation Manual for Microsoft Windows. May 11, 2016 L-Soft Sweden AB lsoft.com

LISTSERV Maestro 7.0 Installation Manual for Microsoft Windows. May 11, 2016 L-Soft Sweden AB lsoft.com LISTSERV Maestro 7.0 Installation Manual for Microsoft Windows May 11, 2016 L-Soft Sweden AB lsoft.com This document describes the installation of the Version 7.0 Build 1 release of LISTSERV Maestro for

More information

Securing Access with HTTPS

Securing Access with HTTPS LISTSERV Maestro Admin Tech Doc 9 Securing Access with HTTPS November 19, 2014 L-Soft Sweden AB lsoft.com This document is a LISTSERV Maestro Admin Tech Doc. Each admin tech doc documents a certain facet

More information

Sending MIME Messages in LISTSERV DISTRIBUTE Jobs

Sending MIME Messages in LISTSERV DISTRIBUTE Jobs Whitepaper Sending MIME Messages in LISTSERV DISTRIBUTE Jobs August 25, 2010 Copyright 2010 L-Soft international, Inc. Information in this document is subject to change without notice. Companies, names,

More information

Configuring the LISTSERV Web Interface for IIS 7.X

Configuring the LISTSERV Web Interface for IIS 7.X Whitepaper Configuring the LISTSERV Web Interface for IIS 7.X May 10, 2011 Copyright 2011 L-Soft international, Inc. Information in this document is subject to change without notice. Companies, names,

More information

Secure Email A Guide for Users

Secure Email A Guide for Users Secure Email A Guide for Users October 14, 2013 10/13 TABLE OF CONTENTS USING THE SYSTEM FOR THE FIRST TIME... 3 EMAIL NOTIFICATION OF SECURE INFORMATION... 3 GETTING REGISTERED ON THE SYSTEM... 4 ACCOUNT

More information

Connecting LISTSERV to an Existing Database Management System (DBMS)

Connecting LISTSERV to an Existing Database Management System (DBMS) Whitepaper Connecting LISTSERV to an Existing Database Management System (DBMS) September 14, 2010 Copyright 2010 L-Soft international, Inc. Information in this document is subject to change without notice.

More information

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1.

Click-To-Talk. ZyXEL IP PBX License IP PBX LOGIN DETAILS. Edition 1, 07/2009. LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1. Click-To-Talk ZyXEL IP PBX License Edition 1, 07/2009 IP PBX LOGIN DETAILS LAN IP: https://192.168.1.12 WAN IP: https://172.16.1.1 Username: admin Password: 1234 www.zyxel.com Copyright 2009 ZyXEL Communications

More information

All of the IntelliGanttt functions are accessed directly in Microsoft Project from the IntelliGanttt menu on the menu bar.

All of the IntelliGanttt functions are accessed directly in Microsoft Project from the IntelliGanttt menu on the menu bar. Introduction TeamDirection IntelliGanttt Add In for Microsoft Project allows you and the rest of your project team to collaborate on your projects together, working within the familiar Microsoft Project

More information

ADP Secure Email Client User Guide

ADP Secure Email Client User Guide ADP Secure Email Client User Guide A Guide to Exchanging Secure Emails Using the Voltage SecureMail System Version 1.6 August 2014 ADP Secure Email Client User Guide August 2014 Copyright Information ADP

More information

Secure Email Actions for Email Recipients

Secure Email Actions for Email Recipients Secure Email Actions for Email Recipients Actions for Email Recipients The recipient cannot forward encrypted email outside the secure system. Each email will only be available to the recipient for 30

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

Instructions For Opening UHA Encrypted Email

Instructions For Opening UHA Encrypted Email Receiving Encrypted Email You have received a secure, encrypted message from UHA. The message will contain the following notice and an attachment named SecureMessageAtt.hml. The attachment is shown circled

More information

SONA SYSTEMS RESEARCHER DOCUMENTATION

SONA SYSTEMS RESEARCHER DOCUMENTATION SONA SYSTEMS RESEARCHER DOCUMENTATION Introduction Sona Systems is used for the scheduling and management of research participants and the studies they participate in. Participants, researchers, principal

More information

Nationstar Mortgage Secure Email Client User Guide

Nationstar Mortgage Secure Email Client User Guide Nationstar Mortgage Secure Email Client User Guide A Guide to Exchanging Secure Emails Using the Nationstar Mortgage Secure Email Message Center Version 1.0 July 2010 1 Nationstar Public Copyright Information

More information

Training Manual. Version 6

Training Manual. Version 6 Training Manual TABLE OF CONTENTS A. E-MAIL... 4 A.1 INBOX... 8 A.1.1 Create New Message... 8 A.1.1.1 Add Attachments to an E-mail Message... 11 A.1.1.2 Insert Picture into an E-mail Message... 12 A.1.1.3

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

Secure E-Mail Management Guide. June 2008

Secure E-Mail Management Guide. June 2008 Secure E-Mail Management Guide June 2008 What are Paychex Secure Messages? To enhance the security of client and vendor data, Paychex created the Paychex Secure E-mail Message Center, a Web site hosted

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

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

University of Rochester LISTSERV. List Owner s Guide: Instructions for Self Service

University of Rochester LISTSERV. List Owner s Guide: Instructions for Self Service University of Rochester LISTSERV List Owner s Guide: Instructions for Self Service University of Rochester LISTSERV Access via: https://lists.rochester.edu Revised June 2014 TABLE OF CONTENTS About this

More information

PowerSchool Parent Portal User Guide. PowerSchool 7.x Student Information System

PowerSchool Parent Portal User Guide. PowerSchool 7.x Student Information System PowerSchool 7.x Student Information System Released December 2011 Document Owner: Documentation Services This edition applies to Release 7.1 of the [product name] software and to all subsequent releases

More information

Overview of Registered Envelopes. Registered Envelope Notification Message

Overview of Registered Envelopes. Registered Envelope Notification Message Overview of Registered Envelopes A Registered Envelope is a type of encrypted email message. Some Registered Envelopes are password-protected, while others are encrypted but do not require a password.

More information

A List Owner s Quick Reference Guide to BGSU s LISTSERV

A List Owner s Quick Reference Guide to BGSU s LISTSERV Information Technology Services A List Owner s Quick Reference Guide to BGSU s LISTSERV How do I request a new LISTSERV Electronic Mailing List? If you are interested in establishing an electronic mailing

More information

Procedure to Upgrade VIP-350PT/550PT by Web Browser

Procedure to Upgrade VIP-350PT/550PT by Web Browser Procedure to Upgrade VIP-350PT/550PT by Web Browser This procedure is upgrading VIP-350PT/550PT by web browser. The following steps are requirements to upgrade your VIP-350PT/550PT. 1. IP Configuration

More information

FuseMail- Exchange ControlPanel Admin Guide Feb.27-14 V1.0. Exchange ControlPanel Administration Guide

FuseMail- Exchange ControlPanel Admin Guide Feb.27-14 V1.0. Exchange ControlPanel Administration Guide Exchange ControlPanel Administration Guide Table of Contents Top Level Portal Administration... 4 Signing In to Control Panel... 4 Restoring Account Password... 5 Change Account Details... 7 Viewing Account

More information

Polar Help Desk 4.1. User s Guide

Polar Help Desk 4.1. User s Guide Polar Help Desk 4.1 User s Guide Copyright (legal information) Copyright Polar 1995-2005. All rights reserved. The information contained in this document is proprietary to Polar and may not be used or

More information

Panda Cloud Email Protection. Quick guide Service registration procedure

Panda Cloud Email Protection. Quick guide Service registration procedure Panda Cloud Email Protection Quick guide Service registration procedure November 2009 Content Welcome to Panda Cloud Email Protection... 3 1.- Factors to consider... 3 2.- Domain registration... 4 3.-

More information

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd

emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd emobile Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as a

More information

MUTUAL OF OMAHA SECURE EMAIL SYSTEM CLIENT/PARTNER USER GUIDE

MUTUAL OF OMAHA SECURE EMAIL SYSTEM CLIENT/PARTNER USER GUIDE MUTUAL OF OMAHA SECURE EMAIL SYSTEM CLIENT/PARTNER USER GUIDE Mutual of Omaha Secure Email Client/Partner User Guide April 2015 TABLE OF CONTENTS INTRODUCTION 3 About this Guide 3 CREATING A MUTUAL OF

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

SYSPRO App Store: Registration Guide

SYSPRO App Store: Registration Guide SYSPRO App Store: Registration Guide SYSPRO App Store Registration Guide 2 Table of Contents What is the SYSPRO App Store?... 3 The SYSPRO App Store URL... 3 Who can use it?... 3 Register as a customer...

More information

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents

8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.7 Contents Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft

More information

SMS for Outlook. Installation, Configuration and Usage Guide

SMS for Outlook. Installation, Configuration and Usage Guide SMS for Outlook Installation, Configuration and Usage Guide INTRODUCTION Installing TxTStream s SMS for Outlook is easy and will only take a minute or two. We will be using screen shots from a Windows

More information

User Guide Trust Safety Accounting Upload PC Law and SFTP Software Release: Final Date

User Guide Trust Safety Accounting Upload PC Law and SFTP Software Release: Final Date User Guide Trust Safety Accounting Upload PC Law and SFTP Software Release: Final Date: July 22, 2015 TABLE OF CONTENTS Page TRUST SAFETY ACCOUNTING UPLOAD USER GUIDE... 2 BACKGROUND... 2 HOW TO USE THE

More information

Help Administration (top right) > User Management > Add User Delete

Help Administration (top right) > User Management > Add User Delete GoEnbox is a web-based encrypted email service for Settlement Service providers and Small Businesses. You can use GoEnbox to communicate securely with users outside your organization. Contents Topics for

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

Distributor Control Center Private Label/Channel Administrators

Distributor Control Center Private Label/Channel Administrators March 13, 2014 Distributor Control Center Private Label/Channel Administrators Version 2.6.3 Everyone.net Table of Contents Distributor Control Center... 1 1 The Distributor Control Center... 4 1.1 Introduction...

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

Web Hosting Getting Started Guide

Web Hosting Getting Started Guide Web Hosting Getting Started Guide This guide describes: - Hosting Terms and Definitions - How to sync a domain with your hosting account - How to change your domain s nameservers - How to use FTP to upload

More information

Version 2.1.x. Barracuda Message Archiver. Outlook Add-In User's Guide

Version 2.1.x. Barracuda Message Archiver. Outlook Add-In User's Guide Version 2.1.x Barracuda Message Archiver Outlook Add-In User's Guide Barracuda Networks Inc. 3175 S. Winchester Blvd Campbell, CA 95008 http://www.barracuda.com Copyright Copyright 2005-2009, Barracuda

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

wce Outlook Contact Manager Documentation

wce Outlook Contact Manager Documentation wce Outlook Contact Manager Documentation Current version: 5.3.0 as of 12/1/2007 Website: http://www.crmbusinessapps.com Client download: http://www.crmbusinessapps.com/downloads/wce/wceoutlookcm.msi Server

More information

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax:

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax: FaxFinder FFx30 T.37 Store & Forward Fax (T.37) Introduction The FaxFinder implements T.37 Store and Forward Fax (RFC2304) to convert emails into facsimile transmissions. The FaxFinder fax server accepts

More information

ADP Secure Email Client User Guide

ADP Secure Email Client User Guide ADP Secure Email Client User Guide A Guide to Exchanging Secure Emails Using the Voltage SecureMail System Version 1.0 July 2008 2008 ADP, Inc. Copyright Information ADP provides this publication as is

More information

PCRecruiter Internal Email Client

PCRecruiter Internal Email Client PCRecruiter Internal Email Client The standard email buttons on contact record screens and lists allow PCRecruiter users to send email out to any contact in the database. However, if you are using PCRecruiter

More information

Create Email Signature for the Scott County Family Y

Create Email Signature for the Scott County Family Y Create Email Signature for the Scott County Family Y This document details the procedure for creating the Y logo ed email signature for each of the email clients used at the Scott County Family Y Use the

More information

Secure Mail Registration and Viewing Procedures

Secure Mail Registration and Viewing Procedures Secure Mail Registration and Viewing Procedures May 2011 For External Secure Mail Recipients Contents This document provides a brief, end user oriented overview of the Associated Banc Corp s Secure Email

More information

Integrations. Help Documentation

Integrations. Help Documentation Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Integrations WHMCS SmarterTrack Provisioning Module Package

More information

HOW TO USE THE ACCESS CODE. Adding Members to Your Group Using the Access Code

HOW TO USE THE ACCESS CODE. Adding Members to Your Group Using the Access Code HOW TO USE THE ACCESS CODE Adding Members to Your Group Using the Access Code New group members (your personnel) may be added to your group by any of these options: - Manually, using either the Add Members

More information

CHARTER BUSINESS CUSTOM HOSTING MIGRATION INSTRUCTIONS

CHARTER BUSINESS CUSTOM HOSTING MIGRATION INSTRUCTIONS 1. Go to https://cp.charter-business.net 2. Enter the username that was provided to you in the letter and/or email you received from Charter Business. 3. Enter your password by entering the letters Ch

More information

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd Vodafone Bulk Text User Guide Copyright Notice Copyright Phonovation Ltd Important Notice: The Information contained in this document is subject to change without notice and should not be construed as

More information

OWA User Guide. Table of Contents

OWA User Guide. Table of Contents OWA User Guide Table of Contents 1. Basic Functionality of Outlook Web Access... 2 How to Login to Outlook Web Access (OWA)... 2 Change Password... 3 Mail... 3 Composing Mail... 5 Attachments - Web Ready

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

DocuShare Email Agent User Guide

DocuShare Email Agent User Guide DocuShare Email Agent User Guide Publication date: February 2011 This document supports DocuShare Release 6.6.1 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue Palo Alto, California

More information

EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports

EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports EventTracker: Configuring DLA Extension for AWStats Report AWStats Reports Publication Date: Oct 18, 2011 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com About This Guide Abstract

More information

smarshencrypt User s Guide

smarshencrypt User s Guide Versions Addressed: smarshencrypt 2.0 Document Updated: 7/30/2010 Copyright 2010 Smarsh, Inc. All rights Purpose: This document will guide the end user in receiving and viewing smarshencrypt secure messages.

More information

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd.

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd. User Manual Version 1.0.0.0 Yeastar Technology Co., Ltd. Table of Contents 1 Introduction 3 2 Installing MySMS Software 4 3 Managing MySMS 9 3.1 Accessing MySMS 9 3.2 Multi-User Accounts 10 3.3 Managing

More information

CUSTOMER PORTAL USER GUIDE FEBRUARY 2007

CUSTOMER PORTAL USER GUIDE FEBRUARY 2007 CUSTOMER PORTAL USER GUIDE FEBRUARY 2007 CONTENTS INTRODUCTION 1. Access to the system 2. Case Management 2.1 Create a case 2.2 Review & Access existing cases 2.3 Update a Case 2.4 Resolve and Close a

More information

Simple, Secure User Guide for OpenDrive Drive Application v1.2.0.4 for OS-X Platform 20150501 May 2015

Simple, Secure User Guide for OpenDrive Drive Application v1.2.0.4 for OS-X Platform 20150501 May 2015 Simple, Secure User Guide for OpenDrive Drive Application v1.2.0.4 for OS-X Platform 20150501 May 2015 Table of Contents Logging into the Drive Application 4 Log In Sign Up Access the Drive Application

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com

More information

ADMINISTRATOR GUIDE VERSION

ADMINISTRATOR GUIDE VERSION ADMINISTRATOR GUIDE VERSION 4.0 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose

More information

Email List Service Customizing a List. Introduction. Adding an Owner or Moderator. Process Summary Introduction. Adding an Owner or Moderator

Email List Service Customizing a List. Introduction. Adding an Owner or Moderator. Process Summary Introduction. Adding an Owner or Moderator Email List Service Customizing a List Introduction As an administrator of an email list in the TU email list service, you have the ability to define additional list owners and moderators (or remove them).

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

Email Marketing Software

Email Marketing Software Email Marketing Software I Email Marketing Software Table of Contents Foreword 0 Part I Mailer Utilities 1 1 Main Page... 1 2 Troubleshooting... 1 3 Translate... 6 Part II Manage News. List 6 1 Getting

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

DOMAIN CENTRAL HOSTING EMAIL

DOMAIN CENTRAL HOSTING EMAIL Welcome to our hosting services, we have created the following documents to help you get up and running as quickly as possible. If at any stage you encounter difficulties, you are welcome to send a help

More information

Qlik Sense Cloud. Qlik Sense 2.0.4 Copyright 1993-2015 QlikTech International AB. All rights reserved.

Qlik Sense Cloud. Qlik Sense 2.0.4 Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik Sense Cloud Qlik Sense 2.0.4 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense, QlikView,

More information

CISCO SECURE MAIL. External User Guide. 1/15/15 Samson V.

CISCO SECURE MAIL. External User Guide. 1/15/15 Samson V. 1/15/15 Samson V. 1. These instructions are for users who reside outside the University of Colorado Denver that receive encrypted emails from faculty or staff of UC Denver. As a part of our HIPAA compliance

More information

Using the GroupWise Client

Using the GroupWise Client Spring 2006 (Our appreciation to Jennifer Sherouse for her assistance in editing and improving this document) Page 1 of 15 What is the GroupWise Client The GroupWise client is a program that installs on

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

8.6. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.6. Contents

8.6. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.6. Contents NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.6 Contents 1.0 - Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft

More information

Technical Support Set-up Procedure

Technical Support Set-up Procedure Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it

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

Secure Messaging Quick Reference Guide

Secure Messaging Quick Reference Guide Secure Messaging Quick Reference Guide Overview The SHARE Secure Messaging feature allows a SHARE registered user to securely send health information to another SHARE registered user. The Secure Messaging

More information

Barracuda Spam Firewall Users Guide. Greeting Message Obtaining a new password Summary report Quarantine Inbox Preferences

Barracuda Spam Firewall Users Guide. Greeting Message Obtaining a new password Summary report Quarantine Inbox Preferences Barracuda Spam Firewall Users Guide Greeting Message Obtaining a new password Summary report Quarantine Inbox Preferences Greeting Message The first time the Barracuda Spam Firewall quarantines an email

More information

Email. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2013 SmarterTools Inc.

Email. Help Documentation. This document was auto-created from web content and is subject to change at any time. Copyright (c) 2013 SmarterTools Inc. Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2013 SmarterTools Inc. Email Email Overview SmarterMail users can send and receive

More information

Ciphermail Gateway PDF Encryption Setup Guide

Ciphermail Gateway PDF Encryption Setup Guide CIPHERMAIL EMAIL ENCRYPTION Ciphermail Gateway PDF Encryption Setup Guide March 6, 2014, Rev: 5454 Copyright c 2008-2014, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 4 2 Portal 4 3 PDF encryption

More information

NetWrix SQL Server Change Reporter. Quick Start Guide

NetWrix SQL Server Change Reporter. Quick Start Guide NetWrix SQL Server Change Reporter Quick Start Guide NetWrix SQL Server Change Reporter Quick Start Guide Contents Introduction...3 Product Features...3 Licensing...4 How It Works...5 Getting Started...6

More information

account multiple solutions

account multiple solutions Quick Start Guide 1 Our easy to use guide will get you up and running in no time! The guide will assist you with: Generating your Sage Pay login Navigation Creating contacts Creating system users Setting

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

Honeywell Secure Email External User Guide August 2013

Honeywell Secure Email External User Guide August 2013 Honeywell Secure Email External User Guide August 2013 PAGE: 1 of 14 Chapter No Table of Content Page No 1 Introduction 3 2 Using the Honeywell Secure Email Interface 3 3 Sending an Encrypted Email to

More information

Guidance for completing an online application* for admissions to Primary and Secondary Schools in Cardiff Council

Guidance for completing an online application* for admissions to Primary and Secondary Schools in Cardiff Council Guidance for completing an online application* for admissions to Primary and Secondary Schools in Cardiff Council *This guidance relates to making an online application in English. You are strongly advised

More information

EventTracker: Configuring DLA Extension for AWStats report AWStats Reports

EventTracker: Configuring DLA Extension for AWStats report AWStats Reports EventTracker: Configuring DLA Extension for AWStats report AWStats Reports Prism Microsystems Corporate Headquarter Date: October 18, 2011 8815 Centre Park Drive Columbia MD 21045 (+1) 410.953.6776 (+1)

More information

AT&T ONLINE FAX USER GUIDE

AT&T ONLINE FAX USER GUIDE AT&T ONLINE FAX USER GUIDE Welcome to AT&T Website Solutions SM We are focused on providing you the very best service including all the tools necessary to establish and maintain your Online Fax service.

More information

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without

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

Apple Mail Setup Guide (POP3)

Apple Mail Setup Guide (POP3) Versions Addressed: Mac OS X 10.4 (Tiger), 10.5 (Leopard), 10.6 (Snow Leopard) Document Updated: 9/23/2010 Copyright 2010 Smarsh, Inc. All rights Purpose: This document will assist the end user in configuring

More information

CCS COMPUTING AND COMMUNICATIONS SERVICES. Using XMediusFAX

CCS COMPUTING AND COMMUNICATIONS SERVICES. Using XMediusFAX Using XMediusFAX XMediusFAX is a network fax server solution which enables users to send, receive and manage faxes using their own PC, instead of a fax machine or a fax modem. XMediusFAX can be accessed

More information

How To Use The Mail Control Console On A Pc Or Macbook 2.5.3 (For A Macbook)

How To Use The Mail Control Console On A Pc Or Macbook 2.5.3 (For A Macbook) MX Control Console & Spam Quarantine Report User Guide Product Version: 2.5 Release Date: Document Version: ed_eug_2.5.3_gr Copyright 2004 MX Logic, Inc. RESTRICTION ON USE, PUBLICATION, OR DISCLOSURE

More information

BlackBerry Internet Service. Version: 4.5.1. User Guide

BlackBerry Internet Service. Version: 4.5.1. User Guide BlackBerry Internet Service Version: 4.5.1 User Guide Published: 2014-05-22 SWD-20140522173857703 Contents 1 Getting started...7 About the messaging service plans for the BlackBerry Internet Service...7

More information