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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Graeme Fowler
日付:  
To: exim users
題目: 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