From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 18:12:18 2006 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 D9B2A16A420 for ; Fri, 17 Feb 2006 18:12:18 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E6FB43D5D for ; Fri, 17 Feb 2006 18:12:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1HIBkeL005730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 17 Feb 2006 20:11:47 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1HIBZQc013837; Fri, 17 Feb 2006 20:11:35 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1HIBZNx013836; Fri, 17 Feb 2006 20:11:35 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 17 Feb 2006 20:11:35 +0200 From: Giorgos Keramidas To: David Banning Message-ID: <20060217181135.GD13775@flame.pc> References: <20060217160651.GA22179@skytracker.ca> <43F5F8AD.50109@allenmyland.com> <20060217163713.GC31165@skytracker.ca> <43F5FFBE.2030703@allenmyland.com> <20060217170422.GB44146@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060217170422.GB44146@skytracker.ca> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.356, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.84, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: Ken Stevenson , freebsd-questions@freebsd.org 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 18:12:19 -0000 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