<div dir="ltr"><div dir="ltr">Hi!<div><br></div><div>About 4-6 MUA Thunderbird 60.6.1 are going to connect with dovecot 2.2.13/IMAP (debian 8) and are using the same user/password. This setup works for years flawless (updated clients and serversoftware).</div><div><br></div><div>Since a few weeks there is one major trouble:</div><div><br></div><div>I one of the client moves a mail from the inbox to a another IMAP-Folder, most of the moved mail are moved for the moment. But an unstable period later, the mails are moved back to the inbox. In rarely cases, the moved mail is copied (one in the inbox, one in the destinationfolder).</div><div><br></div><div>Now I have to check, if this a Thunderbird-Issue or is this a dovecot-issue. For that reason, I will activate the extended logging of dovecot.</div><div><br></div><div>### ### ### ###</div><div><div>dovecot -n</div><div># 2.2.13: /etc/dovecot/dovecot.conf</div><div># OS: Linux 3.16.0-6-amd64 x86_64 Debian 8.11 </div><div>auth_mechanisms = plain login</div><div>debug_log_path = /var/log/mail.dovecot-debug</div><div>disable_plaintext_auth = no</div><div>info_log_path = /var/log/mail.dovecot-info</div><div>listen = *,[::]</div><div>log_path = /var/log/mail.dovecot-error</div><div>log_timestamp = "%Y-%m-%d %H:%M:%S "</div><div>mail_debug = yes</div><div>mail_max_userip_connections = 100</div><div>mail_privileged_group = vmail</div><div>passdb {</div><div>  args = /etc/dovecot/dovecot-sql.conf</div><div>  driver = sql</div><div>}</div><div>plugin {</div><div>  mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename</div><div>  mail_log_fields = uid box msgid size</div><div>  quota = dict:user::file:/var/vmail/%d/%n/.quotausage</div><div>  sieve = /var/vmail/%d/%n/.sieve</div><div>  sieve_max_redirects = 25</div><div>}</div><div>protocols = imap pop3</div><div>service auth {</div><div>  unix_listener /var/spool/postfix/private/auth {</div><div>    group = postfix</div><div>    mode = 0660</div><div>    user = postfix</div><div>  }</div><div>  unix_listener auth-userdb {</div><div>    group = vmail</div><div>    mode = 0600</div><div>    user = vmail</div><div>  }</div><div>  user = root</div><div>}</div><div>service imap-login {</div><div>  client_limit = 1000</div><div>  process_limit = 512</div><div>}</div><div>service lmtp {</div><div>  unix_listener /var/spool/postfix/private/dovecot-lmtp {</div><div>    group = postfix</div><div>    mode = 0600</div><div>    user = postfix</div><div>  }</div><div>}</div><div>ssl_cert = </etc/postfix/smtpd.cert</div><div>ssl_key = </etc/postfix/smtpd.key</div><div>ssl_protocols = !SSLv3</div><div>userdb {</div><div>  driver = prefetch</div><div>}</div><div>userdb {</div><div>  args = /etc/dovecot/dovecot-sql.conf</div><div>  driver = sql</div><div>}</div><div>protocol imap {</div><div>  mail_plugins = quota imap_quota</div><div>}</div><div>protocol pop3 {</div><div>  mail_plugins = quota</div><div>  pop3_uidl_format = %08Xu%08Xv</div><div>}</div><div>protocol lda {</div><div>  mail_plugins = sieve quota</div><div>  postmaster_address = <a href="mailto:postmaster@monarch.products4more.at">postmaster@monarch.products4more.at</a></div><div>}</div><div>protocol lmtp {</div><div>  mail_plugins = quota sieve</div><div>  postmaster_address = <a href="mailto:postmaster@monarch.products4more.at">postmaster@monarch.products4more.at</a></div><div>}</div></div><div><br></div><div>### ### ### ### ### ### ### ###</div><div><br></div><div>It works: dovecot logs to three differnt logfiles /var/log/mail.dovecot-*</div><div>It doesnt work:</div><div><br></div><div><div>plugin {</div><div>  mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename</div><div>  mail_log_fields = uid box msgid size</div></div><div>}</div><div><br></div><div>I cant see such events in the logfiles. Which switch is to turn on to log all events?</div><div>Or do anyone know the reason for the annoying "copy/move-the-mail-back"-issue?</div><div><br></div><div>Thank you in advance for all inputs.</div><div><br></div><div>regards, martin</div></div></div>