From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 21:19:55 2006 Return-Path: X-Original-To: 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 2F98B16A422 for ; Fri, 17 Feb 2006 21:19:55 +0000 (GMT) (envelope-from david+dated+1140643193.4b9cd1@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 457BE43D45 for ; Fri, 17 Feb 2006 21:19:54 +0000 (GMT) (envelope-from david+dated+1140643193.4b9cd1@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.12.8p1/8.12.8) with ESMTP id k1HLJrV0032369 for ; Fri, 17 Feb 2006 16:19:53 -0500 (EST) (envelope-from david+dated+1140643193.4b9cd1@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.12.8p1/8.12.8/Submit) id k1HLJrHn032368 for questions@freebsd.org; Fri, 17 Feb 2006 16:19:53 -0500 (EST) (envelope-from david+dated+1140643193.4b9cd1@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1140643193.4b9cd1@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Fri, 17 Feb 2006 16:19:52 -0500 (EST) Date: Fri, 17 Feb 2006 16:19:51 -0500 To: Giorgos Keramidas , questions@freebsd.org Message-ID: <20060217211951.GC30802@skytracker.ca> References: <20060217160651.GA22179@skytracker.ca> <43F5F8AD.50109@allenmyland.com> <20060217163713.GC31165@skytracker.ca> <43F5FFBE.2030703@allenmyland.com> <20060217170422.GB44146@skytracker.ca> <20060217181135.GD13775@flame.pc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060217181135.GD13775@flame.pc> User-Agent: Mutt/1.4.2.1i X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) From: David Banning X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on 3s1.com Cc: Subject: Re: mail port 8025 conundrum 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: Fri, 17 Feb 2006 21:19:55 -0000 On Fri, Feb 17, 2006 at 08:11:35PM +0200, Giorgos Keramidas wrote: > On 2006-02-17 12:04, David Banning wrote: > > > Do you have an entry in /etc/hosts for banning.ca ? > > > > I put it in, and it cured the problem. I just don't know if I can have > > more than one entry in /etc/hosts representing all virtual hosts, > > each one with the same IP. > > You don't have to add multiple lines for this. Adding more than one > name in the same IP address line should work too: > > 1.2.3.4 hostname1 hostname2 hostname3 Good to know - Thanks -