<div class="gmail_quote">2012/9/13 Thomas Sibley <span dir="ltr"><<a href="mailto:trs@bestpractical.com" target="_blank">trs@bestpractical.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 09/13/2012 02:14 AM, Raphaël Berlamont wrote:<br>
> And here is the "sendmail-lsof" of the corresponding messages :<br>
> #####################################<br>
</div><div class="im">> === START 18686<br>
> COMMAND    PID   USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME<br>
> sendmail 18686 apache    1r  FIFO    0,8      0t0 1982013 pipe<br>
> sendmail 18686 apache    2w   REG  253,0  1940786  144696<br>
> /var/log/httpd/error_log<br>
> sendmail 18686 apache  255r   REG  253,0      687   24192 /usr/sbin/sendmail<br>
> === END 18686<br>
<br>
</div>What does the sendmail-lsof file look like for a successful invocation<br>
of sendmail?<br></blockquote></div><br clear="all">On a working sendmail call, it looks like this : <br>#####################################<br>=====NEW SENDMAIL CALL=======<br>20120913-095359<br>=== START 17662<br>COMMAND    PID   USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME<br>
sendmail 17662 apache    0r  FIFO    0,8      0t0 1970074 pipe<br>sendmail 17662 apache    1w  FIFO    0,8      0t0 1970075 pipe<br>sendmail 17662 apache    2w   REG  253,0  1878695  144696 /var/log/httpd/error_log<br>sendmail 17662 apache  255r   REG  253,0      687   24192 /usr/sbin/sendmail<br>
=== END 17662<br>#####################################<br><br>On a non-working sendmail call, we have only one "pipe" process :<br>#####################################<br>=====NEW SENDMAIL CALL=======<br>20120913-095159<br>
=== START 17601<br>COMMAND    PID   USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME<br>sendmail 17601 apache    1r  FIFO    0,8      0t0 1969455 pipe<br>sendmail 17601 apache    2w   REG  253,0  1871756  144696 /var/log/httpd/error_log<br>
sendmail 17601 apache  255r   REG  253,0      687   24192 /usr/sbin/sendmail<br>=== END 17601<br>#####################################<br>-- <br>Raphaël Berlamont<br>