From owner-freebsd-questions@FreeBSD.ORG Mon Dec 12 21:44:56 2005 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 54B0916A420 for ; Mon, 12 Dec 2005 21:44:56 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id C164D43D8B for ; Mon, 12 Dec 2005 21:44:49 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 126446062; Mon, 12 Dec 2005 16:44:46 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 61701-03; Mon, 12 Dec 2005 16:44:45 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-122-227.ny325.east.verizon.net [68.161.122.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 28A615FC8; Mon, 12 Dec 2005 16:44:45 -0500 (EST) Message-ID: <439DEF4E.5080108@mac.com> Date: Mon, 12 Dec 2005 16:44:46 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jean-Paul Natola References: <3A85D7EF44E1C744BF6434691F5659E9672D5B@fci-ex.FCI> In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9672D5B@fci-ex.FCI> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: DNS refresh 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: Mon, 12 Dec 2005 21:44:56 -0000 Jean-Paul Natola wrote: > I'm in windows environment mainly, I recently setup a BSD box (static IP, and > DNS pointing to the windows DNS server) > > With Exim, SA and CLAM_AV > > All has been running relatively well (3 months give or take) > > Till today I started getting this: > > milter# freshclam > ClamAV update process started at Mon Dec 12 15:05:34 2005 > WARNING: DNS record is older than 3 hours. > WARNING: Invalid DNS reply. Falling back to HTTP mode. Presumably your Windows-based nameserver is having problems, and should be patched and/or rebooted. :-) Alternatively, you could point your BSD machine to another nameserver which is working properly by editting /etc/resolv.conf. -- -Chuck