<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">I migrated our mail infrastructure to Dovecot on Ubuntu 18.04 some months ago. It works fine, but recently some users told me that they sometime receive duplicated emails. Same email content, same headers including message-id.</div><div class=""><br class=""></div><div class="">I'm using two dovecot servers on two sites. Both server are in cluster. We don't use shared folders. All users that reported this issue so far are using the same server instance. The problematic  emails are coming from local users on that instance too. The examples they given to me was emails with many recipients (To/CC). A specific message can be received twice (or more) by recipient A but only once by recipient B. I didn't see anything in the logs about sieve rules that redirect emails to others recipients.</div><div class=""><br class=""></div><div class="">Where should I look to diagnostic this issue?</div><div class=""><br class=""></div><div class="">Thanks.</div><div class=""><br class=""></div><div class="">Server config:</div><div class=""># 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf<br class=""># Pigeonhole version 0.4.21 (92477967)<br class=""></div></div></div></blockquote></div><div class=""><br class=""></div><div>may be you hit this problem:</div><div><br class=""></div><div><a href="https://dovecot.org/list/dovecot/2018-March/111422.html" class="">https://dovecot.org/list/dovecot/2018-March/111422.html</a></div><div><br class=""></div><div>I don't know if it's fixed yet.</div><div><br class=""></div><div>You could log mail events and check if it's related to dsync:</div><div><br class=""></div><div>mail_plugins = ... mail_log</div><div><br class=""></div><div>plugin {</div><div>  mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename<br class="">  mail_log_fields = uid box msgid size subject<br class=""></div><div>}</div><div><br class=""></div><div>Best regards,</div><div>Gerald</div><br class=""></body></html>