* Sven Pastorik s.pastorik@westfalen-blatt.de:
Hallo, vielen Dank für die vielen Anregungen. Zu den vielen Fragen die hier zu unserer Struktur aufgetaucht sind.
Als MDA nutzen wir cyrus-imapd
Viren und Spamerkennung machen wir mit amavisd-new via postfix. Wenn Postfix also ein OK meldet wurde auch auf Vieren etc. gescannt.
Was Cyrus damit dann macht kann ich leider nicht sehen da ich nach dem OK auch nichts mehr im Log habe.
Das denke ich auch. Golden classic ist cyrus mit duplicate email suppression basierend auf message-id!
Was bedeutet das und wie kann ich diesen Fehler debuggen?
In der Doku zum Cyrus habe ich leider nichts finden können.
https://cyrusimap.org/mediawiki/index.php/FAQ
What is Duplicate Delivery Supression / How does it work?
Duplicate delivery supression is a feature of the Cyrus IMAP server that allows multiple copies of an identical messages delivered to one user to be supressed, so that the user only recieves one copy. This can be conveinent if, say, one user is on multiple mailing lists that commonly recieve the same message.
The way that a message is determined to be a duplicate is a lookup is done in the duplicate delivery database for a message-id/mailbox pair. If a match is found, the message is supressed. If a match is not found, the pair is added to the database and the message is delivered.
Duplicate Delivery Supression can also affect sieve redirects. In this case, supression is done on a message-id/redirect-target basis.
Duplicate Delivery Supression can also affect vacation messages. In this case, supression is done based on a hash of the sender's address and the vacation message.