How about this set of command line options across the board... Common options for all DBMail utilities: -f file specify an alternative config file -q quietly skip interactive prompts -n show the intended action but do not perform it, no to all -y perform all proposed actions, as though yes to all -v verbose details -V show the version -h show this help message
One option that I'd like to have on the command line for the daemons is a no-daemonize / no-fork option. This would be a great benefit for lots of debugging and testing situations. Would overloading the meaning of '-n' work? Thoughts, questions, comments? Aaron