From owner-freebsd-questions@FreeBSD.ORG Fri Feb 26 19:05:36 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F01CA106566B for ; Fri, 26 Feb 2010 19:05:36 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id D94938FC15 for ; Fri, 26 Feb 2010 19:05:36 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KYG0010IQCSKX00@asmtp023.mac.com> for freebsd-questions@freebsd.org; Fri, 26 Feb 2010 11:05:17 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1002260114 From: Chuck Swiger In-reply-to: <201002261857.o1QIvS9U027290@mail.r-bonomi.com> Date: Fri, 26 Feb 2010 11:05:16 -0800 Message-id: <90556DD7-6F3A-402B-9EAA-2927D56CE2F8@mac.com> References: <201002261857.o1QIvS9U027290@mail.r-bonomi.com> To: Robert Bonomi X-Mailer: Apple Mail (2.1077) Cc: Giorgos Keramidas , FreeBSD - Subject: Re: Mailing lists link in handbook redirects to...... 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, 26 Feb 2010 19:05:37 -0000 Hi-- On Feb 26, 2010, at 10:57 AM, Robert Bonomi wrote: >>> http://69.147.83.38/mailman/listinfo/freebsd-emulation >> >> This is quite wrong. You are being redirected through DNS to a bogus >> FreeBSD.org host name alias. > > *IF* it is wrong, then it is the 'authoritative' FreeBSD nameservers that are > giving out the bogus information. I think the problem is the webserver is using vhosts and doesn't process a request by IP or by other hostnames through the right config for Mailman lists. For example: http://lists.freebsd.org/mailman/listinfo/freebsd-emulation ...works fine, but: http://wwwdyn.freebsd.org/mailman/listinfo/freebsd-emulation ...or by IP address will fail. Experimentation with telnet or curl specifying different Host: headers should confirm this behavior. :-) Regards, -- -Chuck