Response inline, thanks. > > 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.
Perhaps an option to pass an output file where to write the log to that process would do the trick then. > > 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. > Thanks for the pointer, looking at the logs I found the cause of the error, however I was looking for details of the address rewriting that I did not find in the log. I'll try to fix the error and receive the report.