var fDesc=new Array(); fDesc[0] = "Synametrics Smtp Gateway is a SMTP server that can be used for two purposes:
* As backup e-mail server - This is done by adding an additional MX record in the DNS server with a lower priority. Sender's e-mail server will try to send messages to your primary server. If that is not available, it will attempt to send it to the Smtp Gateway, which is acting as a backup server. When your primary server comes back up, messages will be delivered to its final destination.
* Load balancing for out-bound messages - Users can use the Synametrics Smtp Gateway to send out-bound messages to recipients on the Internet. This elevates significant load from your primary e-mail server, particularly if you need to send out-bound messages to hundreds or thousands of recipients.
Features:
* Runs on any OS - Synametrics Smtp Gateway runs on any operating system, including Microsoft Windows, Linux and Solaris
* Web-based administration - Easily administer your server from any machine using a web browser. Supported browsers are Internet Explorer, Mozilla Firefox and Apple Safari.
* Live status - The administrator console updates processed messages
* User authentication - Authenticate users before relaying an out-bound e-mail message.
* Custom routing - Route in-bound e-mail messages to any server on your internal network, bypassing an MX lookup query against your DNS server.
* Customized mail queue - Administrator can define how long a message stays in the queue before generating an NDR
* Scalable - The multi-threaded architecture of this SMTP server is scalable enough to handle thousands of simultaneous client connections."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }