Skip site navigation (1)Skip section navigation (2)
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>
In-Reply-To: <19990122224145.F26750@intrepid.net>; from Mark Conway Wirt on Fri, Jan 22, 1999 at 10:42:19PM -0500
References:  <19990122201539.C4461@intrepid.net> <Pine.BSF.4.01.9901231417470.768-100000@velvet.sensation.net.au> <19990122224145.F26750@intrepid.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990124142841.U36690>