From owner-freebsd-questions Wed Jan 7 15:52:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA26394 for questions-outgoing; Wed, 7 Jan 1998 15:52:20 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from bsdi37.dn.net (root@[207.153.200.145]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA26366 for ; Wed, 7 Jan 1998 15:52:09 -0800 (PST) (envelope-from nickh@ncnatural.com) Received: from ws0170 ([208.229.219.220]) by bsdi37.dn.net (8.8.8/8.8.5) with SMTP id SAA10651; Wed, 7 Jan 1998 18:48:53 -0500 (EST) From: "Nicholas Holshouser" To: "Kwoody" , "freebsd-questions" Subject: Re: restarting sendamil Date: Wed, 7 Jan 1998 18:51:37 -0500 Message-ID: <01bd1bc7$31502620$41090180@ws0170.new-breed.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Better to kill -HUP it to let it restart itself kill -HUP `head -1 /var/run/sendmail.pid` -----Original Message----- From: Kwoody >I killed sendmail with kill `head -1 /var/run/sendmail.pid` > >now how to do I restart it with the tail command?