On Wed, 15 Dec 1999, Jan Ludewig wrote:
^^^
Back to the future ! ;)
--
| Johann Spies,Windsorlaan 19, Pietermaritzburg, 3201, South Africa|
| [EMAIL PROTECTED] Tel/Faks 033-346-1310 Sel/Cell 082-255-
> How do you restart exim after changing exim.conf? The manual says to
> send the daemon process a SIGHUP signal, but I can't find the daemon
> process pid.
>
As far as I know, the defualt setup is to have exim running only when it is
needed. i.e, it might not run in daemon mode on your machine
On Wed, 27 Oct 1999, Richard Weil wrote:
> How do you restart exim after changing exim.conf? The manual says to
> send the daemon process a SIGHUP signal, but I can't find the daemon
> process pid.
I use:
# /etc/init.d/exim restart
Alternatively, you can try:
# kill -HUP `pidof exim`
or even
#
On Wed, Oct 27, 1999 at 12:11:11PM -0400, Richard Weil wrote:
> How do you restart exim after changing exim.conf? The manual says to
> send the daemon process a SIGHUP signal, but I can't find the daemon
> process pid.
you are probably starting it with "inetd"!
"ps auxc|grep inetd" should give you
on Wed, Oct 27, 1999 at 12:11:11PM -0400, Richard Weil wrote:
> How do you restart exim after changing exim.conf? The manual says to
> send the daemon process a SIGHUP signal, but I can't find the daemon
> process pid.
>
> Richard
>
as root:
$ /etc/init.d/exim [reload | restart | force
On Wed, Oct 27, 1999 at 12:11:11PM -0400, Richard Weil wrote:
> How do you restart exim after changing exim.conf? The manual says to
> send the daemon process a SIGHUP signal, but I can't find the daemon
> process pid.
Hi Richie,
do: kill -HUP , or
/etc/init.d/exim restart
JY
--
Jean-Yves F. B
6 matches
Mail list logo