Re: [Mailman-Developers] Mailman with sendmail = performance bottleneck

What sucks is qrunner just tries to deliver each message one at a time. If message 5 takes forever on the rcpt to: command (for example), no other messages deliveries are attempted because qrunner sits on message 5 until it times out.
Translation: You are doing name lookups on messages delivered via SMTP from the localhost. There's not much reason for this. Turn it off.
Just out of curiosity: anyone know how to do this in sendmail?
Is this the 'delay_checks' feature?
I'm sure I haven't configured it, but my list isn't big enough that I care about such delays. If I were to want to change it, though, it's not at all clear to me how I would, and since it's become such a refrain....anyone know?

At 6:14 PM -0800 11/21/00, Dan Mick wrote:
Translation: You are doing name lookups on messages delivered via SMTP from the localhost. There's not much reason for this. Turn it off.
Just out of curiosity: anyone know how to do this in sendmail?
someone (I think it was JC...) told me a while back to enable accept_unresolvable_domains as a feature in your .cf. I haven't tested it yet, though.
participants (2)
-
Chuq Von Rospach
-
Dan Mick