[EMAIL PROTECTED] wrote:
> @4000000043d65cf2353dd83c Out of memory!
> @4000000043d65cf235423954 Callback called exit at ./qpsmtpd-forkserver line
> 13.
> @4000000043d65cf235429afc END failed--call queue aborted at
> ./qpsmtpd-forkserver line 133.
> @4000000043d65cf23542a6b4 Callback called exit at ./qpsmtpd-forkserver line
> 133.
That is the only line that makes any sense (in that the line number corresponds
to something interesting in the code). Line 132 is this:
$qpsmtpd->load_plugins;
so I suspect you have something weird in your config/plugins file that is
causing forkserver to bail. Could you comment out everything except rcpt_ok and
a queue plugin and try again?
John