Summary
Know the steps on how to test the connection between your mail server and HES mail servers when you are not able to send emails.
Details
Testing the connection between servers will help you determine the exact error returned by the HES Message Transfer Agent (MTA).
You can test the connection using the Telnet SMTP session by sending an email using the command line of the Telnet tool, which is pre-installed in most Windows operating systems.
To test the connection using the Telnet tool:
- On your mail server, open the command prompt:
- Go to Start > Run or press the Windows key + R.
- Type "cmd," and click OK.
- Test the incoming MTA by typing the following command:
- For EMEA customers: in.hes.trendmicro.eu 25
- For non-EMEA customers
- HES 1.x version: in.sjc.mx.trendmicro.com 25
- HES 2.0 version: in.hes.trendmicro.com 25
- Test the relay MTA by typing the following command:
- For EMEA customers: relay.hes.trendmicro.eu 25
- For non-EMEA customers
- HES 1.x version: relay.sjc.mx.trendmicro.com 25
- HES 2.0 version: relay.hes.trendmicro.com 25
- Use the HELO command to specify the domain you are using to send emails.
HELO local.domain.com (use your fully qualified domain name here)The following message from HES MTA will appear:"250 mail.server.com Hello local.domain.name pleased to meet you".
- Specify the sender using the following command:
MAIL FROM: your_email@yourdomain.comYou will receive a reply from HES MTA that says, "250 2.1.5 Ok".
- Specify the recipient using the command:
RCPT TO: recipent_email@recipient_domain.comAgain, the HES MTA will send a reply that says, "250 2.1.5 Ok".
- Start composing the test message.
- Type “DATA” and then press Enter.
- Type "SUBJECT: [This is a test]" and press Enter twice.
- Enter the text of your message. For example:
This is a test, please ignore.
- End your message by putting a single period (.) on a line by itself. Then press Enter.
You will receive a reply from HES MTA that says:250 2.0.0 Ok: queued as XXXXXXXXXThis means that the message was accepted by HES. - Copy the output of the Telnet session and send it to Trend Micro Technical Support.
- Type “QUIT” to exit Telnet.
Below is a sample Telnet SMTP session: