Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2001 10:40:26 -0700 (PDT)
From:      Linh Pham <lplist@closedsrc.org>
To:        Jim Freeze <jim@freeze.org>
Cc:        <questions@freebsd.org>
Subject:   Re: Need MX Record and Sendmail Help
Message-ID:  <Pine.BSF.4.33.0106041037550.70252-100000@q.closedsrc.org>
In-Reply-To: <Pine.BSF.4.32.0106041328140.70700-100000@www.stelesys.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2001-06-04, Jim Freeze scribbled:

# My zone file contains:
#
# eadsa.com.  IN  NS ns1.granitecanyon.com.
# eadsa.com.  IN  NS ns2.granitecanyon.com.
# eadsa.com.             IN  RP jim.freeze.org. jim.eadsa.com.  ; EXTREF
# jim.freeze.org.        IN  TXT #Jim Freeze, NIC handle: JF2009# ; EXTREF
# localhost.eadsa.com.   IN  A  127.0.0.1
# eadsa.com.             IN  A  24.9.218.175
# www.eadsa.com.         IN  CNAME eadsa.com.
# eadsa.com.             IN  MX  10   eadsa.com.
# *.eadsa.com.           IN  MX  100  eadsa.com. ; GLOBALOK

Try something like:

@	IN	SOA	esdsa.com.  hostmaster.esdsa.com. ( ... )
	IN	NS	ns1.granitecanyon.com.
	IN	NS	ns2.granitecanyon.com.
	IN	MX	10 mail.esdsa.com.
	IN	A	24.9.218.175

localhost  IN	A	127.0.0.1
mail	IN	A	24.9.218.175
www	IN	A	24.9.218.175

That's all you should really need.

-- 
Linh Pham
[lplist@closedsrc.org]

// 404b - Brain not found


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0106041037550.70252-100000>