![](https://seccdn.libravatar.org/avatar/dde14ae637ae8f7452e3a6cf286272fc.jpg?s=120&d=mm&r=g)
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 abrahams@acm.org abrahams@acm.org
Thanks much, Sandy. That was the key -- but I'm not quite there yet. The lines: suillus:~ # sendmail -f abrahams@acm.org -F abrahams@acm.org abrahams@acm.org xxxyz . caused me to receive the following message: From: "abrahams@acm.org" <abrahams@acm.org> To: undisclosed-recipients:; xxxyz So I'm getting mail at last -- but the "from" and "to" aren't there. Paul -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org