<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Actually all that message tells you is that the smtp server is
      kicked,<br>
      checking to see if there is anything to process in the queue. That<br>
      debug comes up if you have smtp trace set to a higher number.</p>
    <p>If you say it's locking up, why don't you run gdb on it, and when<br>
      it seems to lockup on you ? then interrupt GDB, put a where at<br>
      the GDB prompt see where it's stopped, then run CONT, wait a<br>
      bit and repeat and see where it's stopped again, do that several<br>
      times to get an idea maybe where it's looping or whatever.</p>
    <p>Maiko<br>
    </p>
    On Mon, 4 Nov 2024, Don Moore wrote:<br>
    <blockquote type="cite"
cite="mid:CALPrQUnpx1S-An6OmLtr=7_RcAfZR8h--yYQpwbPRGoCQz0WNQ@mail.gmail.com">
      <div>
        <div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <br>
            > Does anyone know what the following line means?<br>
            > <br>
            > smtp daemon entered, target = 0.0.0.0<br>
            > <br>
            > It continues repeatedly until jnos locks up<br>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>