From owner-freebsd-isp  Sat Jan 23 19:59:14 1999
Return-Path: <owner-freebsd-isp@FreeBSD.ORG>
Received: (from majordom@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id TAA03688
          for freebsd-isp-outgoing; Sat, 23 Jan 1999 19:59:14 -0800 (PST)
          (envelope-from owner-freebsd-isp@FreeBSD.ORG)
Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03681
          for <freebsd-isp@FreeBSD.ORG>; Sat, 23 Jan 1999 19:59:10 -0800 (PST)
          (envelope-from grog@freebie.lemis.com)
Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137])
	by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id OAA10786;
	Sun, 24 Jan 1999 14:28:54 +1030 (CST)
Received: (from grog@localhost)
	by freebie.lemis.com (8.9.2/8.9.0) id OAA46467;
	Sun, 24 Jan 1999 14:28:41 +1030 (CST)
Date: Sun, 24 Jan 1999 14:28:41 +1030
From: Greg Lehey <grog@lemis.com>
To: Mark Conway Wirt <mark@intrepid.net>
Cc: Rowan Crowe <rowan@sensation.net.au>, freebsd-isp@FreeBSD.ORG
Subject: Re: cucipop virtual popservers
Message-ID: <19990124142841.U36690@freebie.lemis.com>
References: <19990122201539.C4461@intrepid.net> <Pine.BSF.4.01.9901231417470.768-100000@velvet.sensation.net.au> <19990122224145.F26750@intrepid.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95.1i
In-Reply-To: <19990122224145.F26750@intrepid.net>; from Mark Conway Wirt on Fri, Jan 22, 1999 at 10:42:19PM -0500
WWW-Home-Page: http://www.lemis.com/~grog
Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia
Phone: +61-8-8388-8286
Fax: +61-8-8388-8725
Mobile: +61-41-739-7062
Sender: owner-freebsd-isp@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Friday, 22 January 1999 at 22:42:19 -0500, Mark Conway Wirt wrote:
> On Sat, Jan 23, 1999 at 02:22:23PM +1100, Rowan Crowe wrote:
>>
>> If sendmail has been invoked with the full path (ie /usr/sbin/sendmail -bd
>> -q30m) then -HUP will restart a new daemon and effectively re-read the
>> conf files.
>>
>> For some reason by default FreeBSD doesn't start it with the full path, so
>> this won't work normally.
>
> That would explain it.

Somehow I missed this.  The latest versions of FreeBSD do start it
with a full path.  It's in /etc/rc:

if [ "X${sendmail_enable}" = X"YES" -a -r /etc/sendmail.cf ]; then
	echo -n ' sendmail';	/usr/sbin/sendmail ${sendmail_flags}
fi

Greg
--
See complete headers for address, home page and phone numbers
finger grog@lemis.com for PGP public key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message