Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2009 04:01:02 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        fbsd@dannysplace.net
Cc:        questions@freebsd.org
Subject:   Re: Sendmail Masqurading and root mails
Message-ID:  <87ab2gtmsx.fsf@kobe.laptop>
References:  <4A763BDD.2010308@dannysplace.net> <BEC920DC-7D86-46A0-AE65-B02CE583D628@goldmark.org> <4A767180.7080108@dannysplace.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 03 Aug 2009 15:11:28 +1000, Danny Carroll <fbsd@dannysplace.net> wrote:
> Jeffrey Goldberg wrote:
>> I found the answer to your problem here:
>>
>>  http://www.grok.org.uk/docs/smroot.html
>>
>> The file that is being included which has the
>>
>>   EXPOSED_USER(`root')
>>
>> line lives at
>>
>>  /usr/share/sendmail/cf/domain/generic.m4
>
> It seems your google-fu is much better than mine.
> Thanks so much for your help.

There are a *lot* of details like this in your system.  It just takes a
bit of experience to look for the ``right option name'' and a bit of
time to read through the file:

    /usr/share/sendmail/cf/README

The part that hints at the default expose option for the `root' user
reads:

: Normally only header addresses are masqueraded.  If you want to
: masquerade the envelope as well, use
:
: 	FEATURE(`masquerade_envelope')
:
: There are always users that need to be "exposed" -- that is, their
: internal site name should be displayed instead of the masquerade name.
: Root is an example (which has been "exposed" by default prior to 8.10).
: You can add users to this list using
:
: 	EXPOSED_USER(`usernames')

There's a great amount of information in that README file.  I often find
by re-reading it that there are still details I was missing so far :-)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87ab2gtmsx.fsf>