The POP3 test monitors the amount of time required to log into a user account and download messages from a POP3 server.
Options and Arguments
POP3 tests require the following specific options and arguments:
Note: 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.
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 POPuser account at popserver.yourdomain.com 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 21600 seconds (6 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=51
type=pop3
desc="popserver.yourdomain_test"
dest="popserver.yourdomain.com:8080"
username="POPuser"
encoded=yes
password="ijl3r2kr"
args="download=all&delete=yes"
interval=300
samples=1
timeout=10
window=21600
tos=0
limit=0
status=active
name="POP3 Test"
class=""
context=""
flags="1"
loglevel=1
}
For information about errors you may encounter when running POP3 tests, see POP3 Test Error Codes.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |