helpcenter/Web/Controls/Help/Server/ControlPanel/InstallMailServer/install-mail-server.ascx
2017-10-31 17:08:35 +03:00

60 lines
5.9 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to add Mail Server to server installation?";
MetaKeyWords = "Mail Server, Control Panel, installation";
MetaDescription = "Learn how to add Mail Server to server installation.";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">How to add Mail Server to <%= ((BasePage)Page).EditionVersion %> Edition installation?</h1>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Versions/ControlPanel/ControlPanel_Current.ascx" />
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/server-version/server-version.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/local-server/local-server.ascx" /></li>
<li>
<span class="enterprise_display">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/enterprise-edition/enterprise-edition.ascx" />
</span>
</li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/control-panel/control-panel.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/install-ONLYOFFICE/install-ONLYOFFICE.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/mail-server-server/mail-server-server.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/docker-version/docker-version.ascx" /></li>
</ul>
</div>
<p>If you've installed <b><%= ((BasePage)Page).EditionVersion %> Edition</b> on your server using the provided <a href="<%=VirtualPathUtility.ToAbsolute("~/server/docker/" + ((BasePage)Page).CommandName+ "/" + ((BasePage)Page).CommandName+ "-script-installation.aspx")%>">Docker script</a>, but decided to skip the <b>Mail Server</b> installation for some reasons, you can do that at any time, as <b>Control Panel</b> offers you the most quick and easy way to install <b>Mail Server</b>.</p>
<p>To access <b>Control Panel</b>, sign in to your portal and click the 'Control Panel' link on the <b>Start Page</b>. Alternatively, you can go to the portal 'Settings' and click the 'Control Panel' link on the left-side panel.</p>
<h2 id="BareBonesInstructions">Bare Bones Instructions</h2>
<ol>
<li>In the <b>Control Panel</b>, open the <b>Update</b> page. On this page, you can see the list of all the <b><%= ((BasePage)Page).EditionVersion %> Edition</b> components with the indication of their statuses (<b>Installed</b>), as well as <b>Current</b> and the latest <b>Available</b> versions.
<p>Scroll the page down until the <b>Mail Server</b> section appears. The <b>Not installed</b> caption is displayed in place of the current component version. Click the <b>INSTALL</b> button next to its latest available version.</p>
<div class="screen_block">
<img alt="Install Mail Server" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide75/installmailserver.png")%>" />
<img alt="Install Mail Server" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide75/installmailserver.png")%>" />
<div target="img1_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>The <b>Mail Server setup</b> window will open. In the <b>Mail Server service domain name</b> entry field, specify the service domain name that will be used for <b>Mail Server</b> and click the <b>OK</b> button to start the installation process.
<div class="notehelp nh_notice">Your domain that will be used for maintaining correspondence must be valid and configured for this machine (i.e. it should have the appropriate <b>A record</b> in the DNS settings that points your domain name to the IP address of the machine where <b>Mail Server</b> is installed).<br />The <b>Mail Server service domain</b> is usually specified in the <b>MX record</b> of the domain that will be used for maintaining correspondence. As a rule, this service domain looks like <code>mx1.onlyoffice.com</code></div>
<div class="screen_block">
<img alt="Specify Domain Name" target="img2_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/small/guide75/domainname.png")%>" />
<img alt="Specify Domain Name" id="img2_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/Guides/big/guide75/domainname.png")%>" />
<div target="img2_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>After that your <b>Control Panel</b> and portal will be restarted and become unavailable during this process. It can take up to 5 minutes. Once the installation is complete, the <b>Mail Server</b> component will acquire the <b>Installed</b> status on the <b>Update</b> page. You can scroll up and click the <b>GO TO PORTAL</b> button.
<p>On the portal <b>Start Page</b>, click the <b>Mail Server</b> link to go to the <b>Mail</b> module. Expand the <b>Settings</b> section on the left-side panel and make sure that the <b>Mail Server</b> item is now available.</p>
<p>To learn more on how to configure your domain, please refer to these <a href="<%=VirtualPathUtility.ToAbsolute("~/GettingStarted/Mail.aspx#MailServer_block")%>">instructions</a>.</p>
</li>
</ol>
</div>
</div>