<?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=Rrommelrath</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=Rrommelrath"/>
	<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/Special:Contributions/Rrommelrath"/>
	<updated>2026-04-29T18:29:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Using_Let%27s_Encrypt_Certificates&amp;diff=166</id>
		<title>Using Let's Encrypt Certificates</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Using_Let%27s_Encrypt_Certificates&amp;diff=166"/>
		<updated>2022-02-28T08:36:11Z</updated>

		<summary type="html">&lt;p&gt;Rrommelrath: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Let's Encrypt ==&lt;br /&gt;
Let's Encrypt is a free, automated, and open certificate authority, trusted by all major web browsers and operating systems. Many large, well known sponsors from the IT industry support Let's Encrypt's effort to help making the internet a safer place.&lt;br /&gt;
&lt;br /&gt;
A fully automated certificate approval process eliminates email or phone verification of traditional certificate authorities that often take days.&lt;br /&gt;
&lt;br /&gt;
Let's Encrypt certificates are only valid for 90 days and thus need to be renewed regularly. The MailStore Server service handles the automatic renewals once the initial configuration is done.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
For the MailStore Gateway computer, a public DNS record (A or CNAME) must exist and point to a public IP address.&lt;br /&gt;
The MailStore Gateway computer must be accessible from the Internet on TCP port 80 (HTTP) for Let's Encrypt's automatic domain approval process. A port forwarding on your firewall or gateway might be necessary. Since Let's Encrypt validates from different IP addresses, such a firewall rule cannot be limited to certain source IP addresses.&lt;br /&gt;
&lt;br /&gt;
== Scenario 1: MailStore Gateway on Local Area Network (LAN) ==&lt;br /&gt;
The most common scenario for a MailStore Gateway installation is on a local network inside the organization's premises. Typically, the MailStore Gateway computer has a private IP address (e.g. 192.168.0.10) and the Internet connection is established through a router which masks all internal IP addresses with its own external IP address assigned by the ISP. This is known as Network Address Translation (NAT).&lt;br /&gt;
&lt;br /&gt;
For this scenario, we assume that MailStore Gateway is running on a new, dedicated computer.&lt;br /&gt;
&lt;br /&gt;
# Ask your Internet access provider to assign a static, public IP address to the router.&lt;br /&gt;
# Assign an available static IP Address from your local network to the MailStore Gateway computer.&lt;br /&gt;
# Create a port forwarding rule on the router, that forwards all connections to TCP port 80 on the public IP address, which was assigned in step 1, to the internal IP address of your MailStore Gateway computer assigned in step 2. &amp;lt;br/&amp;gt; '''Note:''' In the MailStore Gateway Configuration, you can change the Let's Encrypt HTTP-01 Challenge Port on which the MailStore Gateway service listens on the internal IP address assigned in step 2. However, on the public IP address assigned to the router in step 1, TCP port 80 must be used because Let's Encrypt's certificate approval process only supports this HTTP standard TCP port. If you change Let's Encrypt HTTP-01 Challenge Port, you must update the port forwarding rule created in step 3 accordingly.&lt;br /&gt;
# Add an A or CNAME record to the DNS zone of your public domain, e.g. mailstore.example.com pointing to the public IP address that was assigned in step 1.&lt;br /&gt;
# Depending on how DNS resolution is handled in your local network, you need to add a corresponding DNS record on your internal DNS server or router as well. This record should point to the internal IP address of the MailStore Gateway computer.&lt;br /&gt;
&lt;br /&gt;
== Scenario 2: MailStore Gateway on External Network ==&lt;br /&gt;
If the MailStore Gateway computer is already on a network that used public IP address, e.g. in a data center, or a DMZ it is much easier to fulfill the prerequisites.&lt;br /&gt;
&lt;br /&gt;
For this scenario, we assume that MailStore Gateway is running on a new, dedicated computer.&lt;br /&gt;
&lt;br /&gt;
# Assign an available public IP Address from your public network to the MailStore Gateway computer.&lt;br /&gt;
# If there is a firewall in place, create a firewall rule, that allows all connections to TCP port 80 on the public IP address to pass through. &amp;lt;br/&amp;gt; '''Note:''' In the MailStore Gateway Configuration, you can change the Let's Encrypt HTTP-01 Challenge Port on which the MailStore Gateway service listens on the public IP address assigned in step 1. However, in the scenario described here, TCP port 80 must be used because Let's Encrypt's certificate approval process only supports this HTTP standard TCP port.&lt;br /&gt;
# Add an A or CNAME record to the DNS zone of your public domain, e.g. mailstore.example.com pointing to the public IP address that was assigned in step 1.&lt;br /&gt;
&lt;br /&gt;
== Obtaining the Certificate ==&lt;br /&gt;
The MailStore Gateway tests the settings against Let's Encrypt's staging environment. If an issue occurs, the Gateway will show a warning. Please review the log output, resolve the issue and try again.&lt;br /&gt;
If the test was successful, the MailStore Gateway will automatically request a certificate from Let's Encrypt's production system and confirm that setup was successful.&lt;br /&gt;
The automatic renewal of Let's Encrypt certificates every 60 days is active as long as no other certificate is selected manually.&lt;br /&gt;
&lt;br /&gt;
[[de:Verwendung von Let's Encrypt Zertifikaten]]&lt;br /&gt;
[[en:Using Let's Encrypt Certificates]]&lt;/div&gt;</summary>
		<author><name>Rrommelrath</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Using_Let%27s_Encrypt_Certificates&amp;diff=165</id>
		<title>Using Let's Encrypt Certificates</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/gateway/index.php?title=Using_Let%27s_Encrypt_Certificates&amp;diff=165"/>
		<updated>2022-02-28T08:31:08Z</updated>

		<summary type="html">&lt;p&gt;Rrommelrath: Created page with &amp;quot;== About Let's Encrypt == Let's Encrypt is a free, automated, and open certificate authority, trusted by all major web browsers and operating systems. Many large, well known s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== About Let's Encrypt ==&lt;br /&gt;
Let's Encrypt is a free, automated, and open certificate authority, trusted by all major web browsers and operating systems. Many large, well known sponsors from the IT industry support Let's Encrypt's effort to help making the internet a safer place.&lt;br /&gt;
&lt;br /&gt;
A fully automated certificate approval process eliminates email or phone verification of traditional certificate authorities that often take days.&lt;br /&gt;
&lt;br /&gt;
Let's Encrypt certificates are only valid for 90 days and thus need to be renewed regularly. The MailStore Server service handles the automatic renewals once the initial configuration is done.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
For the MailStore Gateway computer, a public DNS record (A or CNAME) must exist and point to a public IP address.&lt;br /&gt;
The MailStore Gateway computer must be accessible from the Internet on TCP port 80 (HTTP) for Let's Encrypt's automatic domain approval process. A port forwarding on your firewall or gateway might be necessary. Since Let's Encrypt validates from different IP addresses, such a firewall rule cannot be limited to certain source IP addresses.&lt;br /&gt;
&lt;br /&gt;
== Scenario 1: MailStore Gateway on Local Area Network (LAN) ==&lt;br /&gt;
The most common scenario for a MailStore Gateway installation is on a local network inside the organization's premises. Typically, the MailStore Gateway computer has a private IP address (e.g. 192.168.0.10) and the Internet connection is established through a router which masks all internal IP addresses with its own external IP address assigned by the ISP. This is known as Network Address Translation (NAT).&lt;br /&gt;
&lt;br /&gt;
For this scenario, we assume that MailStore Gateway is running on a new, dedicated computer.&lt;br /&gt;
&lt;br /&gt;
# Ask your Internet access provider to assign a static, public IP address to the router.&lt;br /&gt;
# Assign an available static IP Address from your local network to the MailStore Gateway computer.&lt;br /&gt;
# Create a port forwarding rule on the router, that forwards all connections to TCP port 80 on the public IP address, which was assigned in step 1, to the internal IP address of your MailStore Gateway computer assigned in step 2. &amp;lt;br/&amp;gt; '''Note:''' In the MailStore Gateway Configuration, you can change the Let's Encrypt HTTP-01 Challenge Port on which the MailStore Gateway service listens on the internal IP address assigned in step 2. However, on the public IP address assigned to the router in step 1, TCP port 80 must be used because Let's Encrypt's certificate approval process only supports this HTTP standard TCP port. If you change Let's Encrypt HTTP-01 Challenge Port, you must update the port forwarding rule created in step 3 accordingly.&lt;br /&gt;
# Add an A or CNAME record to the DNS zone of your public domain, e.g. mailstore.example.com pointing to the public IP address that was assigned in step 1.&lt;br /&gt;
# Depending on how DNS resolution is handled in your local network, you need to add a corresponding DNS record on your internal DNS server or router as well. This record should point to the internal IP address of the MailStore Gateway computer.&lt;br /&gt;
&lt;br /&gt;
== Scenario 2: MailStore Gateway on External Network ==&lt;br /&gt;
If the MailStore Gateway computer is already on a network that used public IP address, e.g. in a data center, or a DMZ it is much easier to fulfill the prerequisites.&lt;br /&gt;
&lt;br /&gt;
For this scenario, we assume that MailStore Gateway is running on a new, dedicated computer.&lt;br /&gt;
&lt;br /&gt;
# Assign an available public IP Address from your public network to the MailStore Gateway computer.&lt;br /&gt;
# If there is a firewall in place, create a firewall rule, that allows all connections to TCP port 80 on the public IP address to pass through. &amp;lt;br/&amp;gt; '''Note:''' In the MailStore Gateway Configuration, you can change the Let's Encrypt HTTP-01 Challenge Port on which the MailStore Gateway service listens on the public IP address assigned in step 1. However, in the scenario described here, TCP port 80 must be used because Let's Encrypt's certificate approval process only supports this HTTP standard TCP port.&lt;br /&gt;
# Add an A or CNAME record to the DNS zone of your public domain, e.g. mailstore.example.com pointing to the public IP address that was assigned in step 1.&lt;br /&gt;
&lt;br /&gt;
== Obtaining the Certificate ==&lt;br /&gt;
The MailStore Gateway tests the settings against Let's Encrypt's staging environment. If an issue occurs, the Gateway will show a warning. Please review the log output, resolve the issue and try again.&lt;br /&gt;
If the test was successful, the MailStore Gateway will automatically request a certificate from Let's Encrypt's production system and confirm that setup was successful.&lt;br /&gt;
The automatic renewal of Let's Encrypt certificates every 60 days is active as long as no other certificate is selected manually.&lt;/div&gt;</summary>
		<author><name>Rrommelrath</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=164</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=164"/>
		<updated>2022-02-28T08:07:17Z</updated>

		<summary type="html">&lt;p&gt;Rrommelrath: &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;
== 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>Rrommelrath</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Firewall_Configuration&amp;diff=163</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=163"/>
		<updated>2022-02-25T14:42:07Z</updated>

		<summary type="html">&lt;p&gt;Rrommelrath: &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;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;
&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>Rrommelrath</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=Configuration_Tool&amp;diff=162</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=162"/>
		<updated>2022-02-25T14:36:48Z</updated>

		<summary type="html">&lt;p&gt;Rrommelrath: &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. Many large, well known sponsors from the IT industry support Let's Encrypt's effort to help making the internet a safer place. A fully automated certificate approval process eliminates email or phone verification of traditional certificate authorities that often take days. Let's Encrypt certificates are only valid for 90 days and thus need to be renewed regularly. The MailStore Gateway service handles the automatic renewals once the initial configuration is done.&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;
== 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>Rrommelrath</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/gateway/index.php?title=File:MailStore_Gateway_Configuration_LE_EN.png&amp;diff=161</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=161"/>
		<updated>2022-02-25T14:35:55Z</updated>

		<summary type="html">&lt;p&gt;Rrommelrath: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Rrommelrath</name></author>
	</entry>
</feed>