Thank you - you're right, of course, that it's very unlikely it actually disappears without a trace, even with forks and execs. :) I've been checking every logfile I could find and even been rgrepping through other possible locations without any result. I do find qmail logs, but nothing from this.

However, the idea to insert debugging code into _fail did give a result:

81 53 Error closing write pipe: Broken pipe

Reading up further on the source in Send.pm, this message comes from after the body is written and the pipe is supposed to be closed to signal that it's time for the next pipe, the envelope, to be written. The closing is what fails, or at least triggers the fail in the script.

Now this is sadly where I'm stumped again. I do not really know how to proceed from here, I don't really know anough about this kind of communication to see why this may be...


In reply to Re^2: Mail-Qmail-Queue can't (re)send message by Stoffe
in thread Mail-Qmail-Queue can't (re)send message by Stoffe

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.