<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.mailstore.com/en/gateway/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lgodesberg</id>
	<title>MailStore Gateway Help - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://help.mailstore.com/en/gateway/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lgodesberg"/>
	<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/Special:Contributions/Lgodesberg"/>
	<updated>2026-05-25T01:45:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=336</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=336"/>
		<updated>2026-05-13T14:48:19Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Before beginning the installation of MailStore Gateway, all system requirements must be met.&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Processor'''&lt;br /&gt;
| Any x64 compatible CPU &lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Main Memory'''&lt;br /&gt;
| 512 MB&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Hard Disk'''&lt;br /&gt;
| 150 MB available disk space + enough disk space to store expected email volume.&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Network Bandwidth'''&lt;br /&gt;
| 100 MBit/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote-strong&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Important Notice:&amp;lt;/b&amp;gt; When using in conjunction with &amp;lt;b&amp;gt;MailStore SPE&amp;lt;/b&amp;gt; use a separate system with Enterprise SSD Storage for MailStore Gateway.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
MailStore Gateway is supported on the following operating systems:&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* Microsoft Windows Server 2025 (Essentials, Standard, Datacenter, Datacenter Azure Edition)&lt;br /&gt;
* Microsoft Windows Server 2022 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2019 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2016 (Essentials, Standard, Datacenter)&lt;br /&gt;
The TCP SMTP ports 25, 465 and 587, the TCP POP3 ports 110 and 995, and the TCP HTTPS port 8450 must not be used by any other program, such as an email server.&lt;br /&gt;
&lt;br /&gt;
=== Web Browsers ===&lt;br /&gt;
The following web browsers in their respective current version are supported by the Management Console:&lt;br /&gt;
* Microsoft Edge (based on Chromium)&lt;br /&gt;
* Google Chrome&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
&lt;br /&gt;
=== Network ===&lt;br /&gt;
* Administrative access to the DNS zone is required to manage A and MX records.&lt;br /&gt;
* Administrative access to the firewall is required to manage port-forwarding rules.&lt;br /&gt;
&lt;br /&gt;
=== Other Software ===&lt;br /&gt;
The following other software is required:&lt;br /&gt;
* [https://dotnet.microsoft.com/en-us/download/dotnet/8.0 Microsoft ASP.NET Core Runtime 8]&lt;br /&gt;
[[de:Systemanforderungen]]&lt;br /&gt;
[[en:System Requirements]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Change_Mailbox_Folder_location&amp;diff=331</id>
		<title>Change Mailbox Folder location</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Change_Mailbox_Folder_location&amp;diff=331"/>
		<updated>2025-12-15T13:27:16Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Gateway stores its data and configuration files in ''C:\ProgramData\MailStore\Gateway''. To change that location, that folder and all of its content has to be moved to the desired location and a symbolic link has to be created which points to the new location.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* Stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* Move the folder ''C:\ProgramData\MailStore\Gateway'' and all of its content to your desired location. We will use ''D:\Gateway'' as an example.&lt;br /&gt;
* Open an elevated (administrative) command prompt (cmd).&lt;br /&gt;
* Navigate into ''C:\ProgramData\MailStore''.&lt;br /&gt;
* Execute the following command to create a symbolic directory link: &lt;br /&gt;
 mklink /D Gateway D:\Gateway&lt;br /&gt;
&lt;br /&gt;
: [[File:MailStore Gateway Command Prompt.png|center|350px]]&lt;br /&gt;
&lt;br /&gt;
* After the command is ran successfully, when you go back into the ''C:\ProgramData\MailStore'' directory, you will now see a shortcut, which can be used to verify that the move process completed successfully.&lt;br /&gt;
&lt;br /&gt;
: [[File:MailStore_Gateway_Symbolic_link.png|center|350px]]&lt;br /&gt;
&lt;br /&gt;
* Restart the Gateway service by returning to the MailStore Gateway Config Tool and clicking ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
[[de:Ändern_des_Speicherorts]]&lt;br /&gt;
[[en:Change_Mailbox_Folder_location]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Firewall_Configuration&amp;diff=330</id>
		<title>Firewall Configuration</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Firewall_Configuration&amp;diff=330"/>
		<updated>2025-09-24T08:57:17Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
It is highly recommended to protect any MailStore Gateway with appropriate firewall rules. This document should help with setting up the required rules. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Please note: '''On Windows, the installation process automatically creates an appropriate firewall rule. Therefore the below information is only applicable if other firewall solutions are used.&amp;lt;/p&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
If MailStore Gateway computer is on a private network, refer to the manual of the router or firewall that connects the private network to the Internet to find out how to set up appropriate port forwarding rules in addition to the firewall rules described in this document.&lt;br /&gt;
&lt;br /&gt;
The table below lists all TCP ports that need to be opened in the firewall when using MailStore Gateway. The following abbreviations are used in the source and target columns of that table:&lt;br /&gt;
&lt;br /&gt;
* ANY = Any computer from private or public networks &lt;br /&gt;
* ADM = Computer or network used for administration&lt;br /&gt;
* GTW = Computer that hosts MailStore Gateway&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! width=&amp;quot;80px&amp;quot; | Port&lt;br /&gt;
! width=&amp;quot;80px&amp;quot; | Source &lt;br /&gt;
! width=&amp;quot;80px&amp;quot; | Target&lt;br /&gt;
! class=&amp;quot;unsortable&amp;quot;| Description&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| Access to email servers via SMTP needed by the SMTP proxy functionality. &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| Access from email servers to send emails to MailStore Gateway mailboxes.&amp;lt;br/&amp;gt;Access from email clients via SMTP needed by the SMTP proxy functionality.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 80&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| Access from Let's Encrypt for challenge requests. Required for the Let's Encrypt functionality. &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 110&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| Access to email servers via POP3 needed by the POP3 proxy functionality. &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 110&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| Access from email clients via POP3 needed by the POP3 proxy functionality.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 8450&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ADM&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| Access to the Management Console by administrators.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 465&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| Access to email servers via SMTPS needed by the SMTP proxy functionality.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 465&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| Access from email clients via SMTPS needed by the SMTP proxy functionality. &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 587&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| Access to email servers via SMTP needed by the SMTP proxy functionality.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 587&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| Access from email clients via SMTP needed by the SMTP proxy functionality.&lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 995&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
|Access to email servers via POP3S needed by the POP3 proxy functionality. &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 995&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | ANY&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
|Access from email clients via POP3S needed by the POP3 proxy functionality. &lt;br /&gt;
|-&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | 995&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | MailStore&lt;br /&gt;
| align=&amp;quot;center&amp;quot; | GTW&lt;br /&gt;
|Access from MailStore Server or MailStore Service Provider Edition to retrieve emails from MailStore Gateway mailboxes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[de:Firewall-Konfiguration]]&lt;br /&gt;
[[en:Firewall Configuration]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=329</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=329"/>
		<updated>2025-08-22T08:46:38Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Before beginning the installation of MailStore Gateway, all system requirements must be met.&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Processor'''&lt;br /&gt;
| Any x64 compatible CPU &lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Main Memory'''&lt;br /&gt;
| 512 MB&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Hard Disk'''&lt;br /&gt;
| 150 MB available disk space + enough disk space to store expected email volume.&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Network Bandwidth'''&lt;br /&gt;
| 100 MBit/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
MailStore Gateway is supported on the following operating systems:&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* Microsoft Windows 10 (1607 or higher)&lt;br /&gt;
* Microsoft Windows Server 2025 (Essentials, Standard, Datacenter, Datacenter Azure Edition)&lt;br /&gt;
* Microsoft Windows Server 2022 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2019 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2016 (Essentials, Standard, Datacenter)&lt;br /&gt;
The TCP SMTP ports 25, 465 and 587, the TCP POP3 ports 110 and 995, and the TCP HTTPS port 8450 must not be used by any other program, such as an email server.&lt;br /&gt;
&lt;br /&gt;
=== Web Browsers ===&lt;br /&gt;
The following web browsers in their respective current version are supported by the Management Console:&lt;br /&gt;
* Microsoft Edge (based on Chromium)&lt;br /&gt;
* Google Chrome&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
&lt;br /&gt;
=== Network ===&lt;br /&gt;
* Administrative access to the DNS zone is required to manage A and MX records.&lt;br /&gt;
* Administrative access to the firewall is required to manage port-forwarding rules.&lt;br /&gt;
&lt;br /&gt;
=== Other Software ===&lt;br /&gt;
The following other software is required:&lt;br /&gt;
* [https://dotnet.microsoft.com/en-us/download/dotnet/8.0 Microsoft ASP.NET Core Runtime 8]&lt;br /&gt;
[[de:Systemanforderungen]]&lt;br /&gt;
[[en:System Requirements]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=328</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=328"/>
		<updated>2025-08-22T08:46:02Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Before beginning the installation of MailStore Gateway, all system requirements must be met.&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Processor'''&lt;br /&gt;
| Any x64 compatible CPU &lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Main Memory'''&lt;br /&gt;
| 512 MB&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Hard Disk'''&lt;br /&gt;
| 150 MB available disk space + enough disk space to store expected email volume.&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Network Bandwidth'''&lt;br /&gt;
| 100 MBit/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
MailStore Gateway is supported on the following operating systems:&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* Microsoft Windows 10 (1607 or higher)&lt;br /&gt;
* Microsoft Windows Server 2025 (Essentials, Standard, Datacenter, Datacenter Azure Edition)&lt;br /&gt;
* Microsoft Windows Server 2022 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2019 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2016 (Essentials, Standard, Datacenter)&lt;br /&gt;
The TCP SMTP ports 25, 465 and 587, the TCP POP3 ports 110 and 995, and the TCP HTTPS port 8450 must not be used by any other program, such as an email server.&lt;br /&gt;
&lt;br /&gt;
=== Web Browsers ===&lt;br /&gt;
The following web browsers in their respective current version are supported by the Management Console:&lt;br /&gt;
* Microsoft Edge (based on Chromium)&lt;br /&gt;
* Google Chrome&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
&lt;br /&gt;
=== Network ===&lt;br /&gt;
* Administrative access to the DNS zone is required to manage A and MX records.&lt;br /&gt;
* Administrative access to the firewall is required to manage port-forwarding rules.&lt;br /&gt;
&lt;br /&gt;
=== Other Software ===&lt;br /&gt;
The following other software is required:&lt;br /&gt;
* [https://dotnet.microsoft.com/en-us/download/dotnet/8.0 Microsoft ASP.NET Core Runtime]&lt;br /&gt;
[[de:Systemanforderungen]]&lt;br /&gt;
[[en:System Requirements]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=327</id>
		<title>Configuration Tool</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=327"/>
		<updated>2025-06-10T13:42:55Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* E-Mail Domain */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[File:MailStore_Gateway_Configuration_LE_EN.png|right|300px]]&lt;br /&gt;
&lt;br /&gt;
With the MailStore Gateway Configuration tool administrators can configure basic settings of the MailStore Gateway service. &lt;br /&gt;
&lt;br /&gt;
The tool is started automatically during the initial installation process; it can be started manually through the corresponding desktop icon or start menu link.&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== E-Mail Domain ==&lt;br /&gt;
This value specifies the domain part of each MailStore Gateway mailbox email address (i.e. ''&amp;lt;mailbox-id&amp;gt;@'''&amp;lt;e-mail domain&amp;gt;'' ''').&lt;br /&gt;
&lt;br /&gt;
If MailStore Gateway should receive emails from other email servers (e.g. Microsoft Office 365, Google G Suite, etc.), the configured e-mail domain must be resolvable through DNS.&lt;br /&gt;
&lt;br /&gt;
'''Example: ''' If the primary domain is ''example.com'' and MailStore Gateway should receive emails, a DNS A record like ''gateway.example.com'' needs to be created in the DNS zone ''example.com''. The record must point to a public IP address on which MailStore Gateway is reachable. In MailStore Gateway the value of ''E-Mail Domain'' would be set to &amp;lt;tt&amp;gt;gateway.example.com&amp;lt;/tt&amp;gt;. An additional MX record should be created for the Gateway mail domain which points to the A record.&lt;br /&gt;
If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
&lt;br /&gt;
== Certificate ==&lt;br /&gt;
MailStore Gateway uses TLS certificates to establish encrypted communication channels with clients and other servers.&lt;br /&gt;
&lt;br /&gt;
Administrators can choose from the following options which certificate MailStore Gateway should use:&lt;br /&gt;
&lt;br /&gt;
* '''Select from Certificate Store'''&amp;lt;br/&amp;gt;A certificate can be selected from the Windows certificate store. Please note that the ''Personal'' certificate store of the computer account is used, not the store of the current Windows user.&lt;br /&gt;
* '''Create Self-Signed Certificate'''&amp;lt;br/&amp;gt;A new self-signed certificate can be created and is automatically selected afterwards. Please note that self-signed certificates are neither trusted by other clients, which may lead to warnings on client computers, nor other servers. Therefore, self-signed certificates are suitable for testing purposes only and should be replaced once a system is used in a productions environment.&lt;br /&gt;
* '''Import from File'''&amp;lt;br/&amp;gt;With this option certificates can be imported from ''Private Information Exchange (*.p12;*.pfx)'' files. The configuration tool will automatically import the certificates into the correct Windows certificate store. Since Private Information Exchange files are password protected, a password must be entered to start the import process.&lt;br /&gt;
* '''Obtain from Let's Encrypt'''&amp;lt;br/&amp;gt;Let's Encrypt is a free, automated, and open certificate authority, trusted by all major web browsers and operating systems. Please refer to [[Using Let's Encrypt Certificates]] for more details.&lt;br /&gt;
&lt;br /&gt;
== Management Console Port ==&lt;br /&gt;
Defines the TCP ports on which MailStore Gateway's Management Console is available. If no other web server is running on the same server, it can safely be changed to the standard HTTPS port 443.&lt;br /&gt;
&lt;br /&gt;
== Let's Encrypt Port ==&lt;br /&gt;
This port is used temporarily when requesting or renewing certificates from Let's Encrypt.&lt;br /&gt;
&lt;br /&gt;
== Log Level ==&lt;br /&gt;
The ''Log Level'' defines how much information MailStore Gateway logs into its log files. The default settings is ''Information'' which should not be changed unless troubleshooting is required.&lt;br /&gt;
&lt;br /&gt;
== RFC 3030 support ==&lt;br /&gt;
Enables RFC 3030 support for inbound SMTP connections on port 25. This causes MailStore Gateway to advertise the SMTP extensions ''BINARYMIME'' and ''CHUNKING'' in its supported extensions and allows the use of the SMTP verb ''BDAT'' to accept emails with binary content (bare-line feeds) without additional content transfer encoding. This improves compatibility with inbound email servers, such as those of Microsoft 365.&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;p class=&amp;quot;msnote&amp;quot; style=&amp;quot;color:red&amp;quot;&amp;gt;'''Important notice:''' MailStore Server 24.4 or MailStore SPE 24.4 or newer are required to correctly archive emails submitted via the BDAT verb. Therefore, make sure to have updated MailStore Server or MailStore SPE ''before'' activating this option.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' This extension is not supported in proxy mode. Since proxy mode is only activated by authentication after the SMTP EHLO command, incompatibility with clients that also support ''CHUNKING'' may occur.&amp;lt;/br&amp;gt;In this case, use SMTP port 465 or 587 of the same gateway or use another gateway where this option remains disabled.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apply Configuration Changes ==&lt;br /&gt;
After the configuration of MailStore Gateway has been changed, the changes must be written to the configuration file by clicking on ''Apply''. Otherwise the changed settings will not be used when starting the MailStore Gateway service. &lt;br /&gt;
&lt;br /&gt;
== Starting the MailStore Gateway Service ==&lt;br /&gt;
By clicking the ''Start Service'' button, the MailStore Gateway service will be started. Changes to the configuration must be applied first, otherwise a warning is issued. This button is only available if the service is currently stopped.&lt;br /&gt;
&lt;br /&gt;
== Stopping the MailStore Gateway Service ==&lt;br /&gt;
By clicking the ''Stop Service'' button, the MailStore Gateway service will be stopped. Changes to the configuration can only be made while the service is stopped. This button is only available if the service is currently running.&lt;br /&gt;
&lt;br /&gt;
[[de:Konfigurationswerkzeug]]&lt;br /&gt;
[[en:Configuration Tool]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=326</id>
		<title>Configuration Tool</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=326"/>
		<updated>2025-06-10T13:39:44Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[File:MailStore_Gateway_Configuration_LE_EN.png|right|300px]]&lt;br /&gt;
&lt;br /&gt;
With the MailStore Gateway Configuration tool administrators can configure basic settings of the MailStore Gateway service. &lt;br /&gt;
&lt;br /&gt;
The tool is started automatically during the initial installation process; it can be started manually through the corresponding desktop icon or start menu link.&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== E-Mail Domain ==&lt;br /&gt;
This value specifies the domain part of each MailStore Gateway mailbox email address (i.e. ''&amp;lt;mailbox-id&amp;gt;@'''&amp;lt;e-mail domain&amp;gt;'' ''').&lt;br /&gt;
&lt;br /&gt;
If MailStore Gateway should receive emails from other email servers (e.g. Microsoft Office 365, Google G Suite, etc.), the configured e-mail domain must be resolvable through DNS.&lt;br /&gt;
&lt;br /&gt;
'''Example: ''' If the primary domain is ''example.com'' and MailStore Gateway should receive emails, a DNS A record like ''gateway.example.com'' needs to be created in the DNS zone ''example.com''. The record must point to a public IP address on which MailStore Gateway is reachable. In MailStore Gateway the value of ''E-Mail Domain'' would be set to &amp;lt;tt&amp;gt;gateway.example.com&amp;lt;/tt&amp;gt;.  &lt;br /&gt;
If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed. Refer to [[Firewall Configuration]] for further details. &lt;br /&gt;
&lt;br /&gt;
== Certificate ==&lt;br /&gt;
MailStore Gateway uses TLS certificates to establish encrypted communication channels with clients and other servers.&lt;br /&gt;
&lt;br /&gt;
Administrators can choose from the following options which certificate MailStore Gateway should use:&lt;br /&gt;
&lt;br /&gt;
* '''Select from Certificate Store'''&amp;lt;br/&amp;gt;A certificate can be selected from the Windows certificate store. Please note that the ''Personal'' certificate store of the computer account is used, not the store of the current Windows user.&lt;br /&gt;
* '''Create Self-Signed Certificate'''&amp;lt;br/&amp;gt;A new self-signed certificate can be created and is automatically selected afterwards. Please note that self-signed certificates are neither trusted by other clients, which may lead to warnings on client computers, nor other servers. Therefore, self-signed certificates are suitable for testing purposes only and should be replaced once a system is used in a productions environment.&lt;br /&gt;
* '''Import from File'''&amp;lt;br/&amp;gt;With this option certificates can be imported from ''Private Information Exchange (*.p12;*.pfx)'' files. The configuration tool will automatically import the certificates into the correct Windows certificate store. Since Private Information Exchange files are password protected, a password must be entered to start the import process.&lt;br /&gt;
* '''Obtain from Let's Encrypt'''&amp;lt;br/&amp;gt;Let's Encrypt is a free, automated, and open certificate authority, trusted by all major web browsers and operating systems. Please refer to [[Using Let's Encrypt Certificates]] for more details.&lt;br /&gt;
&lt;br /&gt;
== Management Console Port ==&lt;br /&gt;
Defines the TCP ports on which MailStore Gateway's Management Console is available. If no other web server is running on the same server, it can safely be changed to the standard HTTPS port 443.&lt;br /&gt;
&lt;br /&gt;
== Let's Encrypt Port ==&lt;br /&gt;
This port is used temporarily when requesting or renewing certificates from Let's Encrypt.&lt;br /&gt;
&lt;br /&gt;
== Log Level ==&lt;br /&gt;
The ''Log Level'' defines how much information MailStore Gateway logs into its log files. The default settings is ''Information'' which should not be changed unless troubleshooting is required.&lt;br /&gt;
&lt;br /&gt;
== RFC 3030 support ==&lt;br /&gt;
Enables RFC 3030 support for inbound SMTP connections on port 25. This causes MailStore Gateway to advertise the SMTP extensions ''BINARYMIME'' and ''CHUNKING'' in its supported extensions and allows the use of the SMTP verb ''BDAT'' to accept emails with binary content (bare-line feeds) without additional content transfer encoding. This improves compatibility with inbound email servers, such as those of Microsoft 365.&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;p class=&amp;quot;msnote&amp;quot; style=&amp;quot;color:red&amp;quot;&amp;gt;'''Important notice:''' MailStore Server 24.4 or MailStore SPE 24.4 or newer are required to correctly archive emails submitted via the BDAT verb. Therefore, make sure to have updated MailStore Server or MailStore SPE ''before'' activating this option.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' This extension is not supported in proxy mode. Since proxy mode is only activated by authentication after the SMTP EHLO command, incompatibility with clients that also support ''CHUNKING'' may occur.&amp;lt;/br&amp;gt;In this case, use SMTP port 465 or 587 of the same gateway or use another gateway where this option remains disabled.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apply Configuration Changes ==&lt;br /&gt;
After the configuration of MailStore Gateway has been changed, the changes must be written to the configuration file by clicking on ''Apply''. Otherwise the changed settings will not be used when starting the MailStore Gateway service. &lt;br /&gt;
&lt;br /&gt;
== Starting the MailStore Gateway Service ==&lt;br /&gt;
By clicking the ''Start Service'' button, the MailStore Gateway service will be started. Changes to the configuration must be applied first, otherwise a warning is issued. This button is only available if the service is currently stopped.&lt;br /&gt;
&lt;br /&gt;
== Stopping the MailStore Gateway Service ==&lt;br /&gt;
By clicking the ''Stop Service'' button, the MailStore Gateway service will be stopped. Changes to the configuration can only be made while the service is stopped. This button is only available if the service is currently running.&lt;br /&gt;
&lt;br /&gt;
[[de:Konfigurationswerkzeug]]&lt;br /&gt;
[[en:Configuration Tool]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=325</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=325"/>
		<updated>2025-04-04T09:46:49Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Before beginning the installation of MailStore Gateway, all system requirements must be met.&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Processor'''&lt;br /&gt;
| Any x64 compatible CPU &lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Main Memory'''&lt;br /&gt;
| 512 MB&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Hard Disk'''&lt;br /&gt;
| 150 MB available disk space + enough disk space to store expected email volume.&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Network Bandwidth'''&lt;br /&gt;
| 100 MBit/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
MailStore Gateway is supported on the following operating systems:&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* Microsoft Windows 10 (1607 or higher)&lt;br /&gt;
* Microsoft Windows Server 2025 (Essentials, Standard, Datacenter, Datacenter Azure Edition)&lt;br /&gt;
* Microsoft Windows Server 2022 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2019 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2016 (Essentials, Standard, Datacenter)&lt;br /&gt;
The TCP SMTP ports 25, 465 and 587, the TCP POP3 ports 110 and 995, and the TCP HTTPS port 8450 must not be used by any other program, such as an email server.&lt;br /&gt;
&lt;br /&gt;
=== Web Browsers ===&lt;br /&gt;
The following web browsers in their respective current version are supported by the Management Console:&lt;br /&gt;
* Microsoft Edge (based on Chromium)&lt;br /&gt;
* Google Chrome&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
&lt;br /&gt;
=== Network ===&lt;br /&gt;
* Administrative access to the DNS zone is required to manage A and MX records.&lt;br /&gt;
* Administrative access to the firewall is required to manage port-forwarding rules.&lt;br /&gt;
&lt;br /&gt;
=== Other Software ===&lt;br /&gt;
The following other software is required:&lt;br /&gt;
* [https://dotnet.microsoft.com/en-us/download/dotnet/8.0 Microsoft .NET 8 Runtime]&lt;br /&gt;
[[de:Systemanforderungen]]&lt;br /&gt;
[[en:System Requirements]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=324</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=324"/>
		<updated>2024-12-04T13:46:32Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select ''I accept the agreement'' and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: &amp;lt;p style=&amp;quot;white-space: nowrap;word-break: keep-all;&amp;quot;&amp;gt;C:\Program Files\MailStore\MailStore Gateway)&amp;lt;/p&amp;gt; and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.  For example, if your primary domain is currently ''example.com'', you can use the domain ''gateway.example.com'' for MailStore Gateway.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting. For example, you can create an MX record ''gateway.example.com'' that points to the A record ''gateway.example.com''.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to the default of 80.&lt;br /&gt;
* Next to the ''Certificate'' field, click the three dots box and select ''Create self-signed certificate...''.&lt;br /&gt;
* Enter the desired ''Common Name'' of the certificate. This name is also used as a ''Subject Alternative Name'' (SAN) of the certificate.&lt;br /&gt;
* Click ''OK''. The self-signed certificate is created and selected.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes.&lt;br /&gt;
* Click ''Start Service'' to start the service.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
The mailboxes are managed via the MailStore Gateway Management Console web interface.&lt;br /&gt;
&lt;br /&gt;
You need one mailbox for each email source. E.g. when you receive journal messages from Microsoft 365 and you are using MailStore Gateway as POP3 and SMTP proxy, you need two mailboxes and two archiving profiles in MailStore Server or MailStore SPE of the correct type to archive from these mailboxes.&lt;br /&gt;
&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
* Head back to MailStore Server and set up archiving profiles that transfer the messages from MailStore Gateway to MailStore Server. [https://help.mailstore.com/en/server/MailStore_Help]&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=323</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=323"/>
		<updated>2024-12-04T13:43:23Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select ''I accept the agreement'' and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: &amp;lt;p style=&amp;quot;white-space: nowrap;&amp;quot;&amp;gt;C:\Program Files\MailStore\MailStore Gateway)&amp;lt;/p&amp;gt; and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.  For example, if your primary domain is currently ''example.com'', you can use the domain ''gateway.example.com'' for MailStore Gateway.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting. For example, you can create an MX record ''gateway.example.com'' that points to the A record ''gateway.example.com''.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to the default of 80.&lt;br /&gt;
* Next to the ''Certificate'' field, click the three dots box and select ''Create self-signed certificate...''.&lt;br /&gt;
* Enter the desired ''Common Name'' of the certificate. This name is also used as a ''Subject Alternative Name'' (SAN) of the certificate.&lt;br /&gt;
* Click ''OK''. The self-signed certificate is created and selected.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes.&lt;br /&gt;
* Click ''Start Service'' to start the service.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
The mailboxes are managed via the MailStore Gateway Management Console web interface.&lt;br /&gt;
&lt;br /&gt;
You need one mailbox for each email source. E.g. when you receive journal messages from Microsoft 365 and you are using MailStore Gateway as POP3 and SMTP proxy, you need two mailboxes and two archiving profiles in MailStore Server or MailStore SPE of the correct type to archive from these mailboxes.&lt;br /&gt;
&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
* Head back to MailStore Server and set up archiving profiles that transfer the messages from MailStore Gateway to MailStore Server. [https://help.mailstore.com/en/server/MailStore_Help]&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=322</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=322"/>
		<updated>2024-12-04T13:41:42Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select ''I accept the agreement'' and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: &amp;lt;p style=&amp;quot;white-space: nowrap;&amp;quot;&amp;gt;C:\Program Files\MailStore\MailStore Gateway&amp;lt;/p&amp;gt;) and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.  For example, if your primary domain is currently ''example.com'', you can use the domain ''gateway.example.com'' for MailStore Gateway.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting. For example, you can create an MX record ''gateway.example.com'' that points to the A record ''gateway.example.com''.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to the default of 80.&lt;br /&gt;
* Next to the ''Certificate'' field, click the three dots box and select ''Create self-signed certificate...''.&lt;br /&gt;
* Enter the desired ''Common Name'' of the certificate. This name is also used as a ''Subject Alternative Name'' (SAN) of the certificate.&lt;br /&gt;
* Click ''OK''. The self-signed certificate is created and selected.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes.&lt;br /&gt;
* Click ''Start Service'' to start the service.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
The mailboxes are managed via the MailStore Gateway Management Console web interface.&lt;br /&gt;
&lt;br /&gt;
You need one mailbox for each email source. E.g. when you receive journal messages from Microsoft 365 and you are using MailStore Gateway as POP3 and SMTP proxy, you need two mailboxes and two archiving profiles in MailStore Server or MailStore SPE of the correct type to archive from these mailboxes.&lt;br /&gt;
&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
* Head back to MailStore Server and set up archiving profiles that transfer the messages from MailStore Gateway to MailStore Server. [https://help.mailstore.com/en/server/MailStore_Help]&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=321</id>
		<title>Configuration Tool</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=321"/>
		<updated>2024-11-29T13:55:33Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[File:MailStore_Gateway_Configuration_LE_EN.png|right|300px]]&lt;br /&gt;
&lt;br /&gt;
With the MailStore Gateway Configuration tool administrators can configure basic settings of the MailStore Gateway service. &lt;br /&gt;
&lt;br /&gt;
The tool is started automatically during the initial installation process; it can be started manually through the corresponding desktop icon or start menu link.&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== E-Mail Domain ==&lt;br /&gt;
This value specifies the domain part of each MailStore Gateway mailbox email address (i.e. ''&amp;lt;mailbox-id&amp;gt;@'''&amp;lt;e-mail domain&amp;gt;'' ''').&lt;br /&gt;
&lt;br /&gt;
If MailStore Gateway should receive emails from other email servers (e.g. Microsoft Office 365, Google G Suite, etc.), the configured e-mail domain must be resolvable through DNS.&lt;br /&gt;
&lt;br /&gt;
'''Example: ''' If the primary domain is ''example.com'' and MailStore Gateway should receive emails, a DNS record like ''gateway.example.com'' needs to be created in the DNS zone ''example.com''. The record must point to a public IP address on which MailStore Gateway is reachable. In MailStore Gateway the value of ''E-Mail Domain'' would be set to &amp;lt;tt&amp;gt;gateway.example.com&amp;lt;/tt&amp;gt;.  &lt;br /&gt;
If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed. Refer to [[Firewall Configuration]] for further details. &lt;br /&gt;
&lt;br /&gt;
== Certificate ==&lt;br /&gt;
MailStore Gateway uses TLS certificates to establish encrypted communication channels with clients and other servers.&lt;br /&gt;
&lt;br /&gt;
Administrators can choose from the following options which certificate MailStore Gateway should use:&lt;br /&gt;
&lt;br /&gt;
* '''Select from Certificate Store'''&amp;lt;br/&amp;gt;A certificate can be selected from the Windows certificate store. Please note that the ''Personal'' certificate store of the computer account is used, not the store of the current Windows user.&lt;br /&gt;
* '''Create Self-Signed Certificate'''&amp;lt;br/&amp;gt;A new self-signed certificate can be created and is automatically selected afterwards. Please note that self-signed certificates are neither trusted by other clients, which may lead to warnings on client computers, nor other servers. Therefore, self-signed certificates are suitable for testing purposes only and should be replaced once a system is used in a productions environment.&lt;br /&gt;
* '''Import from File'''&amp;lt;br/&amp;gt;With this option certificates can be imported from ''Private Information Exchange (*.p12;*.pfx)'' files. The configuration tool will automatically import the certificates into the correct Windows certificate store. Since Private Information Exchange files are password protected, a password must be entered to start the import process.&lt;br /&gt;
* '''Obtain from Let's Encrypt'''&amp;lt;br/&amp;gt;Let's Encrypt is a free, automated, and open certificate authority, trusted by all major web browsers and operating systems. Please refer to [[Using Let's Encrypt Certificates]] for more details.&lt;br /&gt;
&lt;br /&gt;
== Management Console Port ==&lt;br /&gt;
Defines the TCP ports on which MailStore Gateway's Management Console is available. If no other web server is running on the same server, it can safely be changed to the standard HTTPS port 443.&lt;br /&gt;
&lt;br /&gt;
== Let's Encrypt Port ==&lt;br /&gt;
This port is used temporarily when requesting or renewing certificates from Let's Encrypt.&lt;br /&gt;
&lt;br /&gt;
== Log Level ==&lt;br /&gt;
The ''Log Level'' defines how much information MailStore Gateway logs into its log files. The default settings is ''Information'' which should not be changed unless troubleshooting is required.&lt;br /&gt;
&lt;br /&gt;
== RFC 3030 support ==&lt;br /&gt;
Enables RFC 3030 support for inbound SMTP connections on port 25. This causes MailStore Gateway to advertise the SMTP extensions ''BINARYMIME'' and ''CHUNKING'' in its supported extensions and allows the use of the SMTP verb ''BDAT'' to accept emails with binary content (bare-line feeds) without additional content transfer encoding. This improves compatibility with inbound email servers, such as those of Microsoft 365.&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;p class=&amp;quot;msnote&amp;quot; style=&amp;quot;color:red&amp;quot;&amp;gt;'''Important notice:''' MailStore Server 24.4 or MailStore SPE 24.4 or newer are required to correctly archive emails submitted via the BDAT verb. Therefore, make sure to have updated MailStore Server or MailStore SPE ''before'' activating this option.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' This extension is not supported in proxy mode. Since proxy mode is only activated by authentication after the SMTP EHLO command, incompatibility with clients that also support ''CHUNKING'' may occur.&amp;lt;/br&amp;gt;In this case, use SMTP port 465 or 587 of the same gateway or use another gateway where this option remains disabled.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apply Configuration Changes ==&lt;br /&gt;
After the configuration of MailStore Gateway has been changed, the changes must be written to the configuration file by clicking on ''Apply''. Otherwise the changed settings will not be used when starting the MailStore Gateway service. &lt;br /&gt;
&lt;br /&gt;
== Starting the MailStore Gateway Service ==&lt;br /&gt;
By clicking the ''Start Service'' button, the MailStore Gateway service will be started. Changes to the configuration must be applied first, otherwise a warning is issued. This button is only available if the service is currently stopped.&lt;br /&gt;
&lt;br /&gt;
== Stopping the MailStore Gateway Service ==&lt;br /&gt;
By clicking the ''Stop Service'' button, the MailStore Gateway service will be stopped. Changes to the configuration can only be made while the service is stopped. This button is only available if the service is currently running.&lt;br /&gt;
&lt;br /&gt;
[[de:Konfigurationswerkzeug]]&lt;br /&gt;
[[en:Configuration Tool]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=320</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=320"/>
		<updated>2024-11-29T13:50:31Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select ''I accept the agreement'' and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.  For example, if your primary domain is currently ''example.com'', you can use the domain ''gateway.example.com'' for MailStore Gateway.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting. For example, you can create an MX record ''gateway.example.com'' that points to the A record ''gateway.example.com''.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to the default of 80.&lt;br /&gt;
* Next to the ''Certificate'' field, click the three dots box and select ''Create self-signed certificate...''.&lt;br /&gt;
* Enter the desired ''Common Name'' of the certificate. This name is also used as a ''Subject Alternative Name'' (SAN) of the certificate.&lt;br /&gt;
* Click ''OK''. The self-signed certificate is created and selected.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes.&lt;br /&gt;
* Click ''Start Service'' to start the service.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
The mailboxes are managed via the MailStore Gateway Management Console web interface.&lt;br /&gt;
&lt;br /&gt;
You need one mailbox for each email source. E.g. when you receive journal messages from Microsoft 365 and you are using MailStore Gateway as POP3 and SMTP proxy, you need two mailboxes and two archiving profiles in MailStore Server or MailStore SPE of the correct type to archive from these mailboxes.&lt;br /&gt;
&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
* Head back to MailStore Server and set up archiving profiles that transfer the messages from MailStore Gateway to MailStore Server. [https://help.mailstore.com/en/server/MailStore_Help]&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Change_Mailbox_Folder_location&amp;diff=319</id>
		<title>Change Mailbox Folder location</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Change_Mailbox_Folder_location&amp;diff=319"/>
		<updated>2024-11-18T14:12:37Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Gateway stores its data and configuration files in ''C:\ProgramData\MailStore\Gateway''. To change that location, that folder and all of its content has to be moved to the desired location and a symbolic link has to be created which points to the new location.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* Stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* Move the folder ''C:\ProgramData\MailStore\Gateway'' and all of its content to your desired location. We will use ''D:\Gateway'' as an example.&lt;br /&gt;
* Open an elevated (administrative) command prompt (cmd).&lt;br /&gt;
* Navigate into ''C:\ProgamData\MailStore''.&lt;br /&gt;
* Execute the following command to create a symbolic directory link: &lt;br /&gt;
 mklink /D Gateway D:\Gateway&lt;br /&gt;
&lt;br /&gt;
: [[File:MailStore Gateway Command Prompt.png|center|350px]]&lt;br /&gt;
&lt;br /&gt;
* After the command is ran successfully, when you go back into the ''C:\ProgramData\MailStore'' directory, you will now see a shortcut, which can be used to verify that the move process completed successfully.&lt;br /&gt;
&lt;br /&gt;
: [[File:MailStore_Gateway_Symbolic_link.png|center|350px]]&lt;br /&gt;
&lt;br /&gt;
* Restart the Gateway service by returning to the MailStore Gateway Config Tool and clicking ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
[[de:Ändern_des_Speicherorts]]&lt;br /&gt;
[[en:Change_Mailbox_Folder_location]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Change_Mailbox_Folder_location&amp;diff=318</id>
		<title>Change Mailbox Folder location</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Change_Mailbox_Folder_location&amp;diff=318"/>
		<updated>2024-11-18T14:10:23Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Gateway stores its data and configuration files in ''C:\ProgramData\MailStore\Gateway''. To change that location, that folder and all of its content has to be moved to the desired location and a symbolic link has to be created which points to the new location.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* Stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* Move the folder ''C:\ProgramData\MailStore\Gateway'' and all of its content to your desired location. We will use ''D:\Gateway'' as an example.&lt;br /&gt;
* Open an elevated (administrative) command prompt (cmd).&lt;br /&gt;
* Navigate into ''C:\ProgamData\MailStore''.&lt;br /&gt;
* Execute the following command to create a symbolic directory link, the ''/D'' parameter tells ''mklink'' to creates a directory symbolic link: &lt;br /&gt;
 mklink /D Gateway D:\Gateway&lt;br /&gt;
&lt;br /&gt;
: [[File:MailStore Gateway Command Prompt.png|center|350px]]&lt;br /&gt;
&lt;br /&gt;
* After the command is ran successfully, when you go back into the ''C:\ProgramData\MailStore'' directory, you will now see a shortcut, which can be used to verify that the move process completed successfully.&lt;br /&gt;
&lt;br /&gt;
: [[File:MailStore_Gateway_Symbolic_link.png|center|350px]]&lt;br /&gt;
&lt;br /&gt;
* Restart the Gateway service by returning to the MailStore Gateway Config Tool and clicking ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
[[de:Ändern_des_Speicherorts]]&lt;br /&gt;
[[en:Change_Mailbox_Folder_location]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Change_Mailbox_Folder_location&amp;diff=317</id>
		<title>Change Mailbox Folder location</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Change_Mailbox_Folder_location&amp;diff=317"/>
		<updated>2024-11-15T15:54:26Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Gateway stores its data and configuration files in ''C:\ProgramData\MailStore\Gateway''. To change that location, that folder and all of its content has to be moved to the desired location and a symbolic link has to be created which points to the new location.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* Stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* Move the folder ''C:\ProgramData\MailStore\Gateway'' and all of its content to your desired location. We will use ''D:\Gateway'' as an example.&lt;br /&gt;
* Open an elevated (administrative) command prompt (cmd).&lt;br /&gt;
* Navigate into ''C:\ProgamData\MailStore''.&lt;br /&gt;
* Execute the following command to create a symbolic directory link: &lt;br /&gt;
 mklink /D Gateway D:\Gateway&lt;br /&gt;
&lt;br /&gt;
: [[File:MailStore Gateway Command Prompt.png|center|350px]]&lt;br /&gt;
&lt;br /&gt;
* After the command is ran successfully, when you go back into the ''C:\ProgramData\MailStore'' directory, you will now see a shortcut, which can be used to verify that the move process completed successfully.&lt;br /&gt;
&lt;br /&gt;
: [[File:MailStore_Gateway_Symbolic_link.png|center|350px]]&lt;br /&gt;
&lt;br /&gt;
* Restart the Gateway service by returning to the MailStore Gateway Config Tool and clicking ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
[[de:Ändern_des_Speicherorts]]&lt;br /&gt;
[[en:Change_Mailbox_Folder_location]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=316</id>
		<title>Configuration Tool</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=316"/>
		<updated>2024-10-09T08:51:21Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[File:MailStore_Gateway_Configuration_LE_EN.png|right|300px]]&lt;br /&gt;
&lt;br /&gt;
With the MailStore Gateway Configuration tool administrators can configure basic settings of the MailStore Gateway service. &lt;br /&gt;
&lt;br /&gt;
The tool is started automatically during the initial installation process; it can be started manually through the corresponding desktop icon or start menu link.&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
== E-Mail Domain ==&lt;br /&gt;
This value specifies the domain part of each MailStore Gateway mailbox email address (i.e. ''&amp;lt;mailbox-id&amp;gt;@'''&amp;lt;e-mail domain&amp;gt;'' ''').&lt;br /&gt;
&lt;br /&gt;
If MailStore Gateway should receive emails from other email servers (e.g. Microsoft Office 365, Google G Suite, etc.), the configured e-mail domain must be resolvable through DNS.&lt;br /&gt;
&lt;br /&gt;
'''Example: ''' If the primary domain is ''example.com'' and MailStore Gateway should receive emails, a DNS record like ''msgw.example.com'' needs to be created in the DNS zone ''example.com''. The record must point to a public IP address on which MailStore Gateway is reachable. In MailStore Gateway the value of ''E-Mail Domain'' would be set to &amp;lt;tt&amp;gt;msgw.example.com&amp;lt;/tt&amp;gt;.  &lt;br /&gt;
If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed. Refer to [[Firewall Configuration]] for further details. &lt;br /&gt;
&lt;br /&gt;
== Certificate ==&lt;br /&gt;
MailStore Gateway uses TLS certificates to establish encrypted communication channels with clients and other servers.&lt;br /&gt;
&lt;br /&gt;
Administrators can choose from the following options which certificate MailStore Gateway should use:&lt;br /&gt;
&lt;br /&gt;
* '''Select from Certificate Store'''&amp;lt;br/&amp;gt;A certificate can be selected from the Windows certificate store. Please note that the ''Personal'' certificate store of the computer account is used, not the store of the current Windows user.&lt;br /&gt;
* '''Create Self-Signed Certificate'''&amp;lt;br/&amp;gt;A new self-signed certificate can be created and is automatically selected afterwards. Please note that self-signed certificates are neither trusted by other clients, which may lead to warnings on client computers, nor other servers. Therefore, self-signed certificates are suitable for testing purposes only and should be replaced once a system is used in a productions environment.&lt;br /&gt;
* '''Import from File'''&amp;lt;br/&amp;gt;With this option certificates can be imported from ''Private Information Exchange (*.p12;*.pfx)'' files. The configuration tool will automatically import the certificates into the correct Windows certificate store. Since Private Information Exchange files are password protected, a password must be entered to start the import process.&lt;br /&gt;
* '''Obtain from Let's Encrypt'''&amp;lt;br/&amp;gt;Let's Encrypt is a free, automated, and open certificate authority, trusted by all major web browsers and operating systems. Please refer to [[Using Let's Encrypt Certificates]] for more details.&lt;br /&gt;
&lt;br /&gt;
== Management Console Port ==&lt;br /&gt;
Defines the TCP ports on which MailStore Gateway's Management Console is available. If no other web server is running on the same server, it can safely be changed to the standard HTTPS port 443.&lt;br /&gt;
&lt;br /&gt;
== Let's Encrypt Port ==&lt;br /&gt;
This port is used temporarily when requesting or renewing certificates from Let's Encrypt.&lt;br /&gt;
&lt;br /&gt;
== Log Level ==&lt;br /&gt;
The ''Log Level'' defines how much information MailStore Gateway logs into its log files. The default settings is ''Information'' which should not be changed unless troubleshooting is required.&lt;br /&gt;
&lt;br /&gt;
== RFC 3030 support ==&lt;br /&gt;
Enables RFC 3030 support for inbound SMTP connections on port 25. This causes MailStore Gateway to advertise the SMTP extensions ''BINARYMIME'' and ''CHUNKING'' in its supported extensions and allows the use of the SMTP verb ''BDAT'' to accept emails with binary content (bare-line feeds) without additional content transfer encoding. This improves compatibility with inbound email servers, such as those of Microsoft 365.&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;p class=&amp;quot;msnote&amp;quot; style=&amp;quot;color:red&amp;quot;&amp;gt;'''Important notice:''' MailStore Server 24.4 or MailStore SPE 24.4 or newer are required to correctly archive emails submitted via the BDAT verb. Therefore, make sure to have updated MailStore Server or MailStore SPE ''before'' activating this option.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' This extension is not supported in proxy mode. Since proxy mode is only activated by authentication after the SMTP EHLO command, incompatibility with clients that also support ''CHUNKING'' may occur.&amp;lt;/br&amp;gt;In this case, use SMTP port 465 or 587 of the same gateway or use another gateway where this option remains disabled.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Apply Configuration Changes ==&lt;br /&gt;
After the configuration of MailStore Gateway has been changed, the changes must be written to the configuration file by clicking on ''Apply''. Otherwise the changed settings will not be used when starting the MailStore Gateway service. &lt;br /&gt;
&lt;br /&gt;
== Starting the MailStore Gateway Service ==&lt;br /&gt;
By clicking the ''Start Service'' button, the MailStore Gateway service will be started. Changes to the configuration must be applied first, otherwise a warning is issued. This button is only available if the service is currently stopped.&lt;br /&gt;
&lt;br /&gt;
== Stopping the MailStore Gateway Service ==&lt;br /&gt;
By clicking the ''Stop Service'' button, the MailStore Gateway service will be stopped. Changes to the configuration can only be made while the service is stopped. This button is only available if the service is currently running.&lt;br /&gt;
&lt;br /&gt;
[[de:Konfigurationswerkzeug]]&lt;br /&gt;
[[en:Configuration Tool]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=File:MailStore_Gateway_Configuration_LE_EN.png&amp;diff=315</id>
		<title>File:MailStore Gateway Configuration LE EN.png</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=File:MailStore_Gateway_Configuration_LE_EN.png&amp;diff=315"/>
		<updated>2024-10-09T07:41:46Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: Lgodesberg uploaded a new version of File:MailStore Gateway Configuration LE EN.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=File:MailStore_Gateway_Configuration.png&amp;diff=314</id>
		<title>File:MailStore Gateway Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=File:MailStore_Gateway_Configuration.png&amp;diff=314"/>
		<updated>2024-10-09T07:41:09Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: Lgodesberg uploaded a new version of File:MailStore Gateway Configuration.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=313</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=313"/>
		<updated>2024-10-09T07:29:23Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Other Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Before beginning the installation of MailStore Gateway, all system requirements must be met.&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Processor'''&lt;br /&gt;
| Any x64 compatible CPU &lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Main Memory'''&lt;br /&gt;
| 512 MB&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Hard Disk'''&lt;br /&gt;
| 150 MB available disk space + enough disk space to store expected email volume.&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Network Bandwidth'''&lt;br /&gt;
| 100 MBit/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
MailStore Gateway is supported on the following operating systems:&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* Microsoft Windows 10 (1607 or higher)&lt;br /&gt;
* Microsoft Windows Server 2022 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2019 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2016 (Essentials, Standard, Datacenter)&lt;br /&gt;
The TCP SMTP ports 25, 465 and 587, the TCP POP3 ports 110 and 995, and the TCP HTTPS port 8450 must not be used by any other program, such as an email server.&lt;br /&gt;
&lt;br /&gt;
=== Web Browsers ===&lt;br /&gt;
The following web browsers in their respective current version are supported by the Management Console:&lt;br /&gt;
* Microsoft Edge (based on Chromium)&lt;br /&gt;
* Google Chrome&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
&lt;br /&gt;
=== Network ===&lt;br /&gt;
* Administrative access to the DNS zone is required to manage A and MX records.&lt;br /&gt;
* Administrative access to the firewall is required to manage port-forwarding rules.&lt;br /&gt;
&lt;br /&gt;
=== Other Software ===&lt;br /&gt;
The following other software is required:&lt;br /&gt;
* [https://dotnet.microsoft.com/en-us/download/dotnet/8.0 Microsoft .NET 8 Runtime]&lt;br /&gt;
[[de:Systemanforderungen]]&lt;br /&gt;
[[en:System Requirements]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Management_Console&amp;diff=312</id>
		<title>Management Console</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Management_Console&amp;diff=312"/>
		<updated>2024-08-13T14:44:47Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Create Mailbox */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The MailStore Gateway Management Console is the primary tool for administrators to manage MailStore Gateway, and mailboxes in particular.&lt;br /&gt;
&lt;br /&gt;
[[File:MailStore_Gateway_Management_Console.png|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Create Mailbox ==&lt;br /&gt;
You need one mailbox for each email source. E.g. when you receive journal messages from Microsoft 365 and you are using MailStore Gateway as POP3 and SMTP proxy, you need two mailboxes and two archiving profiles in MailStore Server or MailStore SPE of the correct type to archive from these mailboxes.&amp;lt;br/&amp;gt;&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Click on ''Create Mailbox''.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''Office 365 Journal''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Office 365 domain example.com''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:MailStore_Gateway_Create_Mailbox.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Edit Mailbox ==&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Select a mailbox from the table.&lt;br /&gt;
* Click ''Edit Mailbox''.&lt;br /&gt;
*: [[File:MailStore_Gateway_Edit_Mailbox.png|center|350px]] &lt;br /&gt;
* The following mailbox properties can be changed:&lt;br /&gt;
** '''Name'''&amp;lt;br/&amp;gt;The name of the mailbox, e.g. G Suite Archiving.&lt;br /&gt;
** '''Description'''&amp;lt;br/&amp;gt;The description helps to identify the purpose of the mailbox e.g. ''Destination for G Suite Archiving''.&lt;br /&gt;
** '''Status'''&amp;lt;br/&amp;gt;The status can have the following values:&lt;br /&gt;
*** ''Active''&amp;lt;br/&amp;gt;Active mailboxes accept new messages, which can be archived.&lt;br /&gt;
*** ''Suspended''&amp;lt;br/&amp;gt;Suspended mailboxes do not accept new messages but archiving from them is still possible. Typically this is needed when a mailbox is to be deleted, but still contains unarchived emails. A temporary error is thrown if an attempt is made to deliver an email to a suspended mailbox.&lt;br /&gt;
* Click ''OK'' to confirm the changes, or ''Cancel'' to abort.&lt;br /&gt;
&lt;br /&gt;
== Delete Mailbox ==&lt;br /&gt;
To delete a mailbox, please use the following procedure below:&lt;br /&gt;
&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Double click on the mailbox and set its status to ''Suspended'', if it isn't already.&lt;br /&gt;
* Click ''Delete Mailbox''.&lt;br /&gt;
*: [[File:MailStore_Gateway_Delete_Mailbox_With_Mails.png|center|350px]] &lt;br /&gt;
* Click ''Yes'' to confirm deleting the mailbox, or ''No'' to abort the deletion.&lt;br /&gt;
&lt;br /&gt;
== Reset Mailbox Password ==&lt;br /&gt;
To reset a mailbox password, the mailbox must meet the following prerequisites: &lt;br /&gt;
&lt;br /&gt;
* The mailbox must be empty.&lt;br /&gt;
* Its status must be set to ''Suspended''.&lt;br /&gt;
&lt;br /&gt;
If these prerequisites are met, a mailbox password can be reset by the following procedure:&lt;br /&gt;
&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Select a mailbox from the table.&lt;br /&gt;
* Click ''Reset Password''.&lt;br /&gt;
*: [[File:MailStore_Gateway_Reset_Mailbox_Password.png|center|350px]] &lt;br /&gt;
* Click ''Yes'' to confirm resetting the mailbox password, or ''No'' to abort the password reset.&lt;br /&gt;
* After clicking ''Yes'', a new password is generated and displayed.&lt;br /&gt;
* Proceed as detailed in the above section [[#Create Mailbox|Create Mailbox]].&lt;br /&gt;
&lt;br /&gt;
== Change Language ==&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Click on the username in the upper right corner.&lt;br /&gt;
* Select ''Settings''.&lt;br /&gt;
* Select the intended language from the ''Language'' drop-down. The console is updated immediately when selecting an other language.&lt;br /&gt;
* Click ''OK'' to close the settings.&lt;br /&gt;
&lt;br /&gt;
== Reset Own Password ==&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Click on the username in the upper right corner.&lt;br /&gt;
* Select ''Settings''.&lt;br /&gt;
* Click on the ''Reset own password'' link next to the ''Password'' label.&lt;br /&gt;
* Type in your current password to confirm the password change.&lt;br /&gt;
* A new, random password is displayed. Make sure to keep it in a safe place.&lt;br /&gt;
* Click ''OK'' to save changes.&lt;br /&gt;
&lt;br /&gt;
== Sign Out ==&lt;br /&gt;
* Click on the username in the upper right corner.&lt;br /&gt;
* Select ''Sign out''.&lt;br /&gt;
&lt;br /&gt;
[[de:Management Console]]&lt;br /&gt;
[[en:Management Console]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=311</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=311"/>
		<updated>2024-08-13T14:44:23Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Creating A MailStore Gateway Mailbox */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select ''I accept the agreement'' and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to the default of 80.&lt;br /&gt;
* Next to the ''Certificate'' field, click the three dots box and select ''Create self-signed certificate...''.&lt;br /&gt;
* Enter the desired ''Common Name'' of the certificate. This name is also used as a ''Subject Alternative Name'' (SAN) of the certificate.&lt;br /&gt;
* Click ''OK''. The self-signed certificate is created and selected.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes.&lt;br /&gt;
* Click ''Start Service'' to start the service.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
The mailboxes are managed via the MailStore Gateway Management Console web interface.&lt;br /&gt;
&lt;br /&gt;
You need one mailbox for each email source. E.g. when you receive journal messages from Microsoft 365 and you are using MailStore Gateway as POP3 and SMTP proxy, you need two mailboxes and two archiving profiles in MailStore Server or MailStore SPE of the correct type to archive from these mailboxes.&lt;br /&gt;
&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
* Head back to MailStore Server and set up archiving profiles that transfer the messages from MailStore Gateway to MailStore Server. [https://help.mailstore.com/en/server/MailStore_Help]&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Management_Console&amp;diff=310</id>
		<title>Management Console</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Management_Console&amp;diff=310"/>
		<updated>2024-08-13T14:41:55Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Create Mailbox */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
The MailStore Gateway Management Console is the primary tool for administrators to manage MailStore Gateway, and mailboxes in particular.&lt;br /&gt;
&lt;br /&gt;
[[File:MailStore_Gateway_Management_Console.png|center|550px]]&lt;br /&gt;
&lt;br /&gt;
== Create Mailbox ==&lt;br /&gt;
&lt;br /&gt;
You need one mailbox for each email source. E.g. when you receive journal messages from Microsoft 365 and you are using MailStore Gateway as POP3 and SMTP proxy, you need two mailboxes and two archiving profiles in MailStore Server or MailStore SPE of the correct type to archive from these mailboxes.&amp;lt;br/&amp;gt;&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Click on ''Create Mailbox''.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''Office 365 Journal''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Office 365 domain example.com''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:MailStore_Gateway_Create_Mailbox.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Edit Mailbox ==&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Select a mailbox from the table.&lt;br /&gt;
* Click ''Edit Mailbox''.&lt;br /&gt;
*: [[File:MailStore_Gateway_Edit_Mailbox.png|center|350px]] &lt;br /&gt;
* The following mailbox properties can be changed:&lt;br /&gt;
** '''Name'''&amp;lt;br/&amp;gt;The name of the mailbox, e.g. G Suite Archiving.&lt;br /&gt;
** '''Description'''&amp;lt;br/&amp;gt;The description helps to identify the purpose of the mailbox e.g. ''Destination for G Suite Archiving''.&lt;br /&gt;
** '''Status'''&amp;lt;br/&amp;gt;The status can have the following values:&lt;br /&gt;
*** ''Active''&amp;lt;br/&amp;gt;Active mailboxes accept new messages, which can be archived.&lt;br /&gt;
*** ''Suspended''&amp;lt;br/&amp;gt;Suspended mailboxes do not accept new messages but archiving from them is still possible. Typically this is needed when a mailbox is to be deleted, but still contains unarchived emails. A temporary error is thrown if an attempt is made to deliver an email to a suspended mailbox.&lt;br /&gt;
* Click ''OK'' to confirm the changes, or ''Cancel'' to abort.&lt;br /&gt;
&lt;br /&gt;
== Delete Mailbox ==&lt;br /&gt;
To delete a mailbox, please use the following procedure below:&lt;br /&gt;
&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Double click on the mailbox and set its status to ''Suspended'', if it isn't already.&lt;br /&gt;
* Click ''Delete Mailbox''.&lt;br /&gt;
*: [[File:MailStore_Gateway_Delete_Mailbox_With_Mails.png|center|350px]] &lt;br /&gt;
* Click ''Yes'' to confirm deleting the mailbox, or ''No'' to abort the deletion.&lt;br /&gt;
&lt;br /&gt;
== Reset Mailbox Password ==&lt;br /&gt;
To reset a mailbox password, the mailbox must meet the following prerequisites: &lt;br /&gt;
&lt;br /&gt;
* The mailbox must be empty.&lt;br /&gt;
* Its status must be set to ''Suspended''.&lt;br /&gt;
&lt;br /&gt;
If these prerequisites are met, a mailbox password can be reset by the following procedure:&lt;br /&gt;
&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Select a mailbox from the table.&lt;br /&gt;
* Click ''Reset Password''.&lt;br /&gt;
*: [[File:MailStore_Gateway_Reset_Mailbox_Password.png|center|350px]] &lt;br /&gt;
* Click ''Yes'' to confirm resetting the mailbox password, or ''No'' to abort the password reset.&lt;br /&gt;
* After clicking ''Yes'', a new password is generated and displayed.&lt;br /&gt;
* Proceed as detailed in the above section [[#Create Mailbox|Create Mailbox]].&lt;br /&gt;
&lt;br /&gt;
== Change Language ==&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Click on the username in the upper right corner.&lt;br /&gt;
* Select ''Settings''.&lt;br /&gt;
* Select the intended language from the ''Language'' drop-down. The console is updated immediately when selecting an other language.&lt;br /&gt;
* Click ''OK'' to close the settings.&lt;br /&gt;
&lt;br /&gt;
== Reset Own Password ==&lt;br /&gt;
* [[Login]] to the Management Console.&lt;br /&gt;
* Click on the username in the upper right corner.&lt;br /&gt;
* Select ''Settings''.&lt;br /&gt;
* Click on the ''Reset own password'' link next to the ''Password'' label.&lt;br /&gt;
* Type in your current password to confirm the password change.&lt;br /&gt;
* A new, random password is displayed. Make sure to keep it in a safe place.&lt;br /&gt;
* Click ''OK'' to save changes.&lt;br /&gt;
&lt;br /&gt;
== Sign Out ==&lt;br /&gt;
* Click on the username in the upper right corner.&lt;br /&gt;
* Select ''Sign out''.&lt;br /&gt;
&lt;br /&gt;
[[de:Management Console]]&lt;br /&gt;
[[en:Management Console]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=309</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=309"/>
		<updated>2024-08-08T12:26:24Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Creating A MailStore Gateway Mailbox */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select ''I accept the agreement'' and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to the default of 80.&lt;br /&gt;
* Next to the ''Certificate'' field, click the three dots box and select ''Create self-signed certificate...''.&lt;br /&gt;
* Enter the desired ''Common Name'' of the certificate. This name is also used as a ''Subject Alternative Name'' (SAN) of the certificate.&lt;br /&gt;
* Click ''OK''. The self-signed certificate is created and selected.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes.&lt;br /&gt;
* Click ''Start Service'' to start the service.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
You need one mailbox for each email source. E.g. when you receive journal messages from Microsoft 365 and you are using MailStore Gateway as POP3 and SMTP proxy, you need two mailboxes and two archiving profiles in MailStore Server or MailStore SPE of the correct type to archive from these mailboxes.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
* Head back to MailStore Server and set up archiving profiles that transfer the messages from MailStore Gateway to MailStore Server. [https://help.mailstore.com/en/server/MailStore_Help]&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=308</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=308"/>
		<updated>2024-07-29T09:19:25Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Articles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:MailStore Gateway Help}}&lt;br /&gt;
&lt;br /&gt;
MailStore Gateway is a free, complementary tool for MailStore's email archiving solutions MailStore Server and MailStore Service Provider Edition. &lt;br /&gt;
&lt;br /&gt;
It provides SMTP and POP3 proxy functionality, as well as simple mail server functionality to receive and store emails from Microsoft 365, Google G Suite or other email servers that are capable of sending emails to external archiving solutions via SMTP.&lt;br /&gt;
&lt;br /&gt;
If you want to get started quickly, follow the [[Quick Start Guide]].&lt;br /&gt;
&lt;br /&gt;
The following provides a walk-though of the essential steps to get the MailStore Gateway up and running, as well as some background information.&lt;br /&gt;
&lt;br /&gt;
== Before You Start ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Overview]] &lt;br /&gt;
| Learn more about the scenarios in which MailStore Gateway is the right solution for common challenges.&lt;br /&gt;
|-&lt;br /&gt;
|  [[System Requirements]]&lt;br /&gt;
|  Before installing MailStore Gateway, ensure that the system requirements are met.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Installation and Setup ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Installing MailStore Gateway|Installation]]&lt;br /&gt;
| Irrespective of the projected scenario, it all begins with the installation of the software itself.&lt;br /&gt;
|-&lt;br /&gt;
| [[Configuration Tool|Basic Configuration]]&lt;br /&gt;
| After successful installation, some basic configuration settings should be reviewed and adjusted where needed.&lt;br /&gt;
|-&lt;br /&gt;
| [[Firewall Configuration|Firewall Configuration]]&lt;br /&gt;
| To access MailStore Gateway from remote systems, appropriate firewall rules may have to be set up.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Using MailStore Gateway ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Login|Logging On]] &lt;br /&gt;
| Learn how to login to MailStore Gateway's Management Console.&lt;br /&gt;
|-&lt;br /&gt;
| [[Management Console|Create and Manage Mailboxes]]&lt;br /&gt;
| MailStore Gateway mailboxes contain the emails that are to be archived by MailStore Server or MailStore Service Provider Edition.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Post Installation Tasks ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Backup and Restore]]&lt;br /&gt;
| To protect the configuration settings and mailbox content, it is highly recommended to create backups regularly. &lt;br /&gt;
|-&lt;br /&gt;
| [[Monitoring]]&lt;br /&gt;
| This article gives an overview of what services and parameters to proactively monitor with a suitable monitoring solution to always provide users the best possible experience.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Move MailStore Gateway to new machine]]&lt;br /&gt;
| This article provides steps to move your existing MailStore Gateway install to a new machine.&lt;br /&gt;
|-&lt;br /&gt;
| [[Update MailStore Gateway]]&lt;br /&gt;
| This article provides steps how to update MailStore Gateway.&lt;br /&gt;
|-&lt;br /&gt;
| [[Using Let%27s Encrypt Certificates]]&lt;br /&gt;
| This article explains how to configure MailStore Gateway to use Let's Encrypt certificates.&lt;br /&gt;
|-&lt;br /&gt;
| [[Change Mailbox Folder location]]&lt;br /&gt;
| This article provides steps to move MailStore Gateway configuration and mailbox data to a different location.&lt;br /&gt;
|-&lt;br /&gt;
| [[Reset administrator password]]&lt;br /&gt;
| This article describes how to reset the administrator password.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mailstore.com/en/products/mailstore-gateway/changelog/ Changelog]&lt;br /&gt;
| What's new in MailStore Gateway&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[en:Main_Page]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=307</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=307"/>
		<updated>2024-07-29T09:11:11Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Articles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:MailStore Gateway Help}}&lt;br /&gt;
&lt;br /&gt;
MailStore Gateway is a free, complementary tool for MailStore's email archiving solutions MailStore Server and MailStore Service Provider Edition. &lt;br /&gt;
&lt;br /&gt;
It provides SMTP and POP3 proxy functionality, as well as simple mail server functionality to receive and store emails from Microsoft 365, Google G Suite or other email servers that are capable of sending emails to external archiving solutions via SMTP.&lt;br /&gt;
&lt;br /&gt;
If you want to get started quickly, follow the [[Quick Start Guide]].&lt;br /&gt;
&lt;br /&gt;
The following provides a walk-though of the essential steps to get the MailStore Gateway up and running, as well as some background information.&lt;br /&gt;
&lt;br /&gt;
== Before You Start ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Overview]] &lt;br /&gt;
| Learn more about the scenarios in which MailStore Gateway is the right solution for common challenges.&lt;br /&gt;
|-&lt;br /&gt;
|  [[System Requirements]]&lt;br /&gt;
|  Before installing MailStore Gateway, ensure that the system requirements are met.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Installation and Setup ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Installing MailStore Gateway|Installation]]&lt;br /&gt;
| Irrespective of the projected scenario, it all begins with the installation of the software itself.&lt;br /&gt;
|-&lt;br /&gt;
| [[Configuration Tool|Basic Configuration]]&lt;br /&gt;
| After successful installation, some basic configuration settings should be reviewed and adjusted where needed.&lt;br /&gt;
|-&lt;br /&gt;
| [[Firewall Configuration|Firewall Configuration]]&lt;br /&gt;
| To access MailStore Gateway from remote systems, appropriate firewall rules may have to be set up.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Using MailStore Gateway ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Login|Logging On]] &lt;br /&gt;
| Learn how to login to MailStore Gateway's Management Console.&lt;br /&gt;
|-&lt;br /&gt;
| [[Management Console|Create and Manage Mailboxes]]&lt;br /&gt;
| MailStore Gateway mailboxes contain the emails that are to be archived by MailStore Server or MailStore Service Provider Edition.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Post Installation Tasks ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Backup and Restore]]&lt;br /&gt;
| To protect the configuration settings and mailbox content, it is highly recommended to create backups regularly. &lt;br /&gt;
|-&lt;br /&gt;
| [[Monitoring]]&lt;br /&gt;
| This article gives an overview of what services and parameters to proactively monitor with a suitable monitoring solution to always provide users the best possible experience.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Move MailStore Gateway to new machine]]&lt;br /&gt;
| This article provides steps to move your existing MailStore Gateway install to a new machine.&lt;br /&gt;
|-&lt;br /&gt;
| [[Update MailStore Gateway]]&lt;br /&gt;
| This article provides steps how to update MailStore Gateway.&lt;br /&gt;
|-&lt;br /&gt;
| [[Using Let%27s Encrypt Certificates]]&lt;br /&gt;
| This article explains how to configure MailStore Gateway to use Let's Encrypt certificates.&lt;br /&gt;
|-&lt;br /&gt;
| [[Change Mailbox Folder location]]&lt;br /&gt;
| This article provides steps to move MailStore Gateway configuration and mailbox data to a different location.&lt;br /&gt;
|-&lt;br /&gt;
| [[Reset administrator password]]&lt;br /&gt;
| This article describes how to reset the administrator password.&lt;br /&gt;
|-&lt;br /&gt;
| [https://www.mailstore.com/en/products/mailstore-gateway/changelog/ Changelog]&lt;br /&gt;
| What’s New in MailStore Gateway&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[en:Main_Page]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=305</id>
		<title>Move MailStore Gateway to new machine</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=305"/>
		<updated>2024-07-16T13:33:49Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Gateway has multiple dependencies to network infrastructure. Depending on your specific setup, firewalls and DNS zones have to be re-configured as well. Please read the following instructions completely and carefully before you start implementing them.&lt;br /&gt;
&lt;br /&gt;
== Scenarios ==&lt;br /&gt;
The following scenarios are covered:&lt;br /&gt;
* MailStore Gateway is exposed to the internet through a firewall. It does not matter, whether the firewall only does port-forwarding or acts as reverse proxy.&lt;br /&gt;
* MailStore Gateway is exposed to the internet directly, e.g. when running in Azure or AWS.&lt;br /&gt;
Most steps are the same for both scenarios, differences will be pointed out when necessary.&lt;br /&gt;
&lt;br /&gt;
== Steps to Follow ==&lt;br /&gt;
To move MailStore Gateway to a new machine, please follow the steps below: &lt;br /&gt;
&lt;br /&gt;
* If MailStore Gateway is exposed to the internet directly, it might be beneficial to lower the TTL of the MX record of the Gateway email domain that points to the old machine beforehand.&lt;br /&gt;
* Create a [[Backup_and_Restore|backup]] of your OLD machine.&lt;br /&gt;
* [[Installing_MailStore_Gateway|Install]] MailStore Gateway on the NEW machine. The download can be found here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* On the NEW machine start the [[Configuration_Tool|MailStore Gateway Config Tool]] by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the NEW machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* On the NEW machine close the MailStore Gateway Config Tool.&lt;br /&gt;
* Copy the files ''config.json'' and ''gateway.db'' in the folder ''C:\ProgramData\MailStore\Gateway'' from the OLD machine to the same folder of the NEW machine, overwriting existing files.&lt;br /&gt;
* If using a third-party TLS certificate, copy and install the certificate to the NEW machine.&lt;br /&gt;
* Reopen the MailStore Gateway Config Tool from the desktop of the NEW machine and verify your settings. Especially that of the email domain and the certificate. [[Using_Let%27s_Encrypt_Certificates|Re-configure Let's Encrypt]], if necessary.&lt;br /&gt;
* Start the MailStore Gateway Service on the NEW machine.&lt;br /&gt;
* If MailStore Gateway is exposed to the internet through a firewall, adjust [[Firewall_Configuration|firewall settings]] to forward Gateway traffic to the NEW machine.&lt;br /&gt;
* Adjust DNS settings, if necessary.&lt;br /&gt;
* If MailStore Gatway is exposed to the internet directly, adjust the MX record of the Gateway email domain to point to the NEW machine. Adjust the TTL in case it has been altered beforehand.&lt;br /&gt;
* Ensure the NEW machine is receiving mails.&lt;br /&gt;
* Ensure the OLD machine is not receiving mails, anymore. If MailStore Gateway is directly exposed to the internet, depending on the TTL of the MX record, this might take 24 hours or even longer.&lt;br /&gt;
* After the machine is not receiving mails anymore, archive the remaining mails from the OLD machine.&lt;br /&gt;
* Adjust the archiving profiles in MailStore Server to point to the new Gateway.&lt;br /&gt;
* Adjust email client settings to point to the new Gateway if used as email proxy.&lt;br /&gt;
* Decommission the OLD machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[de:MailStore Gateway auf einen anderen Server verschieben]]&lt;br /&gt;
[[en:Move_MailStore_Gateway_to_new_machine]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=300</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=300"/>
		<updated>2024-04-17T12:27:12Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Initial Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to the default of 80.&lt;br /&gt;
* Next to the ''Certificate'' field, click the three dots box and select ''Create self-signed certificate...''.&lt;br /&gt;
* Enter the desired ''Common Name'' of the certificate. This name is also used as a ''Subject Alternative Name'' (SAN) of the certificate.&lt;br /&gt;
* Click ''OK''. The self-signed certificate is created and selected.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes.&lt;br /&gt;
* Click ''Start Service'' to start the service.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
* Head back to MailStore Server and set up archiving profiles that transfer the messages from MailStore Gateway to MailStore Server. [https://help.mailstore.com/en/server/MailStore_Help]&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=299</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=299"/>
		<updated>2024-04-17T12:23:24Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Before beginning the installation of MailStore Gateway, all system requirements must be met.&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Processor'''&lt;br /&gt;
| Any x64 compatible CPU &lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Main Memory'''&lt;br /&gt;
| 512 MB&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Hard Disk'''&lt;br /&gt;
| 150 MB available disk space + enough disk space to store expected email volume.&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Network Bandwidth'''&lt;br /&gt;
| 100 MBit/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
MailStore Gateway is supported on the following operating systems:&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* Microsoft Windows 10 (1607 or higher)&lt;br /&gt;
* Microsoft Windows Server 2022 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2019 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2016 (Essentials, Standard, Datacenter)&lt;br /&gt;
The TCP SMTP ports 25, 465 and 587, the TCP POP3 ports 110 and 995, and the TCP HTTPS port 8450 must not be used by any other program, such as an email server.&lt;br /&gt;
&lt;br /&gt;
=== Web Browsers ===&lt;br /&gt;
The following web browsers in their respective current version are supported by the Management Console:&lt;br /&gt;
* Microsoft Edge (based on Chromium)&lt;br /&gt;
* Google Chrome&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
&lt;br /&gt;
=== Network ===&lt;br /&gt;
* Administrative access to the DNS zone is required to manage A and MX records.&lt;br /&gt;
* Administrative access to the firewall is required to manage port-forwarding rules.&lt;br /&gt;
&lt;br /&gt;
=== Other Software ===&lt;br /&gt;
The following other software is required:&lt;br /&gt;
* [https://dotnet.microsoft.com/en-us/download/dotnet/6.0 Microsoft .NET 6 Runtime]&lt;br /&gt;
[[de:Systemanforderungen]]&lt;br /&gt;
[[en:System Requirements]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=298</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=298"/>
		<updated>2024-04-17T10:57:13Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Network */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Before beginning the installation of MailStore Gateway, all system requirements must be met.&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Processor'''&lt;br /&gt;
| Any x64 compatible CPU &lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Main Memory'''&lt;br /&gt;
| 512 MB&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Hard Disk'''&lt;br /&gt;
| 150 MB available disk space + enough disk space to store expected email volume.&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Network Bandwidth'''&lt;br /&gt;
| 100 MBit/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
MailStore Gateway is supported on the following operating systems:&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* Microsoft Windows 10 (1607 or higher)&lt;br /&gt;
* Microsoft Windows Server 2022 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2019 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2016 (Essentials, Standard, Datacenter)&lt;br /&gt;
The TCP SMTP ports 25, 465 and 587, the TCP POP3 ports 110 and 995, and the TCP HTTPS port 8450 must not be used by any other program, such as an email server.&lt;br /&gt;
&lt;br /&gt;
=== Web Browsers ===&lt;br /&gt;
The following web browsers in their respective current version are supported by the Management Console:&lt;br /&gt;
* Microsoft Edge (based on Chromium)&lt;br /&gt;
* Google Chrome&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
&lt;br /&gt;
=== Network ===&lt;br /&gt;
Administrative access to the DNS zone is required to manage A and MX records.&lt;br /&gt;
&lt;br /&gt;
=== Other Software ===&lt;br /&gt;
The following other software is required:&lt;br /&gt;
* [https://dotnet.microsoft.com/en-us/download/dotnet/6.0 Microsoft .NET 6 Runtime]&lt;br /&gt;
[[de:Systemanforderungen]]&lt;br /&gt;
[[en:System Requirements]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=297</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=297"/>
		<updated>2024-04-17T10:35:10Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:MailStore Gateway Help}}&lt;br /&gt;
&lt;br /&gt;
MailStore Gateway is a free, complementary tool for MailStore's email archiving solutions MailStore Server and MailStore Service Provider Edition. &lt;br /&gt;
&lt;br /&gt;
It provides SMTP and POP3 proxy functionality, as well as simple mail server functionality to receive and store emails from Microsoft 365, Google G Suite or other email servers that are capable of sending emails to external archiving solutions via SMTP.&lt;br /&gt;
&lt;br /&gt;
If you want to get started quickly, follow the [[Quick Start Guide]].&lt;br /&gt;
&lt;br /&gt;
The following provides a walk-though of the essential steps to get the MailStore Gateway up and running, as well as some background information.&lt;br /&gt;
&lt;br /&gt;
== Before You Start ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Overview]] &lt;br /&gt;
| Learn more about the scenarios in which MailStore Gateway is the right solution for common challenges.&lt;br /&gt;
|-&lt;br /&gt;
|  [[System Requirements]]&lt;br /&gt;
|  Before installing MailStore Gateway, ensure that the system requirements are met.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Installation and Setup ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Installing MailStore Gateway|Installation]]&lt;br /&gt;
| Irrespective of the projected scenario, it all begins with the installation of the software itself.&lt;br /&gt;
|-&lt;br /&gt;
| [[Configuration Tool|Basic Configuration]]&lt;br /&gt;
| After successful installation, some basic configuration settings should be reviewed and adjusted where needed.&lt;br /&gt;
|-&lt;br /&gt;
| [[Firewall Configuration|Firewall Configuration]]&lt;br /&gt;
| To access MailStore Gateway from remote systems, appropriate firewall rules may have to be set up.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Using MailStore Gateway ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Login|Logging On]] &lt;br /&gt;
| Learn how to login to MailStore Gateway's Management Console.&lt;br /&gt;
|-&lt;br /&gt;
| [[Management Console|Create and Manage Mailboxes]]&lt;br /&gt;
| MailStore Gateway mailboxes contain the emails that are to be archived by MailStore Server or MailStore Service Provider Edition.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Post Installation Tasks ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Backup and Restore]]&lt;br /&gt;
| To protect the configuration settings and mailbox content, it is highly recommended to create backups regularly. &lt;br /&gt;
|-&lt;br /&gt;
| [[Monitoring]]&lt;br /&gt;
| This article gives an overview of what services and parameters to proactively monitor with a suitable monitoring solution to always provide users the best possible experience.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Move MailStore Gateway to new machine]]&lt;br /&gt;
| This article provides steps to move your existing MailStore Gateway install to a new machine.&lt;br /&gt;
|-&lt;br /&gt;
| [[Update MailStore Gateway]]&lt;br /&gt;
| This article provides steps how to update MailStore Gateway.&lt;br /&gt;
|-&lt;br /&gt;
| [[Using Let%27s Encrypt Certificates]]&lt;br /&gt;
| This article explains how to configure MailStore Gateway to use Let's Encrypt certificates.&lt;br /&gt;
|-&lt;br /&gt;
| [[Change Mailbox Folder location]]&lt;br /&gt;
| This article provides steps to move MailStore Gateway configuration and mailbox data to a different location.&lt;br /&gt;
|-&lt;br /&gt;
| [[Reset administrator password]]&lt;br /&gt;
| This article describes how to reset the administrator password.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[en:Main_Page]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=296</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=296"/>
		<updated>2024-04-17T10:24:55Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Using your new journal Mailbox hosted on MailStore Gateway */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to the default of 80.&lt;br /&gt;
* Next to the ''Certificate'' field, click the three dots box, select ''Create self-signed certificate...'' and click ''OK''.&lt;br /&gt;
* Enter the desired ''Common Name'' of the certificate. This name is also used as a Subject Alternative Name (SAN).&lt;br /&gt;
* Click ''OK''. The self-signed certificate is created and selected.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes.&lt;br /&gt;
* Click ''Start Service'' to start the service.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
* Head back to MailStore Server and set up archiving profiles that transfer the messages from MailStore Gateway to MailStore Server. [https://help.mailstore.com/en/server/MailStore_Help]&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=295</id>
		<title>System Requirements</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=System_Requirements&amp;diff=295"/>
		<updated>2024-04-17T10:17:41Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Before beginning the installation of MailStore Gateway, all system requirements must be met.&lt;br /&gt;
&lt;br /&gt;
== Hardware Requirements ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Processor'''&lt;br /&gt;
| Any x64 compatible CPU &lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Main Memory'''&lt;br /&gt;
| 512 MB&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Hard Disk'''&lt;br /&gt;
| 150 MB available disk space + enough disk space to store expected email volume.&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;150&amp;quot; scope=&amp;quot;row&amp;quot; | '''Network Bandwidth'''&lt;br /&gt;
| 100 MBit/s&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software Requirements ==&lt;br /&gt;
=== Operating System ===&lt;br /&gt;
MailStore Gateway is supported on the following operating systems:&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* Microsoft Windows 10 (1607 or higher)&lt;br /&gt;
* Microsoft Windows Server 2022 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2019 (Essentials, Standard, Datacenter)&lt;br /&gt;
* Microsoft Windows Server 2016 (Essentials, Standard, Datacenter)&lt;br /&gt;
The TCP SMTP ports 25, 465 and 587, the TCP POP3 ports 110 and 995, and the TCP HTTPS port 8450 must not be used by any other program, such as an email server.&lt;br /&gt;
&lt;br /&gt;
=== Web Browsers ===&lt;br /&gt;
The following web browsers in their respective current version are supported by the Management Console:&lt;br /&gt;
* Microsoft Edge (based on Chromium)&lt;br /&gt;
* Google Chrome&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
&lt;br /&gt;
=== Network ===&lt;br /&gt;
Administrative access to the DNZ zone is required to manage A and MX records.&lt;br /&gt;
&lt;br /&gt;
=== Other Software ===&lt;br /&gt;
The following other software is required:&lt;br /&gt;
* [https://dotnet.microsoft.com/en-us/download/dotnet/6.0 Microsoft .NET 6 Runtime]&lt;br /&gt;
[[de:Systemanforderungen]]&lt;br /&gt;
[[en:System Requirements]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=294</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=294"/>
		<updated>2024-04-17T08:29:54Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to the default of 80.&lt;br /&gt;
* Next to the ''Certificate'' field, click the three dots box, select ''Create self-signed certificate...'' and click ''OK''.&lt;br /&gt;
* Enter the desired ''Common Name'' of the certificate. This name is also used as a Subject Alternative Name (SAN).&lt;br /&gt;
* Click ''OK''. The self-signed certificate is created and selected.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes.&lt;br /&gt;
* Click ''Start Service'' to start the service.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=293</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=293"/>
		<updated>2024-04-17T07:43:23Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be performed to set up the email domain and TLS certificate to use. Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
Furthermore, the network environment must be adapted so that emails can be delivered to MailStore Gateway.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to 80.&lt;br /&gt;
* In the ''Certificate'' field, click the box with the three dots and choose ''Create Self-Signed Certificate'' and click ''OK''. This will create a self-signed certificate using the FQDN of the MailStore Gateway machine which is the default configuration.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes and then click ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=292</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=292"/>
		<updated>2024-04-17T07:36:03Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be carried out in order to make MailStore Gateway aware of the email domain to be used and to set up the TLS certificate to be used.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to 80.&lt;br /&gt;
* In the ''Certificate'' field, click the box with the three dots and choose ''Create Self-Signed Certificate'' and click ''OK''. This will create a self-signed certificate using the FQDN of the MailStore Gateway machine which is the default configuration.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes and then click ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;br /&gt;
&lt;br /&gt;
[[de:Quick Start Guide]]&lt;br /&gt;
[[en:Quick Start Guide]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=291</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=291"/>
		<updated>2024-04-17T07:31:55Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:MailStore Gateway Help}}&lt;br /&gt;
&lt;br /&gt;
MailStore Gateway is a free, complementary tool for MailStore's email archiving solutions MailStore Server and MailStore Service Provider Edition. &lt;br /&gt;
&lt;br /&gt;
It provides SMTP and POP3 proxy functionality, as well as simple mail server functionality to receive and store emails from Microsoft 365, Google G Suite or other email servers that are capable of sending emails to external archiving solutions via SMTP. &lt;br /&gt;
&lt;br /&gt;
The following provides a walk-though of the essential steps to get the MailStore Gateway up and running, as well as some background information.&lt;br /&gt;
&lt;br /&gt;
== Before You Start ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Overview]] &lt;br /&gt;
| Learn more about the scenarios in which MailStore Gateway is the right solution for common challenges.&lt;br /&gt;
|-&lt;br /&gt;
|  [[System Requirements]]&lt;br /&gt;
|  Before installing MailStore Gateway, ensure that the system requirements are met.&lt;br /&gt;
|-&lt;br /&gt;
|  [[Quick Start Guide]]&lt;br /&gt;
|  Quick start guide for installing MailStore Gateway with the typical system setup.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Installation and Setup ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Installing MailStore Gateway|Installation]]&lt;br /&gt;
| Irrespective of the projected scenario, it all begins with the installation of the software itself.&lt;br /&gt;
|-&lt;br /&gt;
| [[Configuration Tool|Basic Configuration]]&lt;br /&gt;
| After successful installation, some basic configuration settings should be reviewed and adjusted where needed.&lt;br /&gt;
|-&lt;br /&gt;
| [[Firewall Configuration|Firewall Configuration]]&lt;br /&gt;
| To access MailStore Gateway from remote systems, appropriate firewall rules may have to be set up.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Using MailStore Gateway ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Login|Logging On]] &lt;br /&gt;
| Learn how to login to MailStore Gateway's Management Console.&lt;br /&gt;
|-&lt;br /&gt;
| [[Management Console|Create and Manage Mailboxes]]&lt;br /&gt;
| MailStore Gateway mailboxes contain the emails that are to be archived by MailStore Server or MailStore Service Provider Edition.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Post Installation Tasks ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Backup and Restore]]&lt;br /&gt;
| To protect the configuration settings and mailbox content, it is highly recommended to create backups regularly. &lt;br /&gt;
|-&lt;br /&gt;
| [[Monitoring]]&lt;br /&gt;
| This article gives an overview of what services and parameters to proactively monitor with a suitable monitoring solution to always provide users the best possible experience.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Move MailStore Gateway to new machine]]&lt;br /&gt;
| This article provides steps to move your existing MailStore Gateway install to a new machine.&lt;br /&gt;
|-&lt;br /&gt;
| [[Update MailStore Gateway]]&lt;br /&gt;
| This article provides steps how to update MailStore Gateway.&lt;br /&gt;
|-&lt;br /&gt;
| [[Using Let%27s Encrypt Certificates]]&lt;br /&gt;
| This article explains how to configure MailStore Gateway to use Let's Encrypt certificates.&lt;br /&gt;
|-&lt;br /&gt;
| [[Change Mailbox Folder location]]&lt;br /&gt;
| This article provides steps to move MailStore Gateway configuration and mailbox data to a different location.&lt;br /&gt;
|-&lt;br /&gt;
| [[Reset administrator password]]&lt;br /&gt;
| This article describes how to reset the administrator password.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[en:Main_Page]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=290</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=290"/>
		<updated>2024-04-17T07:25:29Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be carried out in order to make MailStore Gateway aware of the email domain to be used and to set up the TLS certificate to be used.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to 80.&lt;br /&gt;
* In the ''Certificate'' field, click the box with the three dots and choose ''Create Self-Signed Certificate'' and click ''OK''. This will create a self-signed certificate using the FQDN of the MailStore Gateway machine which is the default configuration.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes and then click ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=289</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=289"/>
		<updated>2024-04-17T07:24:52Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Initial Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be carried out in order to make MailStore Gateway aware of the email domain to be used and to set up the TLS certificate to be used.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the TLS certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to 80.&lt;br /&gt;
* In the &amp;quot;Certificate&amp;quot; field, click the box with the three dots and choose ''Create Self-Signed Certificate'' and click &amp;quot;OK&amp;quot;. This will create a self-signed certificate using the FQDN of the MailStore Gateway machine which is the default configuration.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes and then click ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=288</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=288"/>
		<updated>2024-04-17T07:24:31Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Initial Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be carried out in order to make MailStore Gateway aware of the email domain to be used and to set up the TLS certificate to be used.&lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut MailStore Gateway.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to 80.&lt;br /&gt;
* In the &amp;quot;Certificate&amp;quot; field, click the box with the three dots and choose ''Create Self-Signed Certificate'' and click &amp;quot;OK&amp;quot;. This will create a self-signed certificate using the FQDN of the MailStore Gateway machine which is the default configuration.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes and then click ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=287</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=287"/>
		<updated>2024-04-16T15:39:19Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Using your new journal Mailbox hosted on MailStore Gateway */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be carried out in order to make MailStore Gateway aware of the email domain to be used and to set up the TLS certificate to be used.&lt;br /&gt;
&lt;br /&gt;
* The Gateway config tool shortcut is located on the desktop of your machine and is named ''MailStore Gateway''. Double-click to open that tool.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to 80.&lt;br /&gt;
* In the &amp;quot;Certificate&amp;quot; field, click the box with the three dots and choose ''Create Self-Signed Certificate'' and click &amp;quot;OK&amp;quot;. This will create a self-signed certificate using the FQDN of the MailStore Gateway machine which is the default configuration.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes and then click ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our domain above, the functional gateway mailbox address is as below:&amp;lt;br/&amp;gt;'' mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com''&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=286</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=286"/>
		<updated>2024-04-16T15:37:12Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Creating A MailStore Gateway Mailbox */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be carried out in order to make MailStore Gateway aware of the email domain to be used and to set up the TLS certificate to be used.&lt;br /&gt;
&lt;br /&gt;
* The Gateway config tool shortcut is located on the desktop of your machine and is named ''MailStore Gateway''. Double-click to open that tool.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to 80.&lt;br /&gt;
* In the &amp;quot;Certificate&amp;quot; field, click the box with the three dots and choose ''Create Self-Signed Certificate'' and click &amp;quot;OK&amp;quot;. This will create a self-signed certificate using the FQDN of the MailStore Gateway machine which is the default configuration.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes and then click ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
To log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''M365 Journal Mailbox''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Microsoft 365''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, copy the password, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our fictional domain above, the functional gateway mailbox address is as below:&lt;br /&gt;
** mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=285</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=285"/>
		<updated>2024-04-16T15:33:52Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Initial Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be carried out in order to make MailStore Gateway aware of the email domain to be used and to set up the TLS certificate to be used.&lt;br /&gt;
&lt;br /&gt;
* The Gateway config tool shortcut is located on the desktop of your machine and is named ''MailStore Gateway''. Double-click to open that tool.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
* Add an A-record to your DNS zone which points to the public IP address of the MailStore Gateway server. The A-record should match one of the SANs (Subject Alternative Names) of the certificate to be used.&lt;br /&gt;
* Add an MX-record to your DNS zone which points to the name of the A-record created in the previous step. The MX-record must match the ''E-Mail Domain'' setting.&lt;br /&gt;
* If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed, e.g. SMTP and HTTP may need to be forwarded to MailStore Gateway. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to 80.&lt;br /&gt;
* In the &amp;quot;Certificate&amp;quot; field, click the box with the three dots and choose ''Create Self-Signed Certificate'' and click &amp;quot;OK&amp;quot;. This will create a self-signed certificate using the FQDN of the MailStore Gateway machine which is the default configuration.&lt;br /&gt;
** Alternatively choose ''Obtain from Let's Encrypt...'' to obtain a certificate from Let's Encrypt.  Refer to [[Using_Let%27s_Encrypt_Certificates|this article]] for further details.&lt;br /&gt;
* Click the ''Apply'' button to apply the configuration changes and then click ''Start Service''.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
TO log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''Office 365 Journal''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Office 365 domain mytdomain.net''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our fictional domain above, the functional gateway mailbox address is as below:&lt;br /&gt;
** mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=File:MailStore_Gateway_Configuration.png&amp;diff=284</id>
		<title>File:MailStore Gateway Configuration.png</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=File:MailStore_Gateway_Configuration.png&amp;diff=284"/>
		<updated>2024-04-16T15:01:07Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: Lgodesberg uploaded a new version of File:MailStore Gateway Configuration.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=283</id>
		<title>Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Quick_Start_Guide&amp;diff=283"/>
		<updated>2024-04-16T14:53:11Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Installation ===&lt;br /&gt;
* Download the MailStore Gateway setup file from here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* Start the installation process by double-clicking on the downloaded setup file .&lt;br /&gt;
* Select the language and click ''OK''.&lt;br /&gt;
* Read the license agreement.&lt;br /&gt;
* Select I accept the agreement and click ''Next''.&lt;br /&gt;
* Specify the target folder for the program files (default: ''C:\Program Files\MailStore\MailStore Gateway'') and click ''Next''.&lt;br /&gt;
* The setup program now extracts all program files into the given target folder.&lt;br /&gt;
* Click Finish to exit the installation program.&lt;br /&gt;
&lt;br /&gt;
=== Initial Configuration ===&lt;br /&gt;
The initial configuration must be carried out in order to make MailStore Gateway aware of the email domain to be used and to set up the TLS certificate to be used.&lt;br /&gt;
&lt;br /&gt;
* The Gateway config tool shortcut is located on the desktop of your machine and is named ''MailStore Gateway''. Double-click to open that tool.&lt;br /&gt;
* Configure the ''E-Mail Domain'' by entering the domain you want to be handled by MailStore Gateway. Usually this domain is different than your primary domain.&lt;br /&gt;
** Using the fictional domain &amp;quot;example.com&amp;quot; and with MailStore Gateway receiving emails, a DNS record like gateway.example.com needs to be created in the DNS zone example.com. The record &amp;quot;gateway.example.com&amp;quot; must point to a public IP address on which MailStore Gateway is reachable. In MailStore Gateway the value of E-Mail Domain would be set to gateway.example.com. If MailStore Gateway is located behind a NAT router or firewall, additional configuration may be needed. Refer to [[Firewall Configuration]] for further details.&lt;br /&gt;
*: [[File:MailStore Gateway Configuration.png|center|450px]]&lt;br /&gt;
** Example: Using our example above from our fictional domain, assuming we have a public IP address of 1.2.3.4 assigned to gateway.example.com and the internal IP address of our MailStore Gateway server is 10.0.0.2, we would create a firewall rule that forwards incoming traffic to port.&lt;br /&gt;
* In the &amp;quot;Certificate&amp;quot; field, click the box with the three dots and choose &amp;quot;Create Self-Signed Certificate&amp;quot; and click &amp;quot;OK&amp;quot;. This will create a self-signed certificate using the FQDN of the MailStore Gateway machine which is the default configuration.&lt;br /&gt;
* Leave the Management-console port set to the default of 8450 and the Let's Encrypt Port set to 80.&lt;br /&gt;
* Click the &amp;quot;Apply&amp;quot; button to apply the configuration changes and then click &amp;quot;Start Service&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Creating A MailStore Gateway Mailbox ===&lt;br /&gt;
TO log onto the MailStore Gateway Management Console and create a mailbox follow these instructions.&lt;br /&gt;
* Open a [[System_Requirements|supported web browser]].&lt;br /&gt;
* Navigate to &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;hostname-of-mailstore-gateway-server&amp;gt;:8450&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Accept possible certificate warnings from your web browser when using a self-signed certificate.&lt;br /&gt;
*: [[File:MailStore_Gateway_Login.png|center|450px]]&lt;br /&gt;
* In the ''User Name'' field enter ''admin''.&lt;br /&gt;
* In the ''Password'' field enter the corresponding password of the admin user. For the first time login, the password is ''admin''. After the first login, a random, secure password is created automatically.&lt;br /&gt;
* Click ''Sign in'' to proceed.&lt;br /&gt;
* Click ''Create Mailbox'' to proceed.&lt;br /&gt;
* Type a name in the ''Name'' field, i.e. ''Office 365 Journal''.&lt;br /&gt;
* ''Optional: '' Enter a description that helps to identify the purpose of the mailbox, e.g. ''Target for journal emails from Office 365 domain mytdomain.net''.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
* A strong, random password is generated and displayed.&lt;br /&gt;
*: [[File:JournalMailboxSetup.png|center|350px]]&lt;br /&gt;
* Carefully read the warning, and afterwards tick the checkbox ''I've read and understood the above warning''.&lt;br /&gt;
* Click ''OK'' to finish the mailbox creation.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
*; &amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' Make sure to store the password in a safe place as it is not stored in MailStore Gateway. The password is needed to decrypt the content of the mailbox. If the password is lost, there is no way to access emails that are still in the mailbox ever again; a lost password cannot be retrieved.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For MailStore Server customers we recommend to use an enterprise password manager to store such critical passwords. For MSPs using MailStore Service Provider Edition we do not recommend to store these passwords but instead ensure that when providing them to end customers, add a note about the importance of keeping the password safe.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using your new journal Mailbox hosted on MailStore Gateway===&lt;br /&gt;
&lt;br /&gt;
* You now have a functional gateway mailbox to receive journal messages from your email host.&lt;br /&gt;
*: [[File:MailStore_Gateway_Management_Console_mailbox.png|center|450px]]&lt;br /&gt;
* From our fictional domain above, the functional gateway mailbox address is as below:&lt;br /&gt;
** mbx-e52cdd7279194af9c57b3c2a064a7db@gateway.example.com&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=282</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Main_Page&amp;diff=282"/>
		<updated>2024-04-16T13:52:14Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: /* Articles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{DISPLAYTITLE:MailStore Gateway Help}}&lt;br /&gt;
&lt;br /&gt;
MailStore Gateway is a free, complementary tool for MailStore's email archiving solutions MailStore Server and MailStore Service Provider Edition. &lt;br /&gt;
&lt;br /&gt;
It provides SMTP and POP3 proxy functionality, as well as simple mail server functionality to receive and store emails from Microsoft 365, Google G Suite or other email servers that are capable of sending emails to external archiving solutions via SMTP. &lt;br /&gt;
&lt;br /&gt;
The following provides a walk-though of the essential steps to get the MailStore Gateway up and running, as well as some background information.&lt;br /&gt;
&lt;br /&gt;
== Before You Start ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Overview]] &lt;br /&gt;
| Learn more about the scenarios in which MailStore Gateway is the right solution for common challenges.&lt;br /&gt;
|-&lt;br /&gt;
|  [[System Requirements]]&lt;br /&gt;
|  Before installing MailStore Gateway, ensure that the system requirements are met.&lt;br /&gt;
|-&lt;br /&gt;
|  [[Quick Start Guide]]&lt;br /&gt;
|  Quick start guide for installing MailStore Gateway with the typical system setup.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Installation and Setup ==&lt;br /&gt;
{| &lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Installing MailStore Gateway|Installation]]&lt;br /&gt;
| Irrespective of the projected scenario, it all begins with the installation of the software itself.&lt;br /&gt;
|-&lt;br /&gt;
| [[Configuration Tool|Basic Configuration]]&lt;br /&gt;
| After successful installation, some basic configuration settings should be reviewed and adjusted where needed.&lt;br /&gt;
|-&lt;br /&gt;
| [[Firewall Configuration|Firewall Configuration]]&lt;br /&gt;
| To access MailStore Gateway from remote systems, appropriate firewall rules may have to be set up.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Using MailStore Gateway ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Login|Logging On]] &lt;br /&gt;
| Learn how to login to MailStore Gateway's Management Console.&lt;br /&gt;
|-&lt;br /&gt;
| [[Management Console|Create and Manage Mailboxes]]&lt;br /&gt;
| MailStore Gateway mailboxes contain the emails that are to be archived by MailStore Server or MailStore Service Provider Edition.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Post Installation Tasks ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Backup and Restore]]&lt;br /&gt;
| To protect the configuration settings and mailbox content, it is highly recommended to create backups regularly. &lt;br /&gt;
|-&lt;br /&gt;
| [[Monitoring]]&lt;br /&gt;
| This article gives an overview of what services and parameters to proactively monitor with a suitable monitoring solution to always provide users the best possible experience.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Articles ==&lt;br /&gt;
{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top; width: 200px&amp;quot; | [[Move MailStore Gateway to new machine]]&lt;br /&gt;
| This article provides steps to move your existing MailStore Gateway install to a new machine.&lt;br /&gt;
|-&lt;br /&gt;
| [[Update MailStore Gateway]]&lt;br /&gt;
| This article provides steps how to update MailStore Gateway.&lt;br /&gt;
|-&lt;br /&gt;
| [[Using Let%27s Encrypt Certificates]]&lt;br /&gt;
| This article explains how to configure MailStore Gateway to use Let's Encrypt certificates.&lt;br /&gt;
|-&lt;br /&gt;
| [[Change Mailbox Folder location]]&lt;br /&gt;
| This article provides steps to move MailStore Gateway configuration and mailbox data to a different location.&lt;br /&gt;
|-&lt;br /&gt;
| [[Reset administrator password]]&lt;br /&gt;
| This article describes how to reset the administrator password.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Change Mailbox Folder location&lt;br /&gt;
&lt;br /&gt;
[[de:Hauptseite]]&lt;br /&gt;
[[en:Main_Page]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=281</id>
		<title>Move MailStore Gateway to new machine</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=281"/>
		<updated>2024-04-16T13:49:41Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Gateway has multiple dependencies to network infrastructure. Depending on your specific setup, firewalls and DNS zones have to be re-configured as well.&lt;br /&gt;
&lt;br /&gt;
== MailStore Gateway behind a firewall ==&lt;br /&gt;
&lt;br /&gt;
In this scenario it is assumed, that MailStore Gateway is exposed to the internet through a firewall. It does not matter, whether the firewall only does port-forwarding or acts as reverse proxy.&lt;br /&gt;
&lt;br /&gt;
To move MailStore Gateway to a new machine, please follow the steps below: &lt;br /&gt;
&lt;br /&gt;
* Create a [[Backup_and_Restore|backup]] of your OLD machine.&lt;br /&gt;
* [[Installing_MailStore_Gateway|Install]] MailStore Gateway on the NEW machine. The download can be found here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* On the NEW and machine start the [[Configuration_Tool|MailStore Gateway Config Tool]] by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the NEW machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* On the NEW machine close the MailStore Gateway Config Tool.&lt;br /&gt;
* On the NEW machine navigate into the folder ''C:\ProgramData\MailStore'' and delete the ''Gateway'' sub-folder.&lt;br /&gt;
* Log in the web interface of the OLD machine and [[Management_Console#Edit_Mailbox|suspend all mailboxes]].&lt;br /&gt;
* Copy the folder ''C:\ProgramData\MailStore\Gateway'' from the OLD machine to the NEW machine.&lt;br /&gt;
* If using a third-party TLS certificate, copy and install the certificate to the NEW machine.&lt;br /&gt;
* Reopen the MailStore Gateway Config Tool from the desktop of the NEW machine and verify your settings. Especially that of the email domain and the certificate. [[Using_Let%27s_Encrypt_Certificates|Re-configure Let's Encrypt]], if necessary.&lt;br /&gt;
* Start the MailStore Gateway Service on the NEW machine.&lt;br /&gt;
* Log in the web interface of the NEW machine and [[Management_Console#Edit_Mailbox|activate all mailboxes]].&lt;br /&gt;
* Adjust [[Firewall_Configuration|firewall settings]] to forward Gateway traffic to the NEW machine.&lt;br /&gt;
* Adjust DNS settings, if necessary.&lt;br /&gt;
* Ensure the NEW machine is receiving mails.&lt;br /&gt;
* Archive the remaining mails from the OLD machine.&lt;br /&gt;
* Adjust the archiving profiles in MailStore Server to point to the new Gateway.&lt;br /&gt;
* Adjust email client settings to point to the new Gateway if used as email proxy.&lt;br /&gt;
* Decommission the OLD machine.&lt;br /&gt;
&lt;br /&gt;
== MailStore Gateway directly exposed to the internet ==&lt;br /&gt;
&lt;br /&gt;
When MailStore Gateway is exposed to the internet directly, e.g. when running in Azure or AWS, follow the steps below. For a faster migration, it might be beneficial to lower the TTL of the MX record of the Gateway email domain that points to the old machine beforehand: &lt;br /&gt;
&lt;br /&gt;
* Create a [[Backup_and_Restore|backup]] of your OLD machine.&lt;br /&gt;
* [[Installing_MailStore_Gateway|Install]] MailStore Gateway on the NEW machine. The download can be found here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* On the NEW and machine start the [[Configuration_Tool|MailStore Gateway Config Tool]] by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the NEW machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* On the NEW machine close the MailStore Gateway Config Tool.&lt;br /&gt;
* On the NEW machine navigate into the folder ''C:\ProgramData\MailStore'' and delete the ''Gateway'' sub-folder.&lt;br /&gt;
* On the OLD and machine start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the OLD machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* Copy the folder ''C:\ProgramData\MailStore\Gateway'' from the OLD machine to the NEW machine.&lt;br /&gt;
* If using a third-party TLS certificate, copy and install the certificate to the NEW machine.&lt;br /&gt;
* Start the MailStore Gateway Service on the OLD machine.&lt;br /&gt;
* Reopen the MailStore Gateway Config Tool from the desktop of the NEW machine and verify your settings. Especially that of the email domain and the certificate. [[Using_Let%27s_Encrypt_Certificates|Re-configure Let's Encrypt]], if necessary.&lt;br /&gt;
* Start the MailStore Gateway Service on the NEW machine.&lt;br /&gt;
* Adjust DNS settings, the MX record of the Gateway email domain must point to the NEW machine. Adjust the TTL in case it has been altered beforehand.&lt;br /&gt;
* Ensure the NEW machine is receiving mails.&lt;br /&gt;
* Archive the remaining mails from the OLD machine.&lt;br /&gt;
* Adjust the archiving profiles in MailStore Server to point to the new Gateway.&lt;br /&gt;
* Adjust email client settings to point to the new Gateway if used as email proxy.&lt;br /&gt;
* Decommission the OLD machine.&lt;br /&gt;
&lt;br /&gt;
[[de:MailStore Gateway auf einen anderen Server verschieben]]&lt;br /&gt;
[[en:Move_MailStore_Gateway_to_new_machine]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=280</id>
		<title>Move MailStore Gateway to new machine</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=280"/>
		<updated>2024-04-16T11:56:06Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Gateway has multiple dependencies to network infrastructure. Depending on your specific setup, firewalls and DNS zones have to be re-configured as well.&lt;br /&gt;
&lt;br /&gt;
== MailStore Gateway behind a firewall ==&lt;br /&gt;
&lt;br /&gt;
In this scenario it is assumed, that MailStore Gateway is exposed to the internet through a firewall. It does not matter, whether the firewall only does port-forwarding or acts as reverse proxy.&lt;br /&gt;
&lt;br /&gt;
To move MailStore Gateway to a new machine, please follow the steps below: &lt;br /&gt;
&lt;br /&gt;
* Create a [[Backup_and_Restore|backup]] of your OLD machine.&lt;br /&gt;
* [[Installing_MailStore_Gateway|Install]] MailStore Gateway on the NEW machine.&lt;br /&gt;
* The download can be found here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* On the NEW and machine start the [[Configuration_Tool|MailStore Gateway Config Tool]] by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the NEW machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* On the NEW machine close the MailStore Gateway Config Tool.&lt;br /&gt;
* On the NEW machine navigate into the folder ''C:\ProgramData\MailStore'' and delete the ''Gateway'' sub-folder.&lt;br /&gt;
* Log in the web interface of the OLD machine and [[Management_Console#Edit_Mailbox|suspend all mailboxes]].&lt;br /&gt;
* Copy the folder ''C:\ProgramData\MailStore\Gateway'' from the OLD machine to the NEW machine.&lt;br /&gt;
* If using a third-party TLS certificate, copy and install the certificate to the NEW machine.&lt;br /&gt;
* Reopen the MailStore Gateway Config Tool from the desktop of the NEW machine and verify your settings. Especially that of the email domain and the certificate. [[Using_Let%27s_Encrypt_Certificates|Re-configure Let's Encrypt]], if necessary.&lt;br /&gt;
* Start the MailStore Gateway Service on the NEW machine.&lt;br /&gt;
* Log in the web interface of the NEW machine and [[Management_Console#Edit_Mailbox|activate all mailboxes]].&lt;br /&gt;
* Adjust [[Firewall_Configuration|firewall settings]] to forward Gateway traffic to the NEW machine.&lt;br /&gt;
* Adjust DNS settings, if necessary.&lt;br /&gt;
* Ensure the NEW machine is receiving mails.&lt;br /&gt;
* Archive the remaining mails from the OLD machine.&lt;br /&gt;
* Adjust the archiving profiles in MailStore Server to point to the new Gateway.&lt;br /&gt;
* Adjust email client settings to point to the new Gateway if used as email proxy.&lt;br /&gt;
* Decommission the OLD machine.&lt;br /&gt;
&lt;br /&gt;
== MailStore Gateway directly exposed to the internet ==&lt;br /&gt;
&lt;br /&gt;
When MailStore Gateway is exposed to the internet directly, e.g. when running in Azure or AWS, follow the steps below. For a faster migration, it might be beneficial to lower the TTL of the MX record of the Gateway email domain that points to the old machine beforehand: &lt;br /&gt;
&lt;br /&gt;
* Create a [[Backup_and_Restore|backup]] of your OLD machine.&lt;br /&gt;
* [[Installing_MailStore_Gateway|Install]] MailStore Gateway on the NEW machine.&lt;br /&gt;
* The download can be found here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* On the NEW and machine start the [[Configuration_Tool|MailStore Gateway Config Tool]] by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the NEW machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* On the NEW machine close the MailStore Gateway Config Tool.&lt;br /&gt;
* On the NEW machine navigate into the folder ''C:\ProgramData\MailStore'' and delete the ''Gateway'' sub-folder.&lt;br /&gt;
* On the OLD and machine start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the OLD machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* Copy the folder ''C:\ProgramData\MailStore\Gateway'' from the OLD machine to the NEW machine.&lt;br /&gt;
* If using a third-party TLS certificate, copy and install the certificate to the NEW machine.&lt;br /&gt;
* Start the MailStore Gateway Service on the OLD machine.&lt;br /&gt;
* Reopen the MailStore Gateway Config Tool from the desktop of the NEW machine and verify your settings. Especially that of the email domain and the certificate. [[Using_Let%27s_Encrypt_Certificates|Re-configure Let's Encrypt]], if necessary.&lt;br /&gt;
* Start the MailStore Gateway Service on the NEW machine.&lt;br /&gt;
* Adjust DNS settings, the MX record of the Gateway email domain must point to the NEW machine. Adjust the TTL in case it has been altered beforehand.&lt;br /&gt;
* Ensure the NEW machine is receiving mails.&lt;br /&gt;
* Archive the remaining mails from the OLD machine.&lt;br /&gt;
* Adjust the archiving profiles in MailStore Server to point to the new Gateway.&lt;br /&gt;
* Adjust email client settings to point to the new Gateway if used as email proxy.&lt;br /&gt;
* Decommission the OLD machine.&lt;br /&gt;
&lt;br /&gt;
[[de:MailStore Gateway auf einen anderen Server verschieben]]&lt;br /&gt;
[[en:Move_MailStore_Gateway_to_new_machine]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=279</id>
		<title>Move MailStore Gateway to new machine</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=279"/>
		<updated>2024-04-16T11:09:57Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Gateway has multiple dependencies to network infrastructure. Depending on your specific setup, firewalls and DNS zones have to be re-configured as well.&lt;br /&gt;
&lt;br /&gt;
== MailStore Gateway behind a firewall ==&lt;br /&gt;
&lt;br /&gt;
In this scenario it is assumed, that MailStore Gateway is exposed to the internet through a firewall. It does not matter, whether the firewall only does port-forwarding or acts as reverse proxy.&lt;br /&gt;
&lt;br /&gt;
To move MailStore Gateway to a new machine, please follow the steps below: &lt;br /&gt;
&lt;br /&gt;
* Create a [[Backup_and_Restore|backup]] of your OLD machine.&lt;br /&gt;
* [[Installing_MailStore_Gateway|Install]] MailStore Gateway on the NEW machine.&lt;br /&gt;
* The download can be found here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* On the NEW and machine start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the NEW machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* On the NEW machine close the MailStore Gateway Config Tool.&lt;br /&gt;
* On the NEW machine navigate into the folder ''C:\ProgramData\MailStore'' and delete the ''Gateway'' sub-folder.&lt;br /&gt;
* Log in the web interface of the OLD machine and [[Management_Console#Edit_Mailbox|suspend all mailboxes]].&lt;br /&gt;
* Copy the folder ''C:\ProgramData\MailStore\Gateway'' from the OLD machine to the NEW machine.&lt;br /&gt;
* If using a third-party TLS certificate, copy and install the certificate to the NEW machine.&lt;br /&gt;
* Reopen the MailStore Gateway Config Tool from the desktop of the NEW machine and verify your settings. Especially that of the email domain and the certificate. Re-configure Let's Encrypt, if necessary.&lt;br /&gt;
* Start the MailStore Gateway Service on the NEW machine.&lt;br /&gt;
* Log in the web interface of the NEW machine and [[Management_Console#Edit_Mailbox|activate all mailboxes]].&lt;br /&gt;
* Adjust [[Firewall_Configuration|firewall settings]] to forward Gateway traffic to the NEW machine.&lt;br /&gt;
* Adjust DNS settings, if necessary.&lt;br /&gt;
* Ensure the NEW machine is receiving mails.&lt;br /&gt;
* Archive the remaining mails from the OLD machine.&lt;br /&gt;
* Adjust the archiving profiles in MailStore Server to point to the new Gateway.&lt;br /&gt;
* Adjust email client settings to point to the new Gateway if used as email proxy.&lt;br /&gt;
* Decommission the OLD machine.&lt;br /&gt;
&lt;br /&gt;
== MailStore Gateway directly exposed to the internet ==&lt;br /&gt;
&lt;br /&gt;
When MailStore Gateway is exposed to the internet directly, e.g. when running in Azure, AWS or GCP, follow the steps below. For a faster migration, it might be beneficial to lower the TTL of the MX record of the Gateway email domain that points to the old machine: &lt;br /&gt;
&lt;br /&gt;
* Create a [[Backup_and_Restore|backup]] of your OLD machine.&lt;br /&gt;
* [[Installing_MailStore_Gateway|Install]] MailStore Gateway on the NEW machine.&lt;br /&gt;
* The download can be found here [https://www.mailstore.com/en/products/mailstore-gateway/].&lt;br /&gt;
* On the NEW and machine start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the NEW machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* On the NEW machine close the MailStore Gateway Config Tool.&lt;br /&gt;
* On the NEW machine navigate into the folder ''C:\ProgramData\MailStore'' and delete the ''Gateway'' sub-folder.&lt;br /&gt;
* On the OLD and machine start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* On the OLD machine stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* Copy the folder ''C:\ProgramData\MailStore\Gateway'' from the OLD machine to the NEW machine.&lt;br /&gt;
* If using a third-party TLS certificate, copy and install the certificate to the NEW machine.&lt;br /&gt;
* Start the MailStore Gateway Service on the OLD machine.&lt;br /&gt;
* Reopen the MailStore Gateway Config Tool from the desktop of the NEW machine and verify your settings. Especially that of the email domain and the certificate. Re-configure Let's Encrypt, if necessary.&lt;br /&gt;
* Start the MailStore Gateway Service on the NEW machine.&lt;br /&gt;
* Adjust DNS settings, the MX record of the Gateway email domain must point to the NEW machine. Adjust the TTL in case it has been altered beforehand.&lt;br /&gt;
* Ensure the NEW machine is receiving mails.&lt;br /&gt;
* Archive the remaining mails from the OLD machine.&lt;br /&gt;
* Adjust the archiving profiles in MailStore Server to point to the new Gateway.&lt;br /&gt;
* Adjust email client settings to point to the new Gateway if used as email proxy.&lt;br /&gt;
* Decommission the OLD machine.&lt;br /&gt;
&lt;br /&gt;
[[de:MailStore Gateway auf einen anderen Server verschieben]]&lt;br /&gt;
[[en:Move_MailStore_Gateway_to_new_machine]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=278</id>
		<title>Move MailStore Gateway to new machine</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Move_MailStore_Gateway_to_new_machine&amp;diff=278"/>
		<updated>2024-04-15T17:02:49Z</updated>

		<summary type="html">&lt;p&gt;Lgodesberg: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To move MailStore Gateway to a new machine, please follow the steps below: &lt;br /&gt;
&lt;br /&gt;
* Start the MailStore Gateway Config Tool by clicking on the desktop shortcut ''MailStore Gateway''.&lt;br /&gt;
* Stop the Gateway service by clicking ''Stop Service''.&lt;br /&gt;
* [[Installing_MailStore_Gateway|Install]] MailStore Gateway on the new machine.&lt;br /&gt;
* Stop the MailStore Gateway service on the new machine.&lt;br /&gt;
* Adjust any DNS settings (internal DNS and external DNS if used).&lt;br /&gt;
* Adjust [[Firewall_Configuration|firewall settings]] to forward traffic to the new machine where MailStore Gateway is installed.&lt;br /&gt;
* If using a third-party TLS certificate, copy and install the certificate to the new Gateway server.&lt;br /&gt;
* Replace the Gateway configuration folder on the new server by the folder from the older server. By default this is ''C:\ProgramData\MailStore\Gateway''.&lt;br /&gt;
* Reopen the MailStore Gateway Config Tool from the desktop of the new machine and verify your settings. Especially that of the email domain and the certificate.&lt;br /&gt;
* Adjust the archiving profiles in MailStore Server to point to the new Gateway.&lt;br /&gt;
* Adjust email client settings to point to the new Gateway if used as email proxy.&lt;br /&gt;
* Start the MailStore Gateway Service on the new machine.&lt;br /&gt;
* Uninstall MailStore Gateway from the old machine.&lt;br /&gt;
&lt;br /&gt;
[[de:MailStore Gateway auf einen anderen Server verschieben]]&lt;br /&gt;
[[en:Move_MailStore_Gateway_to_new_machine]]&lt;/div&gt;</summary>
		<author><name>Lgodesberg</name></author>
	</entry>
</feed>