From: Troy on
I am using Sendmail at my gateway as an MX and SMTP server only, all
messages are relayed via the aliases file to backend mail stores.
Those messages are delivered without delay.

I also have Mailman running on this server, and when messages are sent
to a mail list, they are queued instead of delivered. Then there is a
delay while the queue runner processes the queue. Any thoughts on
where to look for configuration issues?

Thanks
From: Troy on
On Oct 22, 3:21 pm, Troy <tkn...(a)gmail.com> wrote:
> I am using Sendmail at my gateway as an MX and SMTP server only, all
> messages are relayed via the aliases file to backend mail stores.
> Those messages are delivered without delay.
>
> I also have Mailman running on this server, and when messages are sent
> to a mail list, they are queued instead of delivered.  Then there is a
> delay while the queue runner processes the queue.  Any thoughts on
> where to look for configuration issues?
>
> Thanks

I resolved this. I found that define(`confCON_EXPENSIVE',false)
needed to be set in my sendmail.mc file and re-compile.