Date: Fri, 11 Jun 1999 16:34:20 -0400 From: Mitch Collinsworth <mkc@Graphics.Cornell.EDU> To: Jason Scott <freepix@sirius.com> Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Returning to Sender Message-ID: <199906112034.AA115243260@broccoli.graphics.cornell.edu> In-Reply-To: Your message of "Thu, 10 Jun 1999 19:36:48 PDT." <4.1.19990610193525.00c8ce30@mail.sirius.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>I run a online cards site, and I would like to have a message "bounced"
>back to the sender if the message does not go through instead of going to
>the "postmaster" account, and no where else.. I've looked at the aliases
>file, and I see no way to do this... Has anyone else successfully done this?
If I understand correctly, you're asking for a way to get sendmail to
send errors back to the sender rather than to the postmaster.
As far as I'm aware the sender always gets a copy, unless it's a mailing
list that re-directs the bounce messages to the list admin. Meanwhile
the postmaster copy is optional. It's controlled in /etc/sendmail.cf
by the line that says:
# who (if anyone) should get extra copies of error messages
O PostMasterCopy=Postmaster
Comment this out to stop the copies to postmaster. (And then kill -HUP
the sendmail daemon.)
-Mitch
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906112034.AA115243260>
