Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


fortgeschrittene:postfix-dovecot-sasl

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
fortgeschrittene:postfix-dovecot-sasl [2024/08/10 11:02]
ingo_wichmann
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 12: Zeile 13:
   }   }
 } }
-</​file>​ 
-  doveconf -n | grep -EA3 -B5 '/​var/​spool/​postfix/​private/​auth'​ 
- 
-<file txt /​etc/​dovecot/​local.conf>​ 
 # 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 auth_mechanisms   doveconf auth_mechanisms
 -> ''​auth_mechanisms = plain login''​ -> ''​auth_mechanisms = plain login''​
Zeile 24: 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''​
fortgeschrittene/postfix-dovecot-sasl.1723287755.txt.gz · Zuletzt geändert: 2024/08/10 11:02 von ingo_wichmann