Re: [Dovecot] Log imap commands

2012-01-11 Thread forumer
I have added the following lines to dovecot configuration(/etc/dovecot/conf.d/10-master.conf) : ... service pop3 { # Max. number of POP3 processes (connections) #process_limit = 1024 } service postlogin { executable = script-login -d rawlog unix_listener postlogin { } } ... and I

Re: [Dovecot] Log imap commands

2012-01-11 Thread forumer
Le 11.01.2012 16:09, foru...@smartmobili.com a écrit : Le 11.01.2012 15:19, Willie Gillespie a écrit : On 1/11/2012 7:11 AM, foru...@smartmobili.com wrote: I was wondering if dovecot allows to log imap communications ? You could look at Rawlog http://wiki.dovecot.org/Debugging/Rawlog http://w

Re: [Dovecot] Log imap commands

2012-01-11 Thread Charles Marcus
On 2012-01-11 10:09 AM, foru...@smartmobili.com wrote: Le 11.01.2012 15:19, Willie Gillespie a écrit : On 1/11/2012 7:11 AM, foru...@smartmobili.com wrote: I was wondering if dovecot allows to log imap communications ? You could look at Rawlog http://wiki.dovecot.org/Debugging/Rawlog http://

Re: [Dovecot] Log imap commands

2012-01-11 Thread forumer
Le 11.01.2012 15:19, Willie Gillespie a écrit : On 1/11/2012 7:11 AM, foru...@smartmobili.com wrote: I was wondering if dovecot allows to log imap communications ? You could look at Rawlog http://wiki.dovecot.org/Debugging/Rawlog http://wiki2.dovecot.org/Debugging/Rawlog Ok so I suppose I ne

Re: [Dovecot] Log imap commands

2012-01-11 Thread Willie Gillespie
On 1/11/2012 7:11 AM, foru...@smartmobili.com wrote: I was wondering if dovecot allows to log imap communications ? You could look at Rawlog http://wiki.dovecot.org/Debugging/Rawlog http://wiki2.dovecot.org/Debugging/Rawlog