Path: utzoo!attcan!utgpu!watserv1!watmath!att!news.cs.indiana.edu!msi.umn.edu!cs.umn.edu!peiffer From: peiffer@cs.umn.edu (Tim Peiffer "The Net Guy") Newsgroups: comp.protocols.tcp-ip.domains Subject: Re: Domain level mail addressing Message-ID: <1990Dec20.153846.3716@cs.umn.edu> Date: 20 Dec 90 15:38:46 GMT References: <1990Dec17.081050@acad3a.alaska.edu> Organization: University of Minnesota, Minneapolis - CSCI Dept. Lines: 58 In article <1990Dec17.081050@acad3a.alaska.edu> sxjlh@acad3a.alaska.edu (Jeff Harrison) writes: >I want to set up our domain server to accept mail queries for our top level >domain ALASKA.EDU >and translate them to our mailer host ACAD3.ALASKA.EDU. I've seen other sites >with mail [..] >that this is a mail specific issue but it seems to me bind should be able to >handle this. We are running our bind server on a VAX/VMS system using WIN/TCP This is both a BIND and a Sendmail issue. Once you translate the name to the IP address of acad3, the mailer should be reconfigured so that it knows that acad3 is LOCAL. If you do not fix this problem, sendmail will sense a loop returning errors of "I refuse to talk to myself". Below are excerpts of our sendmail.cf rewrite rules and named zone files required to do this at our site. Tim Peiffer ---------------- Tim Peiffer peiffer@cs.umn.edu or Computer Science Dept ..!rutgers!umn-cs!peiffer University of Minnesota MPLS MN 55455 --------/usr/lib/sendmail.cf ----------- ################################# # special local conversions # ################################# S6 R$*<@umn-cs.cs.umn.edu>$* $1<@cs.umn.edu>$2 R$*<@$=w>$* $:$1<@LOCAL>$3 ---------/etc/named/hosts and hosts.rev $ORIGIN cs.umn.edu. @ IN SOA cs.umn.edu. peiffer.cs.umn.edu. ( ;My SOA goes here. ) IN NS cs.umn.edu. ;The rest of my NS records here. IN MX 10 cs.umn.edu. IN MX 11 umn-cs.cs.umn.edu. IN A 128.101.224.1 umn-cs IN A 128.101.224.1 $ORIGIN 224.101.128.IN-ADDR.ARPA. ; My SOA's and NS here again 1 IN PTR cs.umn.edu. -- ----------- Tim Peiffer peiffer@cs.umn.edu or Computer Science Dept ..!rutgers!umn-cs!peiffer University of Minnesota