Previous Topic: POP3 TestsNext Topic: SMTP Tests


Round-Trip E-Mail Tests

The round-trip e-mail test monitors the amount of time required to send an e-mail through SMTP or MAPI to a POP3, IMAP, or MAPI e-mail system and download the message from that server.

Options and Arguments

Round-trip e-mail tests require the following specific options and arguments:

Note: Run the round-trip e-mail test for a minimum of 5 minutes with one sample at each interval.

Specify these options and arguments when you create or modify tests.

This test matches e-mails by their title and time/date stamp. It creates and deletes a user profile each time it runs, and it always deletes the e-mail and then logs off at the end of the test.

Example

Use this example to create a test that monitors the amount of time required to send a test e-mail of 2000 bytes from the mail server at server.mydomain to an account (you@yourdomain.com) on the mail server server.yourdomain. The test waits up to 5 seconds for a successful response, downloads the message using POP3, and calculates response time and availability statistics over the last 86400 seconds (1 day).

To create a new test in a policy

  1. Click + (New) on the Test Monitors toolbar.

    The New test pane appears.

  2. From the Test Type list, select Round Trip Email.
  3. In the Description field, specify RTE_SMTP_POP_Test.
  4. In the Test Name field, specify Roundtrip Test.
  5. In the Test Interval field, specify 300.
  6. In the Test Timeout field, specify 5.
  7. In the Samples Per Interval field, specify 1.
  8. In the Statistics Window field, specify 86400.
  9. In the Send Mail Type=SMTP field, specify SMTP.
  10. In the SMTP Server field, enter server.mydomain.com.
  11. In the SMTP Port field, accept the default of 25.
  12. In the Mail Recipient field, specify you@yourdomain.com.
  13. In the Sender Hostname field, specify Gold.
  14. In the User Name field, specify SMTPuser.
  15. In the Password field, specify SMTPpassword.
  16. In the Use SSL/TLS field, click the checkbox.
  17. In the Mail Body Size field, specify 2000.
  18. In the Mail Retrieval Type field, select POP3.
  19. In the POP3 Server field, specify server.yourdomain.com.
  20. In the POP3 Port field, accept the default of 110.
  21. In the User Name field, enter Mailuser.
  22. In the Password field, enter Mail123.
  23. In the Check Interval field, accept the default of 500 ms.
  24. Accept defaults for all other fields.
  25. Click Save Test.

When you commit your changes, SRM adds an entry similar to the following to the svcrsp.cf file:

{ 
index=70 
type=rtemail
desc="RTE_SMTP_POP_Test" 
dest="server.mydomain.com:25" 
username="RTUser" 
encoded=yes 
password="zrvr8tx" 
args="send_Proto=SMTP&to=you@yourdomain.com&size=2000&shost=gold& SMTP_SSL=yes&send_user=SMTPuser&send_pass=SMTPpassword&get_Proto=POP& source=server.yourdomain.com:110&check=500" 
interval=300 
samples=1 
timeout=5 
window=86400 
tos=0 
limit=0 
status=active 
name="Roundtrip Test"
class=""
context=""
flags="1"
loglevel=1
}

For information about errors you may encounter when running round-trip email tests, see any of the following: