Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 1997 13:00:20 -0700 (PDT)
From:      Jan Koum  <jkb@best.com>
To:        Mail Lists <maillist@home.comhelp.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: sendmail
Message-ID:  <Pine.BSF.3.96.970708125639.9218A-100000@shell6.ba.best.com>
In-Reply-To: <Pine.SOL.3.91.970708120158.13828A-100000@home>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970708125639.9218A-100000>