Warum löscht Dovecot meine E-Mails? Ich habe eine SQL-Datenbank gemäß den Dovecot-Informationen eingerichtet, aber in meinen Protokollen steht Folgendes:
May 14 14:23:53 alpha postfix/smtpd[16436]: Anonymous TLS connection established from mail-ie0-f174.google.com[209.85.223.174]: TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)
May 14 14:23:53 alpha postfix/smtpd[16436]: B2FD382E07: client=mail-ie0-f174.google.com[209.85.223.174]
May 14 14:23:53 alpha postfix/cleanup[16441]: B2FD382E07: message-id=<CAN-5czEh3pcyfw-eZT3m-rfyxrOXRaSpt-76uJ++H57jy=46wg@mail.gmail.com>
May 14 14:23:54 alpha postfix/qmgr[16274]: B2FD382E07: from=<[email protected]>, size=1770, nrcpt=1 (queue active)
May 14 14:23:54 alpha postfix/smtpd[16436]: disconnect from mail-ie0-f174.google.com[209.85.223.174]
May 14 14:23:54 alpha dovecot: lda(kevin): msgid=<CAN-5czEh3pcyfw-eZT3m-rfyxrOXRaSpt-76uJ++H57jy=46wg@mail.gmail.com>: saved mail to INBOX
May 14 14:23:54 alpha postfix/local[16442]: B2FD382E07: to=<[email protected]>, relay=local, delay=1.2, delays=0.69/0.01/0/0.53, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -m "${EXTENSION}")
May 14 14:23:54 alpha postfix/qmgr[16274]: B2FD382E07: removed
Antwort1
Die Protokolldateien zeigen kein Problem an. Postfix empfängt die E-Mail und platziert sie dann in qmgr. Dovecot nimmt dann die E-Mail von qmgr und platziert sie in INBOX, das in main.cf von Postfix definiert ist, wie hier zu sehen:
May 14 14:23:54 alpha dovecot: lda(kevin): msgid=<...>: saved mail to INBOX
Postfix entfernt dann die E-Mail aus der Warteschlange, wie hier zu sehen:
May 14 14:23:54 alpha postfix/qmgr[16274]: B2FD382E07: removed
Das ist ein normales Verhalten. Ist Ihr Mailbox_base-Verzeichnis mit den richtigen Berechtigungen in Postfix's main.cf eingerichtet? Haben Sie Ihr Mailbox_base-Verzeichnis auf im Posteingang gespeicherte E-Mails überprüft?