Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung | |||
fortgeschrittene:postfix-dovecot-sasl [2025/08/14 09:42] ingo_wichmann [Dovecot auth service] |
fortgeschrittene:postfix-dovecot-sasl [2025/08/14 09:44] (aktuell) marcel_scholten |
||
---|---|---|---|
Zeile 5: | Zeile 5: | ||
====== Dovecot auth service ====== | ====== Dovecot auth service ====== | ||
<file txt /etc/dovecot/local.conf> | <file txt /etc/dovecot/local.conf> | ||
+ | … | ||
service auth { | service auth { | ||
unix_listener /var/spool/postfix/private/auth { | unix_listener /var/spool/postfix/private/auth { | ||
Zeile 14: | Zeile 15: | ||
# Outlook and Windows Mail works only with LOGIN mechanism, not the standard PLAIN: | # Outlook and Windows Mail works only with LOGIN mechanism, not the standard PLAIN: | ||
auth_mechanisms = plain login | auth_mechanisms = plain login | ||
+ | … | ||
</file> | </file> | ||
doveconf -n | grep -EA3 -B5 '/var/spool/postfix/private/auth' | doveconf -n | grep -EA3 -B5 '/var/spool/postfix/private/auth' |