On Friday 05 January 2007 3:48 pm, Sandy Drobic wrote: > Here's your problem. > > From "man sendmail": > > -F full_name > Set the sender full name. This overrides the NAME environment > variable, and is used only with messages that have no From: mesâ > sage header. > > -f sender > Set the envelope sender address. This is the address where > delivery problems are sent to. With Postfix versions before 2.1, > the Errors-To: message header overrides the error return > address. > > You need to set the envelope address. > > sendmail -f [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks much, Sandy. That was the key -- but I'm not quite there yet. The lines: suillus:~ # sendmail -f [EMAIL PROTECTED] -F [EMAIL PROTECTED] [EMAIL PROTECTED] xxxyz . caused me to receive the following message: From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: undisclosed-recipients:; xxxyz So I'm getting mail at last -- but the "from" and "to" aren't there. Paul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
