|
|
|
Similar results: "Nagios Delivery Test"
- Nagios Delivery Test
- I put together the following python script in order to verify that mail is being delivered through a server and can be retrieved by POP on the next Nagios test cycle.
#!/usr/bin/python
# $Id: check_delivery.py,v 1.1 2005/05/13 18:01:29 ian Exp ian $
import sys
import re
import poplib
import...
|
 |