Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc,comp.mail.sendmail Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!chi-news.cic.net!newsxfer2.itd.umich.edu!newsxfer.itd.umich.edu!ncar!uchinews!news From: csdayton+usenet@midway.uchicago.edu (Soren Dayton) Subject: Re: Sendmail and TWO IP #s.. In-Reply-To: loren@beauty.ucsb.edu's message of 3 Feb 1996 07:21:16 GMT X-Nntp-Posting-Host: woodlawn.uchicago.edu Message-ID: <xcd68dnt55h.fsf@woodlawn.uchicago.edu> To: loren@beauty.ucsb.edu (Loren Koss) Followup-To: comp.mail.sendmail Lines: 21 Sender: csdayton@woodlawn.uchicago.edu Organization: uchi.comp.unix viper cabal X-Newsreader: Gnus v5.1 References: <4ev2dc$fr5@ucsbuxb.ucsb.edu> Date: Sun, 4 Feb 1996 16:41:15 GMT Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:13659 comp.mail.sendmail:24831 Our friend, loren@beauty.ucsb.edu (Loren Koss), wrote: > Okay, I have 2.1.0 running smoothly with the box configured for multiple > IP numbers. I have set up sendmail to be able to receive mail from > multiple domain names. Now, the trick is, how to I set it up so that > when certain users send mail out, it gets sent FROM their particular domain? Well... it is a sendmail question, so comp.mail.sendmail is probably the way to go :) The basic idea is to use a user database as described in the comp.mail.sendmail faq. You probably want to get sendmail 8.7.3 and do a couple of other things like that too... The idea would be to map users to addresses: bob bob@bob-domain.whatever frank frank@frank-domain.whatever Soren