From owner-freebsd-questions Tue Jul 8 13:00:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA04866 for questions-outgoing; Tue, 8 Jul 1997 13:00:35 -0700 (PDT) Received: from shell6.ba.best.com (jkb@shell6.ba.best.com [206.184.139.137]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA04860 for ; Tue, 8 Jul 1997 13:00:30 -0700 (PDT) Received: from localhost (jkb@localhost) by shell6.ba.best.com (8.8.5/8.7.3) with SMTP id NAA10113; Tue, 8 Jul 1997 13:00:20 -0700 (PDT) X-Authentication-Warning: shell6.ba.best.com: jkb owned process doing -bs Date: Tue, 8 Jul 1997 13:00:20 -0700 (PDT) From: Jan Koum X-Sender: jkb@shell6.ba.best.com To: Mail Lists cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 8 Jul 1997, Mail Lists wrote: > > Hi...how do I restart sendmail....I just added some aliases and need to > restart it....thanks...Adam > Hi, First you need to rebuild your new aliases by using command "newaliases" (man newaliases for more info). I don't think you need to restart sendmail if you only edited /etc/aliases -- but if you want to restart sendmail anyway: ps -aux | grep sendmail kill -HUP sendmail_PID or kill -9 sendmail_PID ; /usr/sbin/sendmail -bd -q30m Hope this helps, -- Yan