Problem Description
The below article explains how to test if the Dbvisit Standby Email works as expected.
The commands are for Version 7.0
Solution
You can test the email functionality with the dbv_functions
command.
-
To get the whole list of options, type:
dbv_functions -h
-
To test the email use:
dbv_functions -m MSTD
-
To turn on debugging for mail set the following in your DDC file:
MAILCFG_DEBUG=1
and then run
dbv_functions -m
again.
Arjen Visser January 12, 2014 15:34
Comments