From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 15:50:58 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C318893 for ; Thu, 26 Feb 2015 15:50:58 +0000 (UTC) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 1536396B for ; Thu, 26 Feb 2015 15:50:58 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id C733333C1E; Thu, 26 Feb 2015 10:50:51 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 530A039816; Thu, 26 Feb 2015 10:50:51 -0500 (EST) From: Lowell Gilbert To: Matthias Apitz Subject: Re: sendmail && dhcp References: <20150226144245.GA1346@c720-r276659> Date: Thu, 26 Feb 2015 10:50:50 -0500 In-Reply-To: <20150226144245.GA1346@c720-r276659> (Matthias Apitz's message of "Thu, 26 Feb 2015 15:42:45 +0100") Message-ID: <44bnkgsmcl.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 15:50:58 -0000 Matthias Apitz writes: > What would be the best way to restart (or defer the start of sendmail) > until the correct DNS is in place? For the tun interface I'm using a > devd(8) hook, but I'm looking more for a general solution. dhclient-script(8) is one way.