On Fri, 18 Jun 2010 20:38:28 +0100, Timo Sirainen <tss@iki.fi> wrote:
On Fri, 2010-06-18 at 23:34 +0400, Администратор wrote:
On Fri, 18 Jun 2010 20:18:54 +0100, Timo Sirainen <tss@iki.fi> wrote:
On Fri, 2010-06-18 at 23:13 +0400, Администратор wrote:
- Unsuccessful moving -------------%<------------ [19:02:47]: C: cpy1 UID COPY 2386 "Junk" [19:02:57]: S: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
That looks like it crashes. Did you look at the error log?
I am afraid yes. There is only Info messages.
I'd suggest setting info_log_path to a different file than log_path. Then it's much easier to find error messages.
I can do raw log or activate mail_log if it can be useful.
If it's not Dovecot that crashes (it would have logged an Error/Fatal/Panic if it did), then Roundcube decides to disconnect before waitinf ro reply to COPY. Rawlog output could be helpful then to see what's different.
Now my settings is log_path = /var/log/dovecot/dovecot_err.log info_log_path = /var/log/dovecot/dovecot.log but error log contains only warning about process kill (restart). It's normal.
I am activate rawlog, but cant reproduce problem, at this moment all works fine. I dont think that it could be result of log_path operations =) I can show another sample those I get several days ago on same server (client Roundcube)
File: 20100609-050318-62156.in -----------%<----------- sel1 SELECT "INBOX" lsb LSUB "" "*" cpy1 UID COPY 1857 "Junk" I LOGOUT ----------->%-----------
File: 20100609-050318-62156.out -----------%<-----------
- OK [RAWLOG TIMESTAMP] 2010-06-09 05:03:18 a001 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULT IAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN C ONTEXT=SEARCH LIST-STATUS QUOTA] Logged in
- FLAGS (\Answered \Flagged \Deleted \Seen \Draft $MDNSent $Forwarded)
- OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft $MDNSent $Forwarded \*)] Flags permitted.
- 1414 EXISTS
- 0 RECENT
- OK [UNSEEN 1403] First unseen.
- OK [UIDVALIDITY 1273276420] UIDs valid
- OK [UIDNEXT 1866] Predicted next UID
- OK [HIGHESTMODSEQ 1] Highest sel1 OK [READ-WRITE] Select completed.
- LSUB () "." "Trash"
- LSUB () "." "Junk"
- LSUB () "." "Sent"
- LSUB () "." "Drafts" lsb OK Lsub completed. cpy1 OK [COPYUID 1273276423 1857 612] Copy completed.
- BYE Logging out ----------->%-----------
So, is this Roundcube issue??