Hi!
Is it possible to configure sendmail to send the bounce message to an address which is in the From: Header? Right now the bounce message goes to the local account (root).
Thanks, Nikhil
On Wed, Mar 02, 2005 at 06:32:22AM +0530, Nikhil Joshi wrote:
Is it possible to configure sendmail to send the bounce message to an address which is in the From: Header? Right now the bounce message goes to the local account (root).
Maybe, but that is wrong. Don't do that.
Sometime Today, NJ cobbled together some glyphs to say:
Is it possible to configure sendmail to send the bounce message to an address which is in the From: Header? Right now the bounce message goes to the local account (root).
The bounce message should go to the Envelope Sender. If it goes to root, that means that your envelope sender is incorrectly set. It's not a problem with sendmail.
On Wed, 2 Mar 2005, Philip Tellis wrote:
The bounce message should go to the Envelope Sender. If it goes to root, that means that your envelope sender is incorrectly set. It's not a problem with sendmail.
sorry replying so late. Well, the mail is sent by the usual sendmail -f "foo@domain.com" command. Any clue about why the envelope sender is incorrectly set?
Thanks, Nikhil
Sometime Today, NJ cobbled together some glyphs to say:
Well, the mail is sent by the usual sendmail -f "foo@domain.com" command. Any clue about why the envelope sender is incorrectly set?
IIRC the envelope sender will be the user who owns the sendmail process.