From owner-freebsd-questions Wed Jan 8 20:32:51 2003 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 25DEC37B401 for ; Wed, 8 Jan 2003 20:32:50 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4664143F18 for ; Wed, 8 Jan 2003 20:32:44 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h094XqAg002037; Wed, 8 Jan 2003 23:33:53 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E1CEF4B.7000106@potentialtech.com> Date: Wed, 08 Jan 2003 22:40:59 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Cc: freebsd-questions@freebsd.org Subject: Re: ISP billing/etc software References: <20030108212225.3bd2dd78.peterk5@attbi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter wrote: > Another question....my mail server's IP resolves to "domain.com", I tried > sending an e-mail to -questions from there but I keep getting this error: > Client_host_rejected:_cannot_find_your_hostname........ so should I fix my > reverse DNS to map IP to "www.domain.com" instead of "domain.com"?, if so why?? If you're getting the error "cannot find your hostname domain.com" then what you have to make sure is that "domain.com" resolves to an IP address. You're other option is to change what sendmail (or whatever MTA you use) says on the HELO line to something that resolves to an IP addy. What happens, is whatever your mail server announces its name to be on the HELO line during smtp communication is checked to make sure that it resolves to an IP. It doesn't matter what IP, just some IP. Most MTAs default to using the "hostname" configured for the machine, so if you set the hostname to something logical (like mail.domain.com) and the DNS is set up to properly reslove mail.domain.com => 192.168.1.1 (or whatever) then everything will work. It's a spam measure, to stop people who haven't taken the time to set up a real email server from spamming the FreeBSD lists. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message