On 18 July 2002, Nico Erfurth said:
> Have you tried to configure mailman to use exim -odqs ?
Unfortunately Mailman 2.0.x prefers to submit messages via SMTP to
localhost. (It has code to open a pipe to /usr/sbin/sendmail, but it's
insecure because it uses popen() rather than pipe()/fork()/exec(), so
its use is strongly discouraged.)
> This reduces load sometimes, running nscd helps you to reduce the time a
> process needs for resolving the mx (not much, but better than nothing).
I'm already running dnscache on the mail server, so I don't think I can
make DNS any faster.
Thanks --
Greg