Auteur: Phil Pennock Date: À: Frank DeChellis DSL CC: exim-users Sujet: Re: [exim] Spool collecting but not sending
On 2010-01-01 at 22:36 -0500, Frank DeChellis DSL wrote: > The second exim is started using:
>
> /usr/pkg/sbin/exim -bd -q15m -C /usr/pkg/etc/exim2/configure
Hrm. I'm a bit slow mentally today (lurgy) so can't concentrate to look
in-depth, but the queue-runner stuff uses child_exec_exim() to start a
new process and that function takes care to preserve the -C option.
As a work-around, you could use cron to start queue-runners manually,
but it would be helpful if you could start Exim with debugging and, say,
a 1m queue-runner interval and look to see what happens?