Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!mit-eddie!killer!wisner From: wisner@killer.DALLAS.TX.US (Bill Wisner) Newsgroups: comp.mail.uucp Subject: Re: Dynamic vs. passive routing: site rights Message-ID: <5345@killer.DALLAS.TX.US> Date: 29 Aug 88 12:55:55 GMT References: <4902@netnews.upenn.edu> <92@volition.dec.com> <3769@bsu-cs.UUCP> <15923@onfcanim.UUCP> Reply-To: wisner@killer.Dallas.TX.US (Bill Wisner) Organization: HASA Lines: 25 In article <15923@onfcanim.UUCP> dave@onfcanim.UUCP (Dave Martindale) writes: >It is my impression that smail, in its most conservative configuration, >does the following with mail addressed to a!b!c!d!user: [...] > (3) If we can't find a route to "a" at all, try finding a > route to other sites in the path, starting at "d" and > working leftward. No. The real action 3 is "if a smart host is defined give the mail to them. If not, bounce it." Aggressive rerouting is a seperate option and, if defined, is performed before your (1). In smail 3.0 (which has no aggressive routing!) the order is: (1) If you're BSD, check if the destination is an Internet address like [10.1.7.9]. (2) If you're BSD, check the nameservers or host table for the destination machine. (3) Check for a route in the paths file. (4) See if destination machine is listed by "uuname" (5) If a smart host is defined, give it to them. If not, bounce it. And before anyone asks, smail 3.0 is still alpha testing (it's at Smail3.1.7.2 right now).