Kerio MailServer - Technical Overview

Size: px
Start display at page:

Download "Kerio MailServer - Technical Overview"

Transcription

1 Kerio MailServer - Technical Overview The intention of this document is to provide a brief, straight forward, functional description of how Kerio MailServer interacts with the local Operating System, and to provide a technical summary of its primary features. Table of Contents: Installation Recommended Hardware requirements Operating systems supported Configuration Wizard Local operating system environment Extras Active Directory Extension Administration Administrative Interface Configuration management Service Management File System management storage management Logs management Domain management User management Queue management Backup and recovery Security Relay control and mail abuse prevention Encryption and secure authentication Anti-virus Anti-spam Blacklists SpamAssassin Custom rules Installation Recommended Hardware requirements Assuming a typical KMS deployment as follows: 100 users (mailboxes) providing mixed usage of IMAP, POP3 and Webmail. Each user requires between 20 to 500 MB of storage. A combined average throughput of 1000~5000 messages per day. It is recommended that the system include the following minimum requirements: 1 GHZ processor with 512 MB of Memory and a 120 GB hard drive. 1 of 6

2 Operating systems supported KMS standard (~10 MB) and KMS with McAfee antivirus (~14MB) are the two available versions for the following supported operating systems: Macintosh: Mac OS X 10.2 Mac OS X 10.2 Server Mac OS X 10.3 Mac OS X 10.3 Server Windows: Windows NT Windows NT Server Windows 2000 Windows 2000 Server Windows XP Windows XP 2003 Linux: Linux RedHat 7 Linux RedHat 8 Linux RedHat 9 Linux RedHat Enterprise v. 2 and 3 Configuration Wizard All versions of KMS come with a wizard for setting up basic features such as the administrative account, the primary domain, and the location of the store directory. Local operating system environment All services within KMS are self contained, meaning it has no dependencies on other services which may be pre-installed with the operating system. Most server platforms ship with services such as SMTP (mail sender) or HTTP/HTTPS (WWW server). These services will conflict with KMS services, and should be disabled before installing KMS. In order to send mail, KMS uses DNS to resolve names (This is the default setting in KMS). Therefore, the computer must be able to resolve names. In other words, if it is possible to access from the local browser, KMS should be able to properly resolve names. In case an anti-virus program is installed locally, it is necessary to exclude the Kerio store directory from real time protection. Otherwise, the antivirus software may remove files which are indexed by KMS. Extras Active Directory Extension 2 of 6

3 The Active Directory Extension is a schema extension installed on the domain controller that allows KMS user properties (e.g. quotas and aliases) to be managed directly using the Microsoft Management Console. This component is only necessary if KMS uses LDAP to synchronize user accounts with Active Directory. Administration Administrative Interface The Administrative interface for Kerio MailServer is a separate application, which can be installed on any supported operating system, and can be used to manage KMS remotely. Any KMS user may be given administrative access. All communication between the engine and the administration console is encrypted. The administrative port is TCP and UDP port All settings and log data can be managed or viewed using the administrative console. Note that a minimum resolution of 1024 x 768 is required, otherwise some settings will not be visible. Configuration management Virtually any setting can be configured locally, or remotely using the administration console. Changes made through the administration console are updated directly into two configuration files: users.cfg, and mailserver.cfg, located in the /kerio/mailserver directory. Both files store data in an organized XML format and can be edited using a text editor if necessary. Changes made outside of the administration console, directly to the configuration files, require a restart of the mailserver engine. Service Management On all supported operating systems KMS installs as a system service, meaning it will start each time the operating system is loaded. All services within KMS (SMTP, POP3, Secure POP3, IMAP, Secure IMAP, Webmail, Secure Webmail, LDAP, Secure LDAP) are enabled by default. Each OS includes command line syntax for stopping and starting KMS. These examples are for stopping the service on the different operating systems.: Mac OS X: SystemStarter stop KerioMailServer Linux: /etc/init.d/keriomailserver stop Windows: net stop keriomailserver KMS can be started using 'start' in place of 'stop' in any of the above syntaxes. The Windows and Mac versions of KMS include an engine monitor utility, which is a graphical interface for stopping or starting the KMS service. File System management As a mailserver, it is necessary to allocate a large amount of disc space for and logs storage. KMS manages logs and mail in a designated 'store' directory. It is possible to specify a separate 3 of 6

4 partition as the location of the 'store' directory. storage management Messages are stored in an organized structure using the format /store/mail/domain/user/folder_name/#msgs. Each message is stored as a *.eml file that can be viewed using an client or any text editor. Messages are referenced by an index file called index.fld. If you intend to add/remove messages directly from the file system, it is necessary to rename the index.fld file to index.bad. Once the user attempts to access their mailbox, KMS will automatically reindex the folder. Logs management KMS includes 5 types of logs (debug, error, mail, security, warning), which can all be viewed in real time in the administration console. These log files are located in /store/logs. Each log file is accompanied by a *.idx file, which is used by the administration console to improve access speed to log data contained within the file. Using the administration console, these files can be configured to rotate at time intervals, or after the log file reaches a specified size. A maximum number of log files can be defined to prevent excessive log data from accumulating. Domain management KMS supports multiple domains. Each domain contains its own set of users, groups, addresses, and mailing lists. Only one domain can be designated as the primary domain. Users configured within the primary domain need only to authenticate with their user name. Users in other domains must authenticate using name@domain. In most cases it will be their address. This is how KMS is able to distinguish between user accounts configured in different domains, who share the same login name. User management Users can be managed within the KMS internal user database, or accessed via LDAP from a remote source. The administration console allows users to be accessed via LDAP from Apple OpenDirectory or Windows Active Directory or they can be imported from a Windows NT domain controller. LDAP allows KMS to automatically detect new users added to the remote user database. Access parameters (kerberos realm, domain name, administrative user account) are defined in the properties of each mail domain configured in KMS. Queue management When any message is received by KMS, it will immediately try to process the message. The status of any message actively being sent can be viewed in the Status/Delivery tasks dialog of the administration console. If KMS fails to successfully send a message, it will be reinserted into the queue with a status, (for example: Cannot connect to remote host). A delivery status notification will be sent to the sender and the message will be scheduled for redelivery. The sender address, recipient address, message size, status, creation date, next delivery attempt date, and message id for each message in the queue can be viewed within the administration console under 4 of 6

5 Status/Mail Queue. This dialog can be used to delete queued messages, or try to send them immediately, as opposed to waiting until the next retry interval. Additional queue options include: the maximum number of concurrent deliveries, the retry interval, the status notification interval, and the maximum amount of time a message may remain in the queue. Backup and recovery The backup facility is intended only for retrieval and archiving of messages. It is not intended as a complete mail server restoration in the event of hardware or other failure. A local or remote account is defined to store the messages specified for backup. This includes messages sent and or received by internal users and or external sources. The messages are stored in separate folders labeled by the period of time in which the messages were sent or received. Backed up messages can be accessed through the webmail or any client using IMAP. Note that these folders must be subscribed to using the webmail or an IMAP client before they are visible. Security Secure messaging is a focal point of Kerio MailServer. Mail server security can be broken down roughly into two categories: relay control for prevention of unauthorized dissemination and protection of user privacy through secure authentication and encrypted communication. Relay control and mail abuse prevention The default settings of KMS will allow relay of messages to remote addresses for users configured to authenticate through SMTP. Additionally, relay can be allowed for a custom defined IP address group, or for POP3 clients capable of authenticating immediately before attempting to send a message. There are a number of additional security options to prevent abuse from authenticated users, or messages destined to local recipients. These optional restrictions include: Max number of messages per hour from a single host, Max number of concurrent SMTP connections, Max number of recipients, Max number of unknown recipients, Max number of failed commands. As well, messages can be blocked if they exceed a certain file size, or the sender's address does not resolve when using DNS. Encryption and secure authentication When sending outbound , KMS will always attempt to encrypt the communication over SSL. All other services (POP3, IMAP, LDAP) are also available over SSL. KMS ships with a default certificate that is secure, however it is not personalized, and most applications will either reject the certificate, or throw a warning. There is an intuitive SSL certificates dialog within the administration console which allows the admin to generate a personalized certificate, or a certificate request, which is sent to an authority and returned with a signature that is trusted by Internet browsers. This signed certificate can be imported back into KMS using the same SSL certificates dialog. In addition to encrypted communication, KMS supports several secure authentication methods, including Cram-MD5, Digest-MD5, Kerberos and NTLM. Anti-virus 5 of 6

6 KMS with McAfee Anti-Virus is a single software package that integrates a virus scan engine into the mail server. Anti-virus scanning is automatically enabled. Updates to the virus definitions database are managed within the KMS administration console, and can be scheduled as often as once every hour. Additional options include actions to be taken if a virus is detected, or a file could not be scanned. Plug-in support is available for other vendors such as Grisoft, Computer Associates, Symantec and Eset. If anti-virus scanning is not preferred, KMS can be configured to block file attachments containing any type of MIME or extension format. Anti-spam Blacklists KMS can query online databases including MAPS or ORDB. Additional online databases can be custom defined based on the URL. A custom IP blacklist can also be defined. Any IP address found in the custom IP database or the online databases will be denied and/or logged if these options are enabled. SpamAssassin This component is based on an open source project that is comprised of a heuristic engine that evaluates the content of each message to calculate a cumulative score. If this score exceeds a threshold (set in KMS administration) then it can be discarded by KMS, or forwarded with **spam** prepended to the subject of the message. SpamAssassin includes Bayesian technology, which allows the heuristic engine to become more intelligent over time based on characteristics of evaluated messages. Custom rules In case there are particular messages which are not evaluated as spam, but are undesirable, or there are messages considered spam that are desirable, it is possible to define custom rules to either reject a message, adjust the score of a message, or bypass SpamAssassin. These rules can be based on any header information contained in a message. 6 of 6

Administrator s Guide

Administrator s Guide Administrator s Guide Kerio Technologies C 1997-2006 Kerio Technologies. All rights reserved. Release Date: January 19, 2006 This guide provides detailed description on Kerio MailServer, version 6.1.3.

More information

Kerio MailServer 6. Administrator s Guide. Kerio Technologies

Kerio MailServer 6. Administrator s Guide. Kerio Technologies Kerio MailServer 6 Administrator s Guide Kerio Technologies Kerio Technologies. All Rights Reserved. This guide provides detailed description on Kerio MailServer, version 6.7 (updated version). All additional

More information

Kerio Connect. Step-by-Step. Kerio Technologies

Kerio Connect. Step-by-Step. Kerio Technologies Kerio Connect Step-by-Step Kerio Technologies 2011 Kerio Technologies s.r.o. All rights reserved. This guide provides detailed description on Kerio Connect, version 7.2. All additional modifications and

More information

Kerio Connect. Administrator s Guide. Kerio Technologies

Kerio Connect. Administrator s Guide. Kerio Technologies Kerio Connect Administrator s Guide Kerio Technologies 2010 Kerio Technologies s.r.o. All rights reserved. This guide provides detailed description on Kerio Connect, version 7.1. All additional modifications

More information

Mail Services. Easy-to-manage Internet mail solutions featuring best-in-class open source technologies. Features

Mail Services. Easy-to-manage Internet mail solutions featuring best-in-class open source technologies. Features Mail Services Easy-to-manage Internet mail solutions featuring best-in-class open source technologies. Features Enterprise-class mail server High-performance Postfix SMTP services Scalable Cyrus IMAP and

More information

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

Domains Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Domains All Domains System administrators can use this section

More information

Collax Mail Server. Howto. This howto describes the setup of a Collax server as mail server.

Collax Mail Server. Howto. This howto describes the setup of a Collax server as mail server. Collax Mail Server Howto This howto describes the setup of a Collax server as mail server. Requirements Collax Business Server Collax Groupware Suite Collax Platform Server including Collax Communication

More information

Kerio Connect. Administrator s Guide. Kerio Technologies

Kerio Connect. Administrator s Guide. Kerio Technologies Kerio Connect Administrator s Guide Kerio Technologies 2011 Kerio Technologies s.r.o. All rights reserved. This guide provides detailed description on Kerio Connect, version 7.2. All additional modifications

More information

602LAN SUITE 5.0 Groupware

602LAN SUITE 5.0 Groupware 602LAN SUITE 5.0 Groupware Installation Manual 2007 Software602, Inc. 1 Table of Contents Table of Contents...2 Introduction...3 Prerequisites...4 Installation... 5 Server Configuration...7 Console...7

More information

Help for System Administrators

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

More information

Content of comparison

Content of comparison Content of comparison Initial Description Merak Mail Server became our strong competitor in many countries. They increased supported functionalities to have not only an ISP mailserver, but suitable for

More information

Implementing MDaemon as an Email Security Gateway to Exchange Server

Implementing MDaemon as an Email Security Gateway to Exchange Server Implementing MDaemon as an Email Security Gateway to Exchange Server Introduction MDaemon is widely deployed as a very effective antispam/antivirus gateway to Exchange. For optimum performance, we recommend

More information

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM WEBROOT EMAIL ARCHIVING SERVICE Getting Started Guide North America Webroot Software, Inc. World Headquarters 2560 55th Street Boulder CO 80301 USA www.webroot.com 800.870.8102 Table of Contents Create

More information

Support for Microsoft Outlook

Support for Microsoft Outlook Support for Microsoft Outlook Kerio Technologies C 1997-2006 Kerio Technologies. All Rights Reserved. Release Date: July 10, 2006 This guide provides detailed description on Kerio Outlook Connector and

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies Kerio Technologies. All Rights Reserved. Printing Date: August 15, 2007 This guide provides detailed description on configuration of the local network which

More information

Deploying Layered Email Security. What is Layered Email Security?

Deploying Layered Email Security. What is Layered Email Security? Deploying Layered Email Security This paper is intended for users of Websense Email Security who want to add Websense Hosted Email Security to deploy a layered email security solution. In this paper: Review

More information

Installing GFI FAXmaker

Installing GFI FAXmaker UTH Installing GFI FAXmaker System Requirements Before you install GFI FAXmaker, please ensure that you meet all the following requirements. GFI FAXmaker FAX Server: A Windows 2000 or 2003 server machine

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies C 2001-2003 Kerio Technologies. All Rights Reserved. Printing Date: December 17, 2003 This guide provides detailed description on configuration of the local

More information

If your response to any of the questions above was Yes, then SmarterMail Enterprise Edition may be right for you.

If your response to any of the questions above was Yes, then SmarterMail Enterprise Edition may be right for you. Professional Edition vs. Enterprise Edition SmarterMail Professional Edition has all of the features required to host a fully-functional mail server. SmarterMail Enterprise Edition offers additional features,

More information

Sonian Getting Started Guide October 2008

Sonian Getting Started Guide October 2008 Sonian Getting Started Guide October 2008 Sonian, Inc. For Authorized Use Only 1 Create your new archiving account 3 Configure your firewall for IMAP collections 4 (Skip this step if you will be using

More information

Web. Anti- Spam. Disk. Mail DNS. Server. Backup

Web. Anti- Spam. Disk. Mail DNS. Server. Backup Email Server Appliance N ew generation of Server Appliance, AirLive, is designed for the SMB or enterprise that needs to install an easy maintained and fully functional mail server. It not only preserves

More information

K7 Mail Security FOR MICROSOFT EXCHANGE SERVERS. v.109

K7 Mail Security FOR MICROSOFT EXCHANGE SERVERS. v.109 K7 Mail Security FOR MICROSOFT EXCHANGE SERVERS v.109 1 The Exchange environment is an important entry point by which a threat or security risk can enter into a network. K7 Mail Security is a complete

More information

1 Accessing E-mail accounts on the Axxess Mail Server

1 Accessing E-mail accounts on the Axxess Mail Server 1 Accessing E-mail accounts on the Axxess Mail Server The Axxess Mail Server provides users with access to their e-mail folders through POP3, and IMAP protocols, or OpenWebMail browser interface. The server

More information

MDaemon Vs. Microsoft Exchange Server 2013 Standard

MDaemon Vs. Microsoft Exchange Server 2013 Standard Comparison Guide Vs. The following chart is a side-by-side feature comparison of and. Flex Licensing Maximum Accounts Unlimited Unlimited SMTP, POP3, DomainPOP, and MultiPOP POP3 & SMTP Only SSL / TLS

More information

Exim4U. Email Server Solution For Unix And Linux Systems

Exim4U. Email Server Solution For Unix And Linux Systems Email Server Solution For Unix And Linux Systems General Overview, Feature Comparison and Screen Shots Exim4U Email Server Solution For Unix And Linux Systems Version 2.x.x October 12, 2012 Copyright 2009

More information

User guide Business Internet e-mail features

User guide Business Internet e-mail features User guide Business Internet e-mail features Page 1 de 1 Table of content Page Introduction 3 1. How do I access my web based e-mail? 3 2. How do I access/alter these enhancements? 3 A. Basic Features

More information

SonicWALL Email Security Quick Start Guide. Version 4.6

SonicWALL Email Security Quick Start Guide. Version 4.6 SonicWALL Email Security Quick Start Guide Version 4.6 Quick Start Guide - Introduction This document guides you through the most basic steps to set up and administer SonicWALL Email Security. For more

More information

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes May 07, 2002 Thank you for choosing Ensim WEBppliance 3.0 for Windows. This document includes information about the following: About Ensim

More information

Professional Edition vs. Enterprise Edition

Professional Edition vs. Enterprise Edition Professional Edition vs. Enterprise Edition Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Professional Edition

More information

Type Message Description Probable Cause Suggested Action. Fan in the system is not functioning or room temperature

Type Message Description Probable Cause Suggested Action. Fan in the system is not functioning or room temperature Table of Content Error Messages List... 2 Troubleshooting the Storage System... 3 I can t access the Manager... 3 I forgot the password for logging in to the Manager... 3 The users can t access the shared

More information

Softnix Messaging Server (SMS)

Softnix Messaging Server (SMS) Softnix Messaging Server (SMS) Unified email communications with the enterprise email server that are reliable, flexible, and easy to management SMS SMB SMS Standard S Web Base / CLI Management Unlimited

More information

ESET Mobile Security Windows Mobile

ESET Mobile Security Windows Mobile ESET Mobile Security Windows Mobile Installation Manual and User Guide Click here to download the most recent version of this document Contents 1. Installation...3 of ESET Mobile Security 1.1 Minimum...3

More information

How to Migrate to MailEnable using the Migration Console

How to Migrate to MailEnable using the Migration Console How to Migrate to MailEnable using the Migration Console Contents 1. OVERVIEW... 2 2. MAILENABLE MIGRATION CONSOLE... 2 3. SELECT THE MIGRATION APPROACH... 2 Server Migration... 2 Domain Migration... 3

More information

Hansoft LDAP Integration

Hansoft LDAP Integration Hansoft LDAP Integration The Hansoft LDAP Integration synchronizes Hansoft resources to user accounts in an LDAP directory server, such as Windows Active Directory. It matches accounts on login names and

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

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

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

More information

SME- Mail to SMS & MMS Gateway with NowSMS Quick Start Guide

SME- Mail to SMS & MMS Gateway with NowSMS Quick Start Guide SME- Mail to SMS & MMS Gateway with NowSMS Quick Start Guide One of the typical usage cases for NowSMS is as an E-Mail to SMS & MMS Gateway. E-Mail users can send an SMS or MMS message by sending an e-mail

More information

BUILT FOR YOU. Contents. Cloudmore Exchange

BUILT FOR YOU. Contents. Cloudmore Exchange BUILT FOR YOU Introduction is designed so it is as cost effective as possible for you to configure, provision and manage to a specification to suit your organisation. With a proven history of delivering

More information

Using Avaya Aura Messaging

Using Avaya Aura Messaging Using Avaya Aura Messaging Release 6.3.2 Issue 1 December 2014 Contents Chapter 1: Getting Started... 4 Messaging overview... 4 Prerequisites... 4 Accessing your mailbox from any phone... 4 Accessing the

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Administration Guide Published: 2010-06-16 SWDT487521-1041691-0616023638-001 Contents 1 Overview: BlackBerry Enterprise

More information

Vodafone Hosted Services. Getting your email. User guide

Vodafone Hosted Services. Getting your email. User guide Vodafone Hosted Services Getting your email User guide Welcome. This guide will show you how to get your email, now that it is hosted by Vodafone Hosted Services. Once you ve set it up, you will be able

More information

Installing GFI MailSecurity

Installing GFI MailSecurity Installing GFI MailSecurity Introduction This chapter explains how to install and configure GFI MailSecurity. You can install GFI MailSecurity directly on your mail server or you can choose to install

More information

Steps for Basic Configuration

Steps for Basic Configuration 1. This guide describes how to use the Unified Threat Management appliance (UTM) Basic Setup Wizard to configure the UTM for connection to your network. It also describes how to register the UTM with NETGEAR.

More information

ESET Mobile Security Windows Mobile. Installation Manual and User Guide

ESET Mobile Security Windows Mobile. Installation Manual and User Guide ESET Mobile Security Windows Mobile Installation Manual and User Guide Contents 1. Installation...3 of ESET Mobile Security 1.1 Minimum...3 system requirements 1.2 Installation...3 1.2.1 Installation...3

More information

Release Notes. for Kerio Connect 8.0.0

Release Notes. for Kerio Connect 8.0.0 Release Notes for Kerio Connect 8.0.0 Date: December 4, 2012 2012 Kerio Technologies. All rights reserved. 1 Important changes in this version New Kerio Connect client The Kerio Connect webmail interface

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

Using WinGate 6 Email. Concepts, Features, and Configurations.

Using WinGate 6 Email. Concepts, Features, and Configurations. WinGate Feature Guide Using WinGate 6 Email Concepts, Features, and Configurations. Neil Gooden Qbik New Zealand Limited Rev 1.0 December 2004 2 Introduction...3 Basic Email Concepts... 3 Differences in

More information

ESET Mobile Security Business Edition for Windows Mobile

ESET Mobile Security Business Edition for Windows Mobile ESET Mobile Security Business Edition for Windows Mobile Installation Manual and User Guide Click here to download the most recent version of this document Contents 1. Installation...3 of ESET Mobile Security

More information

LifeSize Control Installation Guide

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

More information

Installing GFI FAXmaker

Installing GFI FAXmaker Installing GFI FAXmaker System Requirements Before you install GFI FAXmaker, please ensure that the following requirements are met. GFI FAXmaker FAX Server: A Windows 2000, 2003, 2008 server or Windows

More information

NSi Mobile Installation Guide. Version 6.2

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

More information

Business Internet Email service from Bell User Guide

Business Internet Email service from Bell User Guide Business Internet Email service from Bell User Guide Table Of Contents (click a page number to access that page) Getting Started 3 Access your email remotely using Webmail 3 Basic Features 4 Out Of Office

More information

Installing GFI MailEssentials

Installing GFI MailEssentials Installing GFI MailEssentials Introduction to installing GFI MailEssentials This chapter shows you how to install and configure GFI MailEssentials. GFI MailEssentials can be installed in two ways: Installation

More information

MCSA Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring

MCSA Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring MCSA Objectives Exam 70-236: TS:Exchange Server 2007, Configuring Installing and Configuring Microsoft Exchange Servers Prepare the infrastructure for Exchange installation. Prepare the servers for Exchange

More information

MailStore Server 7 Documentation

MailStore Server 7 Documentation MailStore Server 7 Documentation 2012 MailStore Software GmbH 11. May 2012 Products that are referred to in this document may be either trademarks and/or registered trademarks of the respective owners.

More information

Customer Tips. Basic E-mail Configuration and Troubleshooting. for the user. Overview. Basic Configuration. Xerox Multifunction Devices.

Customer Tips. Basic E-mail Configuration and Troubleshooting. for the user. Overview. Basic Configuration. Xerox Multifunction Devices. Xerox Multifunction Devices Customer Tips November 24, 2003 This document applies to these Xerox products: x WC Pro 32/40 Color x WC Pro 65/75/90 x WC Pro 35/45/55 WC M35/M45/M55 x DC 555/545/535 x DC

More information

How To Use Gfi Mailarchiver On A Pc Or Macbook With Gfi Email From A Windows 7.5 (Windows 7) On A Microsoft Mail Server On A Gfi Server On An Ipod Or Gfi.Org (

How To Use Gfi Mailarchiver On A Pc Or Macbook With Gfi Email From A Windows 7.5 (Windows 7) On A Microsoft Mail Server On A Gfi Server On An Ipod Or Gfi.Org ( GFI MailArchiver for Exchange 4 Manual By GFI Software http://www.gfi.com Email: info@gfi.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Paladin Computers Privacy Policy Last Updated on April 26, 2006

Paladin Computers Privacy Policy Last Updated on April 26, 2006 Paladin Computers Privacy Policy Last Updated on April 26, 2006 At Paladin Computers ( Service Provider ), we respect our Users and Clients right to privacy with regards to the use of their email and our

More information

Training Guide eprism Email Security Appliance 4.0

Training Guide eprism Email Security Appliance 4.0 Training Guide eprism Email Security Appliance 4.0 2 Lesson 1 Email Security and eprism Contents LESSON 1...5 EMAIL SECURITY AND EPRISM...5 Mail Delivery Process...6 eprism Overview...7 LESSON 2...9 INSTALLING

More information

Lesson Plans Configuring Exchange Server 2007

Lesson Plans Configuring Exchange Server 2007 Lesson Plans Configuring Exchange Server 2007 (Exam 70-236) Version 2.1 Table of Contents Course Overview... 2 Section 1.1: Server-based Messaging... 4 Section 1.2: Exchange Versions... 5 Section 1.3:

More information

WHM Administrator s Guide

WHM Administrator s Guide Fasthosts Customer Support WHM Administrator s Guide This manual covers everything you need to know in order to get started with WHM and perform day to day administrative tasks. Contents Introduction...

More information

Configuring Trend Micro Content Security

Configuring Trend Micro Content Security 9 CHAPTER This chapter describes how to configure the CSC SSM using the CSC Setup Wizard in ASDM and the CSC SSM GUI, and includes the following sections: Information About the CSC SSM, page 9-1 Licensing

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

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

MailStore Server 5.0 Documentation

MailStore Server 5.0 Documentation MailStore Server 5.0 Documentation 2010 deepinvent Software GmbH 24. May 2011 Products that are referred to in this document may be either trademarks and/or registered trademarks of the respective owners.

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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

Smart Card Authentication. Administrator's Guide

Smart Card Authentication. Administrator's Guide Smart Card Authentication Administrator's Guide October 2012 www.lexmark.com Contents 2 Contents Overview...4 Configuring the applications...5 Configuring printer settings for use with the applications...5

More information

Installation and Configuration Guide

Installation and Configuration Guide Entrust Managed Services PKI Auto-enrollment Server 7.0 Installation and Configuration Guide Document issue: 1.0 Date of Issue: July 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys

More information

Installing GFI MailSecurity

Installing GFI MailSecurity Installing GFI MailSecurity Introduction This chapter explains how to install and configure GFI MailSecurity. You can install GFI MailSecurity directly on your mail server or you can choose to install

More information

Configuring Your Gateman Email Server

Configuring Your Gateman Email Server Configuring Your Gateman Email Server Your Gateman Lifestyle Server includes an Email Server that provides users access to email via an email client and via your web browser using your laptop and mobile

More information

Spe. SpearMail Sets up Complete Messaging System

Spe. SpearMail Sets up Complete Messaging System Version 6.0 s Getting Started Guide Spe Contents: 1.0 Introduction 2.0 Requirements 3.0 Features 4.0 Working Principle 5.0 Deployment planning 6.0 Steps to setup Messaging system 7.0 Setting Up TCP/IP

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 2.23 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

Email Quick-Start Guide

Email Quick-Start Guide For TradeMark Media s email system Thank you for choosing TradeMark Media for your email hosting. You ve made a wise choice. TradeMark Media offers comprehensive spam and virus protection, POP3 and WebMail

More information

GFI Product Manual. Getting Started Guide

GFI Product Manual. Getting Started Guide GFI Product Manual Getting Started Guide http://www.gfi.com info@gfi.com The information and content in this document is provided for informational purposes only and is provided "as is" with no warranty

More information

GFI Product Manual. Administrator Guide

GFI Product Manual. Administrator Guide GFI Product Manual Administrator Guide The information and content in this document is provided for informational purposes only and is provided "as is" with no warranty of any kind, either express or implied,

More information

Dell KACE K1000 Management Appliance. Service Desk Administrator Guide. Release 5.3. Revision Date: May 13, 2011

Dell KACE K1000 Management Appliance. Service Desk Administrator Guide. Release 5.3. Revision Date: May 13, 2011 Dell KACE K1000 Management Appliance Service Desk Administrator Guide Release 5.3 Revision Date: May 13, 2011 2004-2011 Dell, Inc. All rights reserved. Information concerning third-party copyrights and

More information

Deployment Guides. Help Documentation

Deployment Guides. 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. Deployment Guides SmarterMail in Individual and Micro-business

More information

MailEnable Scalability White Paper Version 1.2

MailEnable Scalability White Paper Version 1.2 MailEnable Scalability White Paper Version 1.2 Table of Contents 1 Overview...2 2 Core architecture...3 2.1 Configuration repository...3 2.2 Storage repository...3 2.3 Connectors...3 2.3.1 SMTP Connector...3

More information

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Configuration Guide 2014 Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Table of Contents 1. Introduction...3

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב ע"ש ספיר

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב עש ספיר מודולות הלימוד של מייקרוסופט הקורס מחולק ל 4 מודולות כמפורט:.1Configuring Microsoft Windows Vista Client 70-620 Installing and upgrading Windows Vista Identify hardware requirements. Perform a clean installation.

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: May 2009 This document supports DocuShare Release 6.5/DocuShare CPX Release 6.5 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue

More information

Merak Outlook Connector User Guide

Merak Outlook Connector User Guide IceWarp Server Merak Outlook Connector User Guide Version 9.0 Printed on 21 August, 2007 i Contents Introduction 1 Installation 2 Pre-requisites... 2 Running the install... 2 Add Account Wizard... 6 Finalizing

More information

Setting up FileMaker 10 Server

Setting up FileMaker 10 Server Setting up FileMaker 10 Server Note : If your current live Database folder is located in the default database folder ( C:\Program Files\FileMaker\FileMaker Server\Data\Databases ), move\copy this folder

More information

GFI Product Guide. Archive Assistant

GFI Product Guide. Archive Assistant GFI Product Guide Archive Assistant The information and content in this document is provided for informational purposes only and is provided "as is" with no warranty of any kind, either express or implied,

More information

PGP Universal Satellite Version 2.7 for Windows Release Notes

PGP Universal Satellite Version 2.7 for Windows Release Notes PGP Universal Satellite Version 2.7 for Windows Release Notes Thank you for using this PGP Corporation product. These Release Notes contain important information regarding this release of PGP Universal

More information

Lepide Exchange Recovery Manager

Lepide Exchange Recovery Manager Configuration Guide Lepide Exchange Recovery Manager Lepide Software Private Limited, All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights

More information

Lepide Active Directory Self Service. Installation Guide. Lepide Active Directory Self Service Tool. Lepide Software Private Limited Page 1

Lepide Active Directory Self Service. Installation Guide. Lepide Active Directory Self Service Tool. Lepide Software Private Limited Page 1 Installation Guide Lepide Active Directory Self Service Tool Lepide Software Private Limited Page 1 Lepide Software Private Limited, All Rights Reserved This User Guide and documentation is copyright of

More information

COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10

COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10 LabTech Commands COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10 Overview Commands in the LabTech Control Center send specific instructions

More information

Government of Canada Managed Security Service (GCMSS) Annex A-5: Statement of Work - Antispam

Government of Canada Managed Security Service (GCMSS) Annex A-5: Statement of Work - Antispam Government of Canada Managed Security Service (GCMSS) Date: June 8, 2012 TABLE OF CONTENTS 1 ANTISPAM... 1 1.1 QUALITY OF SERVICE...1 1.2 DETECTION AND RESPONSE...1 1.3 MESSAGE HANDLING...2 1.4 CONFIGURATION...2

More information

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011 Version 1.7 Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide Last updated October 2011 1 Introduction and Overview... 1 2 The Case for Email monitoring... 2 3 Installation

More information

1. Product Information

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

More information

GREEN HOUSE DATA. E-Mail Services Guide. Built right. Just for you. greenhousedata.com. Green House Data 340 Progress Circle Cheyenne, WY 82007

GREEN HOUSE DATA. E-Mail Services Guide. Built right. Just for you. greenhousedata.com. Green House Data 340 Progress Circle Cheyenne, WY 82007 GREEN HOUSE DATA Built right. Just for you. E-Mail Services Guide greenhousedata.com 1 Green House Data 340 Progress Circle Cheyenne, WY 82007 Table of Contents Getting Started on Business Class Email

More information

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

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

More information

E-mail Filter. SurfControl E-mail Filter 5.0 for SMTP Getting Started Guide. www.surfcontrol.com. The World s #1 Web & E-mail Filtering Company

E-mail Filter. SurfControl E-mail Filter 5.0 for SMTP Getting Started Guide. www.surfcontrol.com. The World s #1 Web & E-mail Filtering Company E-mail Filter SurfControl E-mail Filter 5.0 for SMTP Getting Started Guide www.surfcontrol.com The World s #1 Web & E-mail Filtering Company CONTENTS CONTENTS INTRODUCTION About This Document...2 Product

More information

Online Backup Client User Manual Linux

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

More information