#
/*define variables*/
/*Useful info variables*/
/* add new entries by entering the text followed by the KB number. Each entry separated by a comma. e.g. text1;400,text2,500 */
usefulInfoList = ("How do I set up ") & webmail_product_name & (" to use the standard WWW access port?;287,Can I customize the ") & webmail_product_name & (" Logon page?;142,Answers to frequently asked questions.;1903,What are the benefits of ") & webmail_product_name & ("?;1477,How do I customize the ") & mail_product_name & (" Administration interface?;177,How to improve security with SSL?;1737,How do I contact support?;806,Is ") & mail_product_name & (" fully supported?;1581");
usefulInfoListNum = LSLength(usefulInfoList, ",");
infoind = GetRand(usefulInfoListNum);
/*General Variables*/
pullInfoServer = LSElement(company_url, 3, "/");
connectionAvailable = CheckServer(pullInfoServer,80);
logonGMSAdmin = (("http://") & local_hostname & (":") & \\WWWAdminMMLPort);
urlLink = (("http://") & pullInfoServer & ("/"));
kbLink = urlLink & ("kb.htm?q=");
news = urlLink & ("news.mml");
#>
Your Homepage, powered by the Gordano Messaging Services.
<#if(connectionAvailable){#>
<#}#>
What to do next?
|
<#print(full_product_name);#> is now installed and running. <#print(base_product_name);#> is capable of processing millions of messages per day and managing thousands of actions right now! So what next?
|
|
|
|
Useful information
|
You can find out what is new in the latest version of <# print(full_product_name); #> here.
You can use this WWW server to host a website, a corporate intranet, or anything of your choosing. <#print(company_name);#>'s own website is hosted using the <#print(base_product_name);#> WWW server. The website files are stored in your "<#print(ntmail_install_dir);#><#print(getconnectiondomain());#>\www" folder.
Listed below are articles from <#print(company_name);#>'s knowledge base, with information on how to use the WWW server, and how to configure the <#print(base_product_name);#> WWW server best for your environment.
|
|
|
|
|
<#if(connectionAvailable){print(getHTTPPage(news));}#>