Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2002 15:05:08 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        KizerSoze <kizersoze@sbcglobal.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Default Sendmail install with FreeBSD
Message-ID:  <20021104130508.GB908@gray.sea.gr>
In-Reply-To: <HEECLIFMNNPIOOGJFBKMKELFCCAA.kizersoze@sbcglobal.net>
References:  <20021104080901.GA16056@happy-idiot-talk.infracaninophi> <HEECLIFMNNPIOOGJFBKMKELFCCAA.kizersoze@sbcglobal.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-11-04 03:16, KizerSoze <kizersoze@sbcglobal.net> wrote:
> I have finally been able to get the masquerading setup on my machine
> so that mail delivery from local accounts can actually make it to my
> home system, but, sendmail DOES NOT masquerade the root account.
> I'd like this one masqueraded so I can receive all the
> daily/weekly/monthly emails.

You have to change the list of usernames that are ``exposed'' in their
unmasqueraded form.  Try adding to your .mc file the following:

	EXPOSED_USER(`')

> Does anyone know how to tell sendmail to also masquerade the root
> account....every other account I try gets masqueraded BUT the root
> account.

That's because freebsd.mc includes a DOMAIN(generic) macro, which
pulls in the file `/usr/share/sendmail/cf/domain/generic.m4'.  That
file contains the following line:

	EXPOSED_USER(`root')

I hope this helps a bit.

Giorgos.

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?20021104130508.GB908>