Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung | |||
lpi2:postfix-dovecot-imapd [2025/08/14 19:54] ingo_wichmann [Speicherformat für Mails] |
lpi2:postfix-dovecot-imapd [2025/08/14 20:00] (aktuell) ingo_wichmann |
||
---|---|---|---|
Zeile 36: | Zeile 36: | ||
===== 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 53: | 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> | ||
… | … |