Difference between revisions of "Main Page"

[checked revision][checked revision]
(6 intermediate revisions by 2 users not shown)
Line 38: Line 38:
 
| [[Creating Instances]]
 
| [[Creating Instances]]
 
| Within a the MailStore Service Provider Edition, every customer gets his  own self-contained MailStore instance that runs completely isolated from those belonging to other customers. Before emails can be archived, it is necessary to create such a MailStore instance.
 
| Within a the MailStore Service Provider Edition, every customer gets his  own self-contained MailStore instance that runs completely isolated from those belonging to other customers. Before emails can be archived, it is necessary to create such a MailStore instance.
|-
 
| [[Controlling Instances|Starting Instances]]
 
| Before being able to access a newly created instance, it must be started manually first.
 
 
|-
 
|-
 
| [[Accessing Instances]]
 
| [[Accessing Instances]]
Line 66: Line 63:
 
| [[Backup and Restore]]
 
| [[Backup and Restore]]
 
| In most scenarios, the archive is the last resort of emails. Thus it highly recommended to protect the archive, by implementing a decent backup plan, from hardware or software failure that could mean potential loss of data.
 
| In most scenarios, the archive is the last resort of emails. Thus it highly recommended to protect the archive, by implementing a decent backup plan, from hardware or software failure that could mean potential loss of data.
 +
|-
 +
| [[Management_Console_-_General#SMTP_Settings|SMTP Settings]]
 +
| To receive notifications about available product updates or automatic Web Access updates, the Service Provider Edition needs to know how to deliver emails to system administrators. This article explains how to  configure the required SMTP settings.
 
|-
 
|-
 
| [[Monitoring]]
 
| [[Monitoring]]
Line 98: Line 98:
 
* [[PowerShell_API_Wrapper_Tutorial|PowerShell]]
 
* [[PowerShell_API_Wrapper_Tutorial|PowerShell]]
 
* [[Python API Wrapper Tutorial|Python]]
 
* [[Python API Wrapper Tutorial|Python]]
* [https://ftp.mailstore.com/pub/Scripts/Bash/v10/mailstore-mgmt-api-client.zip Linux MailStore Management API Client]
+
* [[Media:Mailstore-mgmt-api-client.zip|Linux MailStore Management API Client]]
 
|-
 
|-
 
| style="vertical-align: top; width: 50%" |
 
| style="vertical-align: top; width: 50%" |
Line 119: Line 119:
 
== Downloads ==
 
== Downloads ==
 
'''Active Directory Group Policy Templates'''
 
'''Active Directory Group Policy Templates'''
* [ftp://ftp.mailstore.com/spe/MailStoreSPE_ADM.zip ADM-Template]
+
* [[Media:MailStoreSPE_ADM.zip|ADM-Template]]
* [ftp://ftp.mailstore.com/spe/MailStoreSPE_ADMX.zip ADMX-Template]
+
* [[Media:MailStoreSPE_ADMX.zip|ADMX-Template]]
 
|}
 
|}

Revision as of 16:13, 16 April 2018


Service providers receive an unlimited, scalable software solution with MailStore Service Provider Edition, which they will be able to independently operate either on their existing IT infrastructures or those they have leased. This help website has an exclusive focus on installing and setting up the backend of the MailStore Service Provider Edition. The Getting Started section takes service providers through the essential setup and configuration steps and ends with a few important yet optional post-installation tasks.

Getting Started

The following provides a walk-though of the essential steps to get the MailStore Service Provider Edition up and running, including the creation of instances, management of users, and the archiving of email.

Before You Start

Overview Familiarize with the architecture of the MailStore Service Provider Edition. The overview also shows the most common and realizable scenarios.
System Requirements Before installing MailStore Service Provider Edition, ensure that the system requirements are met. A requirements calculator helps to determine the needs dependent on the number of users, instances, archiving strategy, and the intended retention period of archived email.
Frequently Asked Questions Checking the FAQ might help to identify potential pitfalls or show stoppers early in the implementation process.

Installation and Setup

Installation Irrespective of the projected scenario, it all begins with the installation of the software itself.
Initial Configuration Starting with Single Server Mode is generally a good starting point. Roles can be added or moved to other servers as more and more instances are added to the environment.
Firewall Configuration To access the MailStore Service Provider Edition from remote systems, appropriate firewall rules must be set up.

Using MailStore Service Provider Edition

Logging On The Management Console is the central web-based administrative tool for MailStore Service Provider Edition administrators.
Creating Instances Within a the MailStore Service Provider Edition, every customer gets his own self-contained MailStore instance that runs completely isolated from those belonging to other customers. Before emails can be archived, it is necessary to create such a MailStore instance.
Accessing Instances A special service provider access to running instances is available in the Management Console, making it very easy to fully manage instances for customers.

Archiving Email

Instance Administration Get an overview of the functions available inside each individual instance, such as managing users and setting up archiving and how these relate to the on premises solution MailStore Server.

Post Installation Tasks

End User Access This article provides information on how to access an instance as a customer's administrator if he responsible for the administration of the instance. Also information about how end users can access archived email are found here.
Branding The MailStore Service Provider Edition comes with a generic service provider branding. Learn more about how to give the MailStore Service Provider Edition a unique look representing the service providers own corporate identity.
Replace Self-signed SSL Certificates For security and end user convenience, it is highly recommended to replace the self-signed SSL certificates of the public facing HTTP, IMAP, and IMAPS services by certificates signed by a trusted root certificate authority. This article provides the necessary information.
Backup and Restore In most scenarios, the archive is the last resort of emails. Thus it highly recommended to protect the archive, by implementing a decent backup plan, from hardware or software failure that could mean potential loss of data.
SMTP Settings To receive notifications about available product updates or automatic Web Access updates, the Service Provider Edition needs to know how to deliver emails to system administrators. This article explains how to configure the required SMTP settings.
Monitoring This article to tries to give and overview of what services and parameters to proactively monitor with a suitable monitoring solution, in order to provide customers the best possible experience.
Enhancing SSL Security The default SSL security settings on most operating systems do not meet the current security industry standards for the sake of backward compatibility. Learn more about how to enhance the SSL settings on Windows operating systems in order to provide your customer the best available security standards.

Management Console

The MailStore Management Console is the primary, web based administration utility for MailStore Service Provider Edition administrators. The following articles provide documentation for all available functions. Each function of the Management Console also has a corresponding Management API command, which allows full, script-based control over MailStore Service Provider Edition.

Management API

The Management API extends the management capabilities of the MailStore Service Provider Edition by providing a HTTP based access to all management functions. This allows to fully automate the administration of MailStore Service Provider Edition via scripts or even integration into centralized management solutions. For an even faster development, example API libraries for different scripting and programming languages are provided.

Example Implementation of API Libraries

Related Articles

Downloads

Active Directory Group Policy Templates