From owner-freebsd-questions@FreeBSD.ORG Tue Jan 11 04:18:49 2005 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 CCDAF16A4CE for ; Tue, 11 Jan 2005 04:18:49 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E1943D53 for ; Tue, 11 Jan 2005 04:18:47 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] (pool-68-160-208-232.ny325.east.verizon.net [68.160.208.232]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id j0B4ITYe010959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Jan 2005 23:18:32 -0500 (EST) Message-ID: <41E35380.90908@mac.com> Date: Mon, 10 Jan 2005 23:18:08 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas References: <1105432346.638.31.camel@localhost> <41E314C0.1010502@mac.com> <1105435387.849.18.camel@localhost> <41E32005.2040403@mac.com> <20050111020445.GA3301@gothmog.gr> In-Reply-To: <20050111020445.GA3301@gothmog.gr> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.8 required=5.5 tests=AWL,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=disabled version=3.0.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on pi.codefab.com cc: freebsd-questions@FreeBSD.org cc: pwd8jmr22w@me.point.ne.jp Subject: Re: sendmail problem - Helo command rejected: Host not found 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: Tue, 11 Jan 2005 04:18:49 -0000 Giorgos Keramidas wrote: > On 2005-01-10 19:38, Chuck Swiger wrote: [ ... ] >>Go to /etc/mail. Edit freebsd.cf (look for SMART_HOST), point it at your >>ISP's mail server. Do "make stop; make install; make start". > > FWIW, the file edited should be `freebsd.mc', not `freebsd.cf' otherwise > a subsequent "make install" will overwrite the edited `freebsd.cf' file > with a fresh copy generated from `freebsd.mc'. Err, yes, that's right. (I knew which file I meant. :-) Note that you can even copy freebsd.mc to hostname.mc, and the system will find it for you so you don't have to change the default template file. The Makefile explains this better than I did. -- -Chuck