Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
lpi2:dovecot-virtual-domains [2024/08/10 10:20] ingo_wichmann |
lpi2:dovecot-virtual-domains [2025/08/14 19:23] (aktuell) ingo_wichmann |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Dovecot: virtuelle Domains und Benutzer in Textdateien ====== | ====== Dovecot: virtuelle Domains und Benutzer in Textdateien ====== | ||
+ | ===== TODO: Debian 13 / 2.4 Migration ===== | ||
+ | /etc/dovecot/conf.d/20-lmtp.conf -> ''auth_username_format = %{user | username}'' entfernen | ||
+ | |||
+ | ===== bis Dovecot 2.3 ===== | ||
Dokumentation: https://doc.dovecot.org/configuration_manual/virtual_users/ | Dokumentation: https://doc.dovecot.org/configuration_manual/virtual_users/ | ||
Zeile 50: | Zeile 54: | ||
Mit curl: | Mit curl: | ||
- | curl --url imap://localhost:143 --user me@klaus-1.lxht.de | + | curl -v --url imap://localhost:143 --user me@klaus-1.lxht.de |
+ | -> ''OK Logged in'' | ||
Mit curl + TLS: | Mit curl + TLS: |