Re: restarting a daemon

2001-09-25 Thread Giulio Morgan
Thanks to all for your replies, now that I can manage trial & error, I hope I'll get my exim.conf right...Thanks again -- Giulio

RE: restarting a daemon

2001-09-25 Thread Theo Zourzouvillys
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I am trying to modify and "reload" my exim.conf file. The beginning > of the sample conf file says "...you change Exim's configuration > file, you *must* remember to HUP the Exim daemon". I am unable to > determine how to HUP a daemon > without reb

Re: restarting a daemon

2001-09-25 Thread dman
On Tue, Sep 25, 2001 at 02:48:12PM -0400, Giulio Morgan wrote: | I am trying to modify and "reload" my exim.conf file. The beginning of the | sample conf file says "...you change Exim's configuration file, you *must* | remember to HUP the Exim daemon". I am unable to determine how to HUP a daemon |

RE: restarting a daemon

2001-09-25 Thread Jacques Normand
just kill -HUP where is the process ID of your daemon but another method is /etc/init.d/exim reload jacques -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 septembre 2001 20:48 À : debian-user@lists.debian.org Objet : restarting a daemon I am

Re: restarting a daemon

2001-09-25 Thread Ben Hartshorne
On Tue, Sep 25, 2001 at 02:48:12PM -0400, Giulio Morgan wrote: > I am trying to modify and "reload" my exim.conf file. The beginning of the > sample conf file says "...you change Exim's configuration file, you *must* > remember to HUP the Exim daemon". I am unable to determine how to HUP a daemon >

Re: restarting a daemon

2001-09-25 Thread Greg Wiley
On Tuesday, September 25, 2001 11:48 AM, [EMAIL PROTECTED] wrote: > I am unable to determine how to HUP a daemon Your doc is telling you that you can send the process a signal--in this case a hangup or HUP--to ask it to reload its configuration. The signal-sending program in unix is 'kill'. So

Re: restarting a daemon

2001-09-25 Thread Nathan E Norman
On Tue, Sep 25, 2001 at 02:48:12PM -0400, Giulio Morgan wrote: > I am trying to modify and "reload" my exim.conf file. The beginning of the > sample conf file says "...you change Exim's configuration file, you *must* > remember to HUP the Exim daemon". I am unable to determine how to HUP a daemon >

Re: restarting a daemon

2001-09-25 Thread Ano Nim
On 25 Sep 2001, Giulio Morgan wrote: > I am trying to modify and "reload" my exim.conf file. The beginning of the > sample conf file says "...you change Exim's configuration file, you *must* > remember to HUP the Exim daemon". I am unable to determine how to HUP a daemon > without rebooting. Any h

Re: restarting a daemon

2001-09-25 Thread Dave Sherohman
On Tue, Sep 25, 2001 at 02:48:12PM -0400, Giulio Morgan wrote: > I am trying to modify and "reload" my exim.conf file. The beginning of the > sample conf file says "...you change Exim's configuration file, you *must* > remember to HUP the Exim daemon". I am unable to determine how to HUP a daemon >

Re: restarting a daemon

2001-09-25 Thread frankie
On Tue, Sep 25, 2001 at 02:48:12PM -0400, Giulio Morgan wrote: > I am trying to modify and "reload" my exim.conf file. The beginning of the > sample conf file says "...you change Exim's configuration file, you *must* > remember to HUP the Exim daemon". I am unable to determine how to HUP a daemon >