The IMAP test monitors the amount of time required to log into a user account and download messages from the IMAP server. The IMAP protocol enables selective filtering and searching through mailboxes by using the SEARCH command.
Options and Arguments
IMAP tests require the following specific options and arguments:
Note: As of Service Availability r2.1 IPv6 addresses can be used, but they must be embedded in brackets, for example [0aff::230:6eff:fe4b:51db]:8080. Here 0aff::230:6eff:fe4b:51db represents the IPv6 address and 8080 represents the port number.
Note: If you use the Download All Messages option and if the download fails, delete some portion of the number of messages in the test mailbox and try the test again.
Specify these options and arguments when you create or modify tests.
Example
Use this example to create a test that downloads all messages for the IMAPuser account at imapserver.yourdomain once every 300 seconds and deletes them after downloading them. The test waits up to 10 seconds for a successful response and calculates response time and availability statistics over the last 7200 seconds (2 hours).
To create a new test in a policy
The New test pane appears.
When you commit your changes, SRM adds an entry similar to the following to the svcrsp.cf file:
{ index=60 type=imap desc="IMAP_Test." dest="imapserver.yourdomain.com:143" args="download=Download All Messages&delete=true" username="IMAPuser@server.domain" encoded=yes password="c4nrxzw" interval=300 samples=1 timeout=10 window=7200 tos=0 limit=0 status=active name="Test IMAP Service" class="" context="" flags="1" loglevel=1 }
For information about errors you may encounter when running IMAP tests, see IMAP Test Error Codes.
Copyright © 2013 CA. All rights reserved. |
|