Re: restart exim

1999-10-28 Thread Johann Spies
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-

Re: restart exim

1999-10-28 Thread Shaul Karl
> 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

Re: restart exim

1999-10-28 Thread Dave Baker
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 #

Re: restart exim

1999-10-27 Thread Jan Ludewig
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

Re: restart exim

1999-10-27 Thread Thorsten Jenal
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

Re: restart exim

1999-10-27 Thread Jean-Yves BARBIER
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