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

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: exim users
Subject: 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