<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Arial,Helvetica,sans-serif'>
<p>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 /var/log/mail.info & /var/log/syslog when I delete a message from my Inbox in Roundcube.  Here is the abbreviated output from doveconf -n:<br /><span style="font-size: 10pt;"></span></p>
<p><span style="font-size: 10pt;"># 2.2.27 (): /etc/dovecot/dovecot.conf<br /></span># Pigeonhole version 0.4.16 ()<br /># OS: Linux 4.9.0-14-amd64 x86_64 Debian 9.13 ext4<br /><br />plugin {<br />mail_log_events = delete undelete mailbox_delete mailbox_rename<br />mail_log_fields = uid box msgid size<br />sieve = ~/.dovecot.sieve<br />sieve_after = /etc/dovecot/sieve-after<br />sieve_dir = ~/sieve<br />}<br /><br />protocols = " imap lmtp sieve pop3"<br /><br />protocol lmtp {<br />mail_plugins = " sieve notify mail_log"<br />}<br /><br />protocol imap {<br />mail_max_userip_connections = 50<br />mail_plugins = " notify mail_log"<br />}</p>
<p>What am I missing?</p>
</body></html>