Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
|
fortgeschrittene:postfix-dovecot-sasl [2024/08/10 11:06] 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' | ||
| Zeile 21: | Zeile 23: | ||
| Testen: | Testen: | ||
| - | ls -l /var/spool/postfix/private/auth | + | namei -l /var/spool/postfix/private/auth |
| + | -> darf Postfix auf den Socket zugreifen? | ||
| lsof /var/spool/postfix/private/auth | lsof /var/spool/postfix/private/auth | ||
| -> ''dovecot … unix … /var/spool/postfix/private/auth … LISTEN'' | -> ''dovecot … unix … /var/spool/postfix/private/auth … LISTEN'' | ||