Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.unix-wizards,net.dcom Subject: Re: /usr/lib/aliases name format Message-ID: <3181@sun.uucp> Date: Wed, 22-Jan-86 04:19:08 EST Article-I.D.: sun.3181 Posted: Wed Jan 22 04:19:08 1986 Date-Received: Thu, 23-Jan-86 21:39:56 EST References: <902@rlgvax.UUCP> <310@pluto.UUCP> Organization: Sun Microsystems, Inc. Lines: 27 Xref: watmath net.unix-wizards:16487 net.dcom:1620 > > However, is it okay to put in names such as > > person@lastmch.uucp or person@lastmch.UUCP? > > > > Or does the answer depend on how our sendmail configuration > > file is defined (of which I know zilch about)? > > Yes, it does depend on your sendmail.cf file. I hacked mine to recognize > these addresses and give them to drilltech!sob's uumail program which would > figure out a path for "lastmch". The case of the domain (uucp) seems not > to matter. Unless you have this program your sendmail will probably > do one of two things > Translate person@lastmch.uucp to lastmch!person and attempt to deliver it > with uux. Fine if your site talks to lastmch. > Think the address is a local user, discover there is no one named > "person@lastmch.uucp" at your site and return the mail. Or 3) feed it to another similar program instead, such as "uuroute"/"uubang" (written by, I think, Mark Horton) which does something similar - "rlgvax" runs "uubang". The way it runs "uubang" is that the UUCP mailer entry feeds the message to "uubang" rather than "uux"; "uubang" then translates it if necessary and hands it to "uux". The sendmail configuration file doesn't treat bang paths as different from @site.UUCP paths; it hands them both to "uubang". (And it's unlikely that it will think "person@lastmch.uucp" is local, unless it's a very odd configuration file, since there is a host name there after the "@" and it's not the name of the local site.) Guy Harris