Re: [exim] Gateway uses 2 instances of Exim - How do I direc…

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Graeme Fowler
Date:  
À: exim users
Sujet: Re: [exim] Gateway uses 2 instances of Exim - How do I direct commands to one or the other
On Wed, 2009-04-15 at 10:42 -0400, Rick Duval wrote:
> Any idea how I can talk to the "other" instance?


exim -C /path/to/outbound/config/file -bpr | grep frozen | wc -l

alternatively

exipick --spool /path/to/outbound/spool/directory -z -i | wc -l

Graeme