home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.mail.sendmail
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!pa.dec.com!decuac!decuac!avolio
- From: avolio@dco.DEC.COM (Frederick M. Avolio)
- Subject: Re: Making two names equal to SENDMAIL
- Message-ID: <1992Aug27.204050.14150@decuac.dec.com>
- Lines: 25
- Sender: news@decuac.dec.com (USENET News System)
- Nntp-Posting-Host: gildor.dco.dec.com
- Reply-To: avolio@dco.DEC.COM (Frederick M. Avolio)
- Organization: Digital Equipment Corp., Washington ULTRIX Resource Center
- References: <1992Aug25.202704.6117@dayton.saic.com>
- Date: Thu, 27 Aug 1992 20:40:50 GMT
-
-
- What you want is to handle recognizing both addresses to
- be a LOCAL address. Is the hostname dayub.dayton.saic.com? Then the
- domain is dayton.saic.com, right?
-
- In Ruleset 0 you probably have a section that tries to strip off local
- information. (If Ruleset 3 focused on the hostpart and the hostpart is
- US then toss that...)
-
-
- Assuming that $j is your fully qualifed hostname dayub.dayton.saic.com and
- $N is your domain dayton.saic.com...
-
- We have some lines like this
-
- # localize if possible
- R$+<@$j> $:$1<@LOCAL> @myfqdm
- R$+<@$N> $:$1<@LOCAL> @mydomain
-
-
- (In your sendmail.cf you may not use LOCAL. You may just return $1 here.)
-
-
-
- Fred
-