From owner-freebsd-questions Mon Jun 7 11:40:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id EACAF152FE for ; Mon, 7 Jun 1999 11:40:29 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id OAA16263; Mon, 7 Jun 1999 14:40:47 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199906071840.OAA16263@cc942873-a.ewndsr1.nj.home.com> Subject: Re: BIND and Sendmail 8.9.3 In-Reply-To: from Erin Fortenberry at "Jun 7, 99 11:03:21 am" To: erinf@lusardi.com (Erin Fortenberry) Date: Mon, 7 Jun 1999 14:40:47 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Erin Fortenberry wrote, > > Just a few minor questions... > > * Does bind-8.2 support 4 digit years in the serial? I believe the serial is a 32-bit number. That gives you a valid range of 0 to 4294967296 (2^32). You can easily fit a number of the form: yyyymmddxx Into that space where 'yyyy' is four digit year, 'mm' is the month, 'dd' is the day, and 'xx' is a serial for any given day. If you plan on revising your DNS record more than 100 times a day, you might have to rethink the stragegy... It also will require a new format in 2300 years, but I am not worrying. > * On sendmails relay-domains, I currently have to add every ip address in > individually. Is there a way I can do whole subnets and by IP address? (ie. > [192.168.0.0/24]) I am currently using sendmail 8.9.3. For anything but the most basic sendmail questions or OS specific questions, you should probably try http://www.sendmail.org and comp.mail.sendmail rather than this list. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message