2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
NomadCF |
Posted: Feb 5 2004, 07:43 AM
|
Wizard Group: Members Posts: 428 Member No.: 434 Joined: 21-January 03 |
Is there a way to stop xqmagent with out having to kill -9 it's proc # ?
Is there a way to redirect where it looks for the xqmagent.conf file ? -------------------- |
hschneider |
Posted: Feb 5 2004, 07:54 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
>Is there a way to stop xqmagent with out having to kill -9 it's proc # ?
Not at the moment. Since the Python runtime environment does not prevent the child process PID, it's hard to implement. But I'm working on it. One of the next updates will fullfill the daemon standards start, stop, restart completely. >Is there a way to redirect where it looks for the xqmagent.conf file ? No, but this will also go into one of the next updates. So root access to /etc won't be necessary anymore. -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
atomant |
Posted: Feb 5 2004, 02:19 PM
|
No - I'm not an answering script ... Group: Admin Posts: 1776 Member No.: 427 Joined: 18-January 03 |
The easy way to stop xqmagent:
#killall xqmagent Plain and simple. -------------------- Bye,
Sasa ------------------------------------------------------------------- All electric machines work on smoke...when the smoke escape from machines, they don't work anymore Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?" FreeBSD: "Are you guys coming or what?" |
hschneider |
Posted: Feb 5 2004, 03:15 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Yep -- but it can happen that the port stays occupied ... so the Agent needs to handle the KILL signal, freeying the port before going down.
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
hschneider |
Posted: Feb 5 2004, 06:29 PM
|
||
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
As an intermediate solution, take this startup script (don't foget to fill in your Agent's location):
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
||