It seems like it’s what I looked for. Many thanks!
-- -----Original Message----- From: dovecot-boun...@dovecot.org [mailto:dovecot-boun...@dovecot.org] On Behalf Of Urban Loesch Sent: Friday, September 09, 2011 5:30 PM To: Dovecot Mailing List Subject: Re: [Dovecot] debug user's message retrieval Hi, perhaps the "mail_log" plugin can help you. .... # mail_log plugin provides more event logging for mail processes. plugin { # Events to log. Also available: flag_change append mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename # Group events within a transaction to one line. mail_log_group_events = no # Available fields: uid, box, msgid, from, subject, size, vsize, flags # size and vsize are available only for expunge and copy events. mail_log_fields = uid box msgid size from } ... Regards Urban Костырев Александр Алексеевич wrote: > I forgot to mention that when I go to user's directory there's no > letters at all. > > On Fri, 2011-09-09 at 13:30 +1100, Костырев Александр Алексеевич wrote: >> Hi there! >> >> Is there any method to log user's activity with pop3 service? >> >> I'll try to explain situation: >> >> In maillog I saw that my dovecot lmtp saved four letters in user's >> mailbox. >> After a while I got a call from that user saying that he received >> nothing. >> >> Is there any method to log that that user RETR every single letter, >> maybe with full names of letter's id or something like that? >> >