Re: Understand the UID value in mailbox debug

2016-03-21 Thread Timo Sirainen
On 21 Mar 2016, at 22:13, Tobi wrote: > > would it be possible to log the session ID (from IMAP login) that > triggered the copy of the mail? I checked mail-log-plugin.c but could > not find a session field. Basically I need to relate the action logged > by mailbox debug to the respective IMAP lo

Re: Understand the UID value in mailbox debug

2016-03-21 Thread Tobi
Am 21.03.2016 um 12:08 schrieb Steffen Kaiser: > > it's the UID of the message. > http://tools.ietf.org/html/rfc3501#section-2.3.1.1 thanks a lot this explains why I was unable to find the UID in passwd May I add another question related to mailbox debug log? would it be possible to log the ses

Re: Understand the UID value in mailbox debug

2016-03-21 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 21 Mar 2016, Tobi wrote: Mar 19 11:53:57 backend3 dovecot: imap(REMOVED_FOR_PRIVACY): OmQLrmQubgDAqDIW copy from INBOX: box=INBOX.Spam, uid=58, msgid=<000601d181cd$71401940$53c04bc0$@bluewin.ch>, size=314585 I do not understand whose UID

Re: Understand the UID value in mailbox debug

2016-03-21 Thread Tobi
Am 21.03.2016 um 10:30 schrieb voy...@sbt.net.au: > > do you mean '58' ? > > grep 58 /etc/passwd ? > that I did for sure already. Otherwise I would not claim that the UID does not exist ;-)

Re: Understand the UID value in mailbox debug

2016-03-21 Thread voytek
> Mar 19 11:53:57 backend3 dovecot: imap(REMOVED_FOR_PRIVACY): > OmQLrmQubgDAqDIW copy from INBOX: box=INBOX.Spam, uid=58, > msgid=<000601d181cd$71401940$53c04bc0$@bluewin.ch>, size=314585 Mar 19 > 11:53:57 backend3 dovecot: imap(REMOVED_FOR_PRIVACY): > OmQLrmQubgDAqDIW delete: box=INBOX, uid=1614

Understand the UID value in mailbox debug

2016-03-21 Thread Tobi
Hi list we have a client who complains that mails from a certain sender are always put into his spamfolder. Our strong guess is that this is an issue with the webmail (Roundcube), but I need some help in understanding the output from dovecot's mailbox-debug. In order to narrow down the source of