Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2000 21:29:36 -0500
From:      "David J. Kanter" <djkanter@northwestern.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Pine/sendmail, changing from user name and domain
Message-ID:  <20000802212936.C18819@localhost.localdomain>
In-Reply-To: <20000802121424.B3430@physics.iisc.ernet.in>; from rsidd@physics.iisc.ernet.in on Wed, Aug 02, 2000 at 12:14:24PM %2B0530
References:  <Pine.BSF.4.21.0008020118500.15479-100000@cr173116-a.etob1.on.wave.home.com> <20000802121424.B3430@physics.iisc.ernet.in>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 02, 2000 at 12:14:24PM +0530, Rahul Siddharthan wrote:
> You don't have to
> do anything with sendmail.
---end quoted text---

But why not?

Customizing your sendmail.mc offers many nice features.

For rewriting From: you'll want to have two things:

1. In sendmail.mc, you want:
   MASQUERADE_AS(`home.com')
   FEATURE(`masquerade_envelope')
   FEATURE(`genericstable', hash /etc/mail/genericstable')
   
2. In the genericstable file, you want
   cappy <TAB> dennisjun
   
Then make sure you create the genericstable database.
-- 
David Kanter
djkanter@northwestern.edu


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?20000802212936.C18819>