From owner-freebsd-questions@FreeBSD.ORG Tue Dec 6 16:46:07 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9C9BB16A41F for ; Tue, 6 Dec 2005 16:46:07 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC32743D4C for ; Tue, 6 Dec 2005 16:46:06 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id jB6Gk1xe021706; Tue, 6 Dec 2005 18:46:01 +0200 Received: by flame.pc (Postfix, from userid 1001) id 176F4117BD; Tue, 6 Dec 2005 18:45:19 +0200 (EET) Date: Tue, 6 Dec 2005 18:45:19 +0200 From: Giorgos Keramidas To: Charles Howse Message-ID: <20051206164519.GA15738@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: sendmail local-host-names X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2005 16:46:07 -0000 On 2005-12-06 10:35, Charles Howse wrote: > Hi, > > I want to collect mail for FreeBSD user charles on my Mac. > > The hostname of my FreeBSD box is: > moe.local > > User charles has an account, has been added to the qpopper authentication > database, and sendmail_enable="NO" is in /etc/rc.conf. > > In /etc/mail/local-host-names, I have: > moe.local > larry.local > local > > It's working, but I think I have too many entries in local-host-names. > What entries are necessary? If your local hostnames are listed as names of one of the local IP addresses in your /etc/hosts, then none is needed. Sendmail will discover the local addresses on its own.