Daniel L. Miller: > >> Is there a way of specifying the sender address as well? Trying > >> 'sendmail -f externalu...@otherdomain.com -bv myu...@mydomain.com' > >> didn't work out... > > It works correctly. See the example at the end of > > http://www.postfix.org/ADDRESS_REWRITING_README.html > > > > (which as the name suggests has all kinds of information concerning > > with Postfix address manipulations). > > > > Wietse > > Sorry, I don't see in that example where the sender is specified - only > the recipient. I'm trying to test the result of an external sender to > an internal address.
sendmail -f sender (and yes, it does work correctly). > I've only tried the -bv option. Does my desired test require the -v and > actually deliver a message? They differ only in whether mail is delivered or not. Both use 100% exactly the identical same code path for address rewriting. Wietse