On Sat, 2005-08-13 at 14:29 +0900, Jim Tittsler wrote:
On Sat, Aug 13, 2005 at 07:10:53AM +0300, Tzafrir Cohen wrote:
Any way to tell it to log all imap commands to a log file? Or any other way to isolate the problem?
If you build Dovecot with the --with-rawlog flag, then you can put a dovecot.rawlog directory in the user's home directory to capture IMAP events.
(This is described in the wiki, and also mentioned at http://www.dovecot.org/bugreport.html.)
Well, yes, except when running imap binary directly the rawlog needs to be executed also:
#!/bin/sh
# imap-local: run dovecot's imap as your user
MAIL='maildir:~/Maildir'
exec /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap
In 1.0-tests --with-rawlog option doesn't exist anymore, the rawlog binary is always built.