Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
lpi2:postfix-dovecot-imapd [2025/08/13 15:13] 127.0.0.1 Externe Bearbeitung |
lpi2:postfix-dovecot-imapd [2025/08/14 20:00] (aktuell) ingo_wichmann |
||
---|---|---|---|
Zeile 6: | Zeile 6: | ||
===== Speicherformat für Mails ===== | ===== Speicherformat für Mails ===== | ||
Mails im Maildir-Format speichern: ((alternative Möglichkeiten: https://wiki.dovecot.org/MailboxFormat)) | Mails im Maildir-Format speichern: ((alternative Möglichkeiten: https://wiki.dovecot.org/MailboxFormat)) | ||
+ | |||
+ | ==== bis Version Dovecot 2.3 ==== | ||
<file txt /etc/dovecot/local.conf> | <file txt /etc/dovecot/local.conf> | ||
Zeile 16: | Zeile 18: | ||
doveconf mail_location | doveconf mail_location | ||
-> gibt aus: ''mail_location = maildir:~/Maildir'' | -> gibt aus: ''mail_location = maildir:~/Maildir'' | ||
+ | |||
+ | ==== ab Version Dovecot 2.4 ==== | ||
+ | |||
+ | <file txt /etc/dovecot/local.conf> | ||
+ | … | ||
+ | mail_driver = maildir | ||
+ | mail_path = %{home}/Maildir | ||
+ | mail_inbox_path = . | ||
+ | … | ||
+ | </file> | ||
+ | |||
+ | === prüfen === | ||
+ | doveconf mail_driver | ||
+ | doveconf mail_path | ||
+ | doveconf mail_inbox_path | ||
===== per LMTP von Postfix zu Dovecot ===== | ===== per LMTP von Postfix zu Dovecot ===== | ||
=== Pakete === | === Pakete === | ||
- | Debian (ab 7): ''dovecot-lmtpd'' | + | Debian: ''dovecot-lmtpd'' |
==== dovecot Konfiguration ==== | ==== dovecot Konfiguration ==== | ||
- | Debian (ab 8): | + | ==== bis Version Dovecot 2.3 ==== |
<file txt /etc/dovecot/local.conf> | <file txt /etc/dovecot/local.conf> | ||
… | … | ||
Zeile 36: | Zeile 53: | ||
-> gibt aus: ''auth_username_format = %Ln'' | -> gibt aus: ''auth_username_format = %Ln'' | ||
- | openSuSE 12.1, debian (ab 8): | + | ==== ab Version Dovecot 2.4 ==== |
+ | <file txt /etc/dovecot/local.conf> | ||
+ | … | ||
+ | #auth_username_format = %{user | username | lower } # already set similar in /etc/dovecot/conf.d/20-lmtp.conf, but for lmtp only? | ||
+ | … | ||
+ | </file> | ||
+ | |||
+ | ==== Dovecot 2.3 und 2.4 ==== | ||
<file raw /etc/dovecot/local.conf> | <file raw /etc/dovecot/local.conf> | ||
… | … |