14 Oct
                
                    2010
                
            
            
                14 Oct
                
                '10
                
            
            
            
        
    
                6:27 p.m.
            
        On Thu, 2010-10-14 at 11:27 +0530, Rajesh M wrote:
i am using dovecot version 1.2.11 with qmail toaster
is there a way to log the number of current imap connections at a given time using dovecot log format ?
No. With v2.0 you could get that easily with "doveadm who", but with v1.x you'd have to do a ps|grep imap$ or something. In both cases I'm not sure why you'd want it in dovecot log format..