Re: [Exim] Managing multiple spool_directories

Pàgina inicial
Delete this message
Reply to this message
Autor: Hirling Endre
Data:  
A: exim-users
Assumpte: Re: [Exim] Managing multiple spool_directories
Sheldon Hearn wrote:
>
>         exim -q -C /path/to/exim/configure.SPOOL2

>


Just a note, I usually do it this way:

exim -bpru | awk '{print $3}' | xargs -n 1 -P 40 exim -M

of course adding the necessary -C parameters.

I have the impression that this handles large queues better.

-m-