![]() |
|
|
|
|
|
|||
|
|
MailGate Support Issues Q. How do I use MailGate with ADSL (or any non-dialup Internet connection)? A. MailGate is a TCP/IP application. For its communications it passes all requests to the TCP/IP software installed as part of the operating system (the IP stack) on the MailGate PC for processing and the stack will either complete the request or respond with an error code. These error codes are the 5 digit Winsock errors reported to the MailGate log file. MailGate itself has no direct control over this communications process. In a dial-up system MailGate also has the capability to trigger a Dial-Up Networking (DUN) connection. MailGate passes a request to DUN to dial using the selected phonebook entry. MailGate supplies the Account name and Password but all the other connection parameters used are those stored in the phonebook. DUN reports back to MailGate when the connection has been established and is open for use or reports information on the error encountered in the case of a failed request. In a 'routed' connection system (i.e. any environment where the connection is not under the direct control of the MailGate PC) set the MailGate dialup entry setting to <No Dialup>. MailGate will assume the IP connection is always available, bypassing the dial-up step above, and will simply pass any connection requests immediately to the IP stack to process. Requirements for a Non-Dialup set-up To use MailGate in a Non-Dialup environment there are two simple requirements:
How you decide to configure your network will depend on a number of factors, including the actual connection type and your router requirements, and it is not possible to determine a definitive configuration. If in doubt you should consult your networking supplier or study one of the many comprehensive books on the subject. There are some general points to consider though:
When setting up and testing your system you should leave MailGate turned off. There are some simple tests you can make to check the TCP/IP set-up. If these tests fail then MailGate will not work. There are two TCP/IP tools, Ping and Telnet, which should be available as part of your operating system which can be used to perform these basic tests. Success with these tests will generally indicate a functional configuration Testing with Ping Ping is a tool that will confirm the availability of a link between two IP addresses. To run Ping, open an MS-DOS box and type "Ping <Target Address>" If the connection is available you will see timed replies reported back. If there is a problem with the connection then you will see a report of an error. Using Ping you should perform the following tests.
Testing with Telnet Ping tests for the ability to link between two machines using IP. Telnet can be used to check that a TCP connection (port to port) can be established. With the following tests you will check the ability to contact your ISP's mail servers. This will help confirm the correct configuration of your router and firewall settings. On Windows NT and 9x systems, unlike Ping, Telnet has a user interface. To run the utility, click Start/Run and enter Telnet. To check your ISP's POP server. On the menu, select Connect/Remote System. In Host Name enter the name for your ISP's POP server. In Port enter 110. Click Connect. You should now see a reply from the POP server something like +OK pop server ready. Type QUIT and press enter. To check your ISP's SMTP server. On the menu, select Connect/Remote System. In Host Name enter the name for your ISP's SMTP server. In Port enter 25. Click Connect. You should now see a reply from the SMTP server something like 220 ServerName ready for SMTP... Type QUIT and press enter. If both these tests pass then you can now start MailGate and make a test mail exchange. Check the connection history and MailGate log to confirm normal operation. On Windows 2000 systems, Telnet is a command line utility. To run the utility, open an MS-DOS box and type "telnet <hostname> <port> To check your ISP's POP server. Type - telnet <your ISP's POP server> 110 - and you should now see a reply from the POP server something like +OK pop server ready. Type QUIT and press enter. To check your ISP's SMTP server. Type - telnet <your ISP's SMTP server> 25 - and you should now see a reply from the SMTP server something like 220 ServerName ready for SMTP.... Type QUIT and press enter. Last of all Provided both the Ping and Telnet tests pass, you can now start MailGate and make a test mail exchange. Check the connection history and MailGate log and you should see a successful POP session with your ISP. Next send a test mail from one of your client machines to an external address and confirm this is sent correctly. |
|
|
|