From owner-freebsd-questions Tue Jun 6 21:20:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.sdca.home.com (ha1.rdc1.sdca.home.com [24.0.3.66]) by hub.freebsd.org (Postfix) with ESMTP id A83B237B7A9 for ; Tue, 6 Jun 2000 21:19:56 -0700 (PDT) (envelope-from RaymundoVega@home.com) Received: from home.com ([24.5.252.61]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000607041956.LVOY28251.mail.rdc1.sdca.home.com@home.com>; Tue, 6 Jun 2000 21:19:56 -0700 Message-ID: <393DCD6B.147994B1@home.com> Date: Tue, 06 Jun 2000 21:19:55 -0700 From: "Raymundo M. Vega" X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Jahanur R Subedar Cc: Johan Petersson , FreeBSD-questions@FreeBSD.ORG Subject: Re: DNS/Sendmail References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The purpose of CNAME records is to make aliases of hosts, which means you *are not* allowed to use the domainname on either side of the CNAME. write a valid hostname and try again. if you want to test your dns, then use nslookup and type: set q=mx bitmap.com. work on your DNS files until it gives back the right answer raymundo Jahanur R Subedar wrote: > > Try 0 or 10 instead of 50 in the MX record. > and then telnet to the prot number 25, like this. > > telnet bitmap.com:25 > you should get a promt but you should see the escape character. > And if you do then you should be ok. > > I hope that helps. > > Jahanur > > On Tue, 6 Jun 2000, Johan Petersson wrote: > > > Hello! > > > > I have setup a small LAN (2 machines=) > > www.bitmap.com works but when I try to > > send mail to johpe@bitmap.com it doesn't > > work. I don't no if it's a DNS or sendmail > > problem.. > > > > db.bitmap.com: > > > > @ IN SOA bitmap.com. johpe.bitmap.com. ( > > 2000060403 > > 86400 > > 7200 > > 8640000 > > 86400 ) > > > > IN NS bitmap.com. > > IN A 223.147.37.1 > > IN MX 50 bitmap.com. > > > > monster IN A 223.147.37.2 > > www IN CNAME bitmap.com. > > ftp IN CNAME bitmap.com. > > > > From: Mail Delivery Subsystem : > > ----------8<--------------------- > > ----- Transcript of session follows ----- > > ... while talking to bitmap.com.: > > >>> HELO > > <<< 501 5.0.0 HELO requires domain address > > 554 5.0.0 ... Service unavailable > > ------------8<-------------------- > > > > Best regards > > > > --Johan > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Jahanur R Subedar > WWW.JJSOFT.COM > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message