From owner-freebsd-questions Thu Jan 24 15: 1: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 2476237B400 for ; Thu, 24 Jan 2002 15:01:06 -0800 (PST) Received: from sdn-ar-004dcwashp231.dialsprint.net ([206.133.21.247] helo=moo.holy.cow) by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16Tsrh-0007Jk-00; Thu, 24 Jan 2002 15:01:05 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 6FF3350BCF; Thu, 24 Jan 2002 18:03:06 -0500 (EST) Date: Thu, 24 Jan 2002 18:03:06 -0500 From: parv To: Drew Tomlinson Cc: questions@freebsd.org Subject: Re: Regex Database Help? Message-ID: <20020124230306.GA70362@moo.holy.cow> Mail-Followup-To: Drew Tomlinson , questions@freebsd.org References: <01f801c1a509$bd1d3060$c42a6ba5@lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01f801c1a509$bd1d3060$c42a6ba5@lc.ca.gov> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <01f801c1a509$bd1d3060$c42a6ba5@lc.ca.gov>, wrote Drew Tomlinson thusly... ... > # Allow allhosts.some.domain > /*\.some\.domain$/ OK > > In other words, allow all hosts that end in some.domain. However, I > have tried this different ways without success. ... did you try... /some\.domain$/ OK ...which, according to my /usr/local/etc/postfix/sample-access, should work. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message