I missed one word. Wietse
Alan B: > Hello list, > I do not know where else to file a feature request so I hope this is the > right place. > > My request is for a command line option to the sendmail command to allow > outputting the contents of the delivery report generated by the -bv command > directly to the standard output of the calling console. The Postfix sendmail command does NOT generate the -bv report. It queues the message and terminates immediately. Instead, mail delivery (and -bv report generation) happens in background processes that have no access to the user's console. All deliveries, successful or not, are logged to the mail logfile. If the system does not work as expected, the logfile is the place to go to. http://www.postfix.org/DEBUG_README.html#logging http://www.postfix.org/DEBUG_README.html#mail Wietse