-
Download and install AfterLogic XMail Server using the installation instructions shipped with the product.
-
Make sure admin service is accessible at localhost:6017 (by default) address.
If the address is different, change it in the following XML section of the web/web.config file:
<appSettings>
<add key="dataFolderPath" value="c:\webmail\DATA\" />
<add key="WMServerHost" value="localhost" />
<add key="WMServerPort" value="6017" />
</appSettings>
Change values of WMServerHost and WMServerPort keys.
-
Grant full control permission to web server process (Internet Guest Account and ASP.NET users)
over XMail/MailRoot/domains folder and ctrlaccounts.tab file.
-
In WebMail Admin Console / Mail Server Integration,
turn "Enable Integration" option on and specify correct path to XMail/MailRoot folder in "Path to Server" field.
|