Hi Timo, Friday, July 20, 2007, 1:32:37 PM, you wrote:
> On Fri, 2007-07-20 at 13:04 +0300, Sergey A. Kobzar wrote: >> * copy 1 Public/Spam >> >> ... and no answer. > What does strace show for the imap process for this copy command? > http://wiki.dovecot.org/Debugging/ProcessTracing Maybe I did something wrong, but no luck: When I've connected to localhost 143: # netstat -anp | grep imap | grep ESTAB tcp 0 0 127.0.0.1:143 127.0.0.1:36261 ESTABLISHED 9883/imap # strace -tt -o log -p 9883 Process 9883 attached - interrupt to quit Then I did: * select inbox * FLAGS (\Answered \Flagged \Deleted \Seen \Draft) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permitted. * 1 EXISTS * 0 RECENT * OK [UIDVALIDITY 1183490762] UIDs valid * OK [UIDNEXT 41] Predicted next UID * OK [READ-WRITE] Select completed. * copy 1 Public/Spam * logout No output from strace: # strace -tt -o log -p 9883 Process 9883 attached - interrupt to quit Process 9883 detached # What's wrong? -- Sergey