Gossamer Forum
Home : General : Perl Programming :

Sendmail Problem

Quote Reply
Sendmail Problem
Does anyone know how to make bouncing e-mail return to you? Printing Return-Path to the top of the mail (print MAIL "Return-Path: my@email.com") does not work, and I tried sendmail -f my\@email.com, which I found on the forum here, but that didn't work either... Any ideas?

[This message has been edited by Gerrit (edited December 28, 1999).]
Quote Reply
Re: Sendmail Problem In reply to
Try using the following:

Code:
sendmail -f my\@email.com

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: Sendmail Problem In reply to
Tried that, but even though it is now listed as return address, for some odd reason it is not working - but it also includes a warning about the setting of the return address by user nobody, right in the mail header (as can be seen by looking at the mail's source code)
Quote Reply
Re: Sendmail Problem In reply to
didn't work for me either, hmm. Wink