Thanks for the help with Sendmail. Fortunately I was able to get
everything working. Just needed that nudge to get over the top of things
: )
- Jamie
On Sun, 19 Nov 2000, Bob Tanner wrote:
> > > I was wondering if anyone on the list has successfully configured
> > > sendmail on their RH 6.2 box to receive mail in the following fashion:
> > >
> > > {any user}@mydomain.com
>
> In your sendmail.mc:
>
> FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
>
> In /etc/mail/virtusertable
>
> # one user
> basic at us.netrek.org tanner at real-time.com
> # alias all to one
> @company.com tanner at real-time.com
> # substitue one to one
> @isp.com %1 at real-time.com
>
>
>