Problem
If the NLINK Server is configured not to use a separate SMTP server to forward E-mail messages; , the NLINK Server itself acts as an SMTP server. NLINK sends E-mail messages directly to the SMTP servers server(s) for each recipient.
Each recipient’s E-mail address has a domain, which is the portion of the address after the “@” symbol. Each of these domains has a separate SMTP server that accepts E-mail messages for all of the recipients in that domain. When sending an E-mail message, NLINK must send a copy of the message to a separate SMTP server for each domain used by the recipients.
...
Once NLINK determines the address for each SMTP server, it communicates directly with each SMTP server using TCP/IP, on port 25. Any firewalls existing in-place between NLINK and the SMTP server must allow NLINK to communicate TCP/IP over port 25.
Solution
Make sure the SMTP Server can be reached by NLINK to send emailse-mails.
- Ping the SMTP Server
Once you have the IP address of the recipient domain’s SMTP server you can now test to see if there is network connectivity between your computer and the SMTP server.- From the command line, run “ping <IP address of SMTP host>”.
- Several replies should be received from the SMTP host. If you are unable to ping the SMTP server, there may be a network problem. This Alternatively, this may be caused by a firewall configuration that blocks ping commands.
- Send commands to the SMTP Server
If you have the IP address of the recipient’s SMTP server and you have been able to ping the SMTP server from the NLINK computer you can now test whether you can send commands to, and receive responses from, the SMTP server.- From the command line, run "telnet".
- Enter "open <IP address of SMTP host> 25".
- Enter "EHLO <client host name>".
- You should see "250 OK" from the SMTP server.
- Exit telnet by entering “quit”.
If you can’t send commands to, and receive responses from, the SMTP server, it may be because port 25 is blocked by a firewall.
- Use SMTP to forward emails
In cases where the network infrastructure prevents execution of SMTP queries, NLINK will not be able to act as an e-mail client. In all such cases, specify SMTP Server to which NLINK will forward all emails to.
...
Page Properties | |||
---|---|---|---|
| |||
|