From owner-freebsd-questions@FreeBSD.ORG Wed Nov 26 21:42:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C43E616A4CE for ; Wed, 26 Nov 2003 21:42:09 -0800 (PST) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3D843FDD for ; Wed, 26 Nov 2003 21:42:08 -0800 (PST) (envelope-from dragoncrest@voyager.net) Received: from works.voyager.net (works.jasnetworks.net [192.168.0.5]) hAR0uCZ9027585; Thu, 27 Nov 2003 00:56:12 GMT (envelope-from dragoncrest@voyager.net) Message-Id: <5.2.0.9.2.20031127004850.01e04380@pop.voyager.net> X-Sender: dragoncrest@pop.voyager.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 27 Nov 2003 00:52:04 -0500 To: "Marwan Sultan" , mlists@northglobe.com, freebsd-questions@freebsd.org From: Dragoncrest In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Freebsd list rejects mail. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2003 05:42:09 -0000 You need an A record and an PTR record (aka forward and reverse lookup records respectively) for it to work. I encountered much the same problem back when I was first setting up my own mail server and trying to send to the list. The idea behind them requiring both is it cuts down on a lot of spam getting through. :) Have your ISP put in an A record as well for your mail server matching the name you have already specified for it, in your case "host4.kifco.net" and you should be all set in about 24 hours. Of course if you're " doing your own DNS, just edit the zone file for "kifco.net" and add the following entry. host4 IN A 216.65.57.4 Again, give it 24 hours and you should be golden. :) At 09:51 PM 11/19/03 +0000, Marwan Sultan wrote: >Hi there, > >There is a reverse record > >Name: host4.kifco.net >Address: 216.65.57.4 > > Or shall it be something in MX? or mail.kifco.net? > I face this problem ONLY with freebsd list. > >Thanks. > >Marwan. > > >>On Wednesday 19 November 2003 04:29 pm, Marwan Sultan wrote: >> > Hello everyone, >> > >> > I have my own pop3 email system, when i send from my private >> > Email, it always rejects and says: >> > cannot find my host name, I knew this is a sendmail, or whatever >> > freebsd list restrictions, >> > but how to solve it from my side? >>You need to add a reverse record for your ip address. I think the >>mailing list server rejects anything for which it cannot retrieve >>an .in-addr.arpa record. >> > >_________________________________________________________________ >MSN 8 with e-mail virus protection service: 2 months FREE* >http://join.msn.com/?page=features/virus > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"