Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 1999 22:42:19 -0500
From:      Mark Conway Wirt <mark@intrepid.net>
To:        Rowan Crowe <rowan@sensation.net.au>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: cucipop virtual popservers
Message-ID:  <19990122224145.F26750@intrepid.net>
In-Reply-To: <Pine.BSF.4.01.9901231417470.768-100000@velvet.sensation.net.au>; from Rowan Crowe on Sat, Jan 23, 1999 at 02:22:23PM %2B1100
References:  <19990122201539.C4461@intrepid.net> <Pine.BSF.4.01.9901231417470.768-100000@velvet.sensation.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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.  I'm running sendmail on a Linux box:

case "$1" in
  start)
        # Start daemons.
        echo -n "Starting sendmail: "
        daemon sendmail -bd -q15m
        echo
        touch /var/lock/subsys/sendmail
        ;;

(where the daemon fucntion basically strips out path info and starts
the daemon).  No path.

--Mark
-- 

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?19990122224145.F26750>