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

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Graeme Fowler
Datum:  
To: exim users
Betreff: 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