Date: Fri, 12 Sep 1997 12:11:32 -0700 (PDT) From: Dave Babler <dbabler@Rigel.orionsys.com> To: Dan Busarow <dan@dpcsys.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help with Sendmail/DNS Message-ID: <Pine.BSI.3.95.970912120232.24547B-100000@Rigel.orionsys.com> In-Reply-To: <Pine.UW2.3.95.970911174636.29317B-100000@cedb>
next in thread | previous in thread | raw e-mail | index | archive | help
Dan, Thanks for the help... your solution seems to work great, but with a problem that worries me. The only way I can make sendmail actually try to deliver anything is to add the TryNullMXList option, which according to the Sendmail manual is 'not safe'. The Sendmail book also *talks* about the error I consistantly get ('MX list for xxx points back to yyy') without really saying how to *fix*it. Should I be concerned that I seem to have to add the TryNullMXList option? On Thu, 11 Sep 1997, Dan Busarow wrote: > On Thu, 11 Sep 1997, Dave Babler wrote: > > It looks like I'm hosed then, host altair is just for testing. The REAL > > desired operation is: > > > > mail to orionsys.com -> rigel -> bbs.orionsys.com > > mail to bbs.orionsys.com -> rigel -> bbs.orionsys.com > > mail to rigel.orionsys.com -> rigel > > mail to altair.orionsys.com -> rigel -> altair... > > You just need to do a little more work. In the sendmail rules, > add another between the first two > > R$+ < @ orionsys.com . > $#esmtp $@ bbs.orionsys.com $: $1 < @ bbs.orionsys.com . > > > and a third rule > R$+ < @ altair.orionsys.com . > $#esmtp $@ altair.orionsys.com $: $1 < @ altair.orionsys.com . > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.970912120232.24547B-100000>