From owner-freebsd-questions Thu Jan 8 11:52:30 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA21310 for questions-outgoing; Thu, 8 Jan 1998 11:52:30 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA21302 for ; Thu, 8 Jan 1998 11:52:20 -0800 (PST) (envelope-from kwoody@citytel.net) Received: from citytel.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.8/8.8.5) with ESMTP id LAA29280 for ; Thu, 8 Jan 1998 11:50:23 -0800 (PST) Received: from mybsd.net (mybsd.net [192.168.0.2]) by citytel.net (8.8.5/8.8.5) with SMTP id KAA00685 for ; Thu, 8 Jan 1998 10:23:20 -0800 (PST) Date: Thu, 8 Jan 1998 10:23:19 -0800 (PST) From: Kwoody X-Sender: kwoody@mybsd.net To: freebsd-questions Subject: Restarting Sendmail Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks to all th replies I got re: sendmail. I completely forgot to use HUP. Once I realized my mistake, rembered seeing how to restart sendmail by using the tail command because of how the pid file created. But just starting it with the full pathname from teh commadn line worked too. Just have to remember that HUP is my friend. :)