Hi list. I am sending an email from the command line using the postfix'es sendmail command like this:
cat my_message | sendmail -t -r [local_virtual_sender_account] -oi What I want to do is completely disable receiving bounce messages in case of error. I suspect setting the Return-Path to <> would not be enough, as it will be overwritten by the -r (or -f) option. Is it possible doing this via the command line? Thank you, Stavros