On 2002-11-04 03:16, KizerSoze <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message