From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 13:32:14 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 6B17837B401 for ; Tue, 5 Aug 2003 13:32:14 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F6E443F85 for ; Tue, 5 Aug 2003 13:32:13 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.9/8.12.9) with ESMTP id h75KWApI081204; Wed, 6 Aug 2003 08:32:11 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.9/8.12.9/Submit) id h75KWAQ4081203; Wed, 6 Aug 2003 08:32:10 +1200 (NZST) (envelope-from jonc) Date: Wed, 6 Aug 2003 08:32:10 +1200 From: Jonathan Chen To: "Kirk R. Wythers" Message-ID: <20030805203210.GA81181@grimoire.chen.org.nz> References: <1060027238.8123.94.camel@lorax.forestry.umn.edu> <20030804204031.GB78561@grimoire.chen.org.nz> <1060101146.23050.25.camel@lorax.forestry.umn.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1060101146.23050.25.camel@lorax.forestry.umn.edu> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: sendmail configuration 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, 05 Aug 2003 20:32:14 -0000 On Tue, Aug 05, 2003 at 11:32:27AM -0500, Kirk R. Wythers wrote: > On Mon, 2003-08-04 at 15:40, Jonathan Chen wrote: [...] > > > > # cd /etc/mail > > # cp freebsd.mc `hostname`.mc > > # vi `hostname`.mc > > # make > > # make install > > # sh /etc/rc.sendmail restart > > I did all that, but sendmail does not seem to be sending out mail. Is > there anything that needs to be done to make sure that 'hostname.mc' > gets activated? Should the 'make' and 'make install' commands take > 'hostname.mc' as an agrument? It is *NOT* 'hostname.mc'. It is `hostname`.mc (note the back-tick). `hostname`.mc should expand to host.name.of.machine.mc. -- Jonathan Chen Once is dumb luck. Twice is coincidence. Three times and Somebody Is Trying To Tell You Something.