Re: Problem enabling the mail_log plugin

2021-02-09 Thread @lbutlr
On 09 Feb 2021, at 11:34, Mike Quigley wrote: > So it looks like when Roundcube copies them to Trash and expunges the > original, it doesn't set the Trash flag on the message. Checking on my server none of the messages in the Trash maildir have a T flag, they all end in things like :2,hk or

Re: Problem enabling the mail_log plugin

2021-02-09 Thread Mike Quigley
The default Debian 8 or 9 install of Dovecot duplicates Dovecot logging in both /var/log/mail.info & /var/log/syslog. This server was originally setup with v8 and later upgraded to v9. -- On 2021-02-09 3:46 am, Yassine Chaouche wrote: Le 2/8/21 à 5:03 AM, Mike Quigley a écrit : I see so

Re: Problem enabling the mail_log plugin

2021-02-09 Thread Mike Quigley
I looked at the Trash messages on the Server (which is using Maildir) and they are flagged as :2,S (Seen) but not T (Trash). So it looks like when Roundcube copies them to Trash and expunges the original, it doesn't set the Trash flag on the message. If I manually delete the message from the

Re: Problem enabling the mail_log plugin

2021-02-09 Thread Yassine Chaouche
Le 2/8/21 à 5:03 AM, Mike Quigley a écrit :  I see so difference in /var/log/mail.info & /var/log/syslog Did you configure it to use syslog ? my config puts dovecot logs in /var/log/dovecot Yassine.

Re: Problem enabling the mail_log plugin

2021-02-09 Thread Yassine Chaouche
Le 2/9/21 à 11:41 AM, Yassine Chaouche a écrit : I have expunge in mail_log_events   mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename Yassine Oh yes and copy, because when you delete mail in roundcube it actually copies it to the trash then expunge it from where

Re: Problem enabling the mail_log plugin

2021-02-09 Thread Yassine Chaouche
I have expunge in mail_log_events   mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename Yassine Le 2/8/21 à 5:03 AM, Mike Quigley a écrit : I need to track some issues with deleted messages so I have been trying to set up the mail_log plugin.  I have Dovecot

Problem enabling the mail_log plugin

2021-02-07 Thread Mike Quigley
I need to track some issues with deleted messages so I have been trying to set up the mail_log plugin. I have Dovecot v2..27 running on Debian 9. I have configured /etc/dovecot/conf.d/10-logging.conf, 20-imap.conf, and 20-lmtp.conf and restarted dovecot, but I see so difference in