<html>
<font size=3>At 09:06 AM 9/4/00 +0200, Zeljko Vrba wrote:<br>
<blockquote type=cite cite>I'm experiencing lockups with qrunner process;
this is the strace session:<br>
<br>
send(6, &quot;ehlo inje.iskon.hr\r\n&quot;, 20, 0) = 20<br>
read(7, &quot;250-inje.iskon.hr Hello root@loc&quot;..., 4096) = 
155<br>
send(6, &quot;mail FROM:&lt;ex-yu-a-lista-admin@z&quot;..., 53, 0) =
53<br>
read(7, &quot;250 &lt;ex-yu-a-lista-admin@zamir.n&quot;..., 4096) =
50<br>
send(6, &quot;rcpt TO:&lt;oliver.sertic@fpzg.hr&gt;\r&quot;..., 33, 0) =
33<br>
read(7, <br>
<br>
It blocks indefinetly in this last read. There exists no MX record
for<br>
the fpzg.hr domain. Is this a bug in mailman, sendmail or both? Or
BIND?<br>
I'm using mailman as a production-level mailing list system and 
this<br>
is pretty urgent. Please help!</font></blockquote><br>
<br>
It's not mailman; it's sendmail.&nbsp; It validating the address.&nbsp;
DNS isn't responding,<br>
and sendmail's timeouts are apparently set pretty high.&nbsp; If you're
planning on pumping<br>
a lot of mail through, and it's not mostly end users who's clients would
be smart enough<br>
to stop the message if sendmail bitched then and there, reconfigure
sendmail to not do<br>
the initial dns work.&nbsp; The messages will still hang up, if the
domain is misconfigured like<br>
that, but they'll hang in the sendmail queue, not at the mailman
end.<br>
</html>