Date: Wed, 07 Jan 1998 23:00:19 +0000 From: Karl Pielorz <kpielorz@tdx.co.uk> To: Kwoody <kwoody@citytel.net> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: restarting sendamil Message-ID: <34B40903.1A353BD8@tdx.co.uk> References: <Pine.BSF.3.91.980107124503.5318A-100000@mybsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
You'll be better off with something like: /usr/sbin/sendmail -bd -q30m (or whatever your rc.conf file uses to bring sendmail up in the first place)... The PID file tells you the PID sendmail was running as - once it's dead the PID is useless (it'll get another PID when it next comes up - very probably a different one ;-) Regards, Kp Kwoody wrote: > > I killed sendmail with kill `head -1 /var/run/sendmail.pid` > > now how to do I restart it with the tail command?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34B40903.1A353BD8>
