Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung | |||
fortgeschrittene:postfix-sasl [2017/04/02 19:42] ingo_wichmann |
fortgeschrittene:postfix-sasl [2022/05/20 20:43] (aktuell) ingo_wichmann |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | TODO: diese Anleitung verwendet ''smtpd_sasl_type = cyrus''. Auch ''smtpd_sasl_type = dovecot'' sollte hier beschrieben werden. [[ https://wiki.dovecot.org/HowTo/PostfixAndDovecotSASL | Anleitung von dovecot.org testen ]] | + | |
====== Benutzerauthentifizierung für postfix ====== | ====== Benutzerauthentifizierung für postfix ====== | ||
Vorraussetzung: [[postfix]] [[sasl]] | Vorraussetzung: [[postfix]] [[sasl]] | ||
Zeile 6: | Zeile 6: | ||
===== Benötigte Pakete ===== | ===== Benötigte Pakete ===== | ||
- | SuSE: | + | * ''postfix'' ( SuSE ) |
- | postfix | + | * ''postfix sasl2-bin'' ( Debian ab 4.0 ): |
- | Debian ( ab 3.1 ): | + | * ''cyrus-sasl cyrus-sasl-plain'' (CentOS ab 7 ) |
- | postfix postfix-tls sasl2-bin | + | |
- | Debian ( ab 4.0 ): | + | |
- | postfix sasl2-bin | + | |
- | CentOS ( 7 ): | + | |
- | cyrus-sasl cyrus-sasl-plain | + | |
===== postfix - saslauthd ===== | ===== postfix - saslauthd ===== | ||
Zeile 168: | Zeile 163: | ||
==== Debian ==== | ==== Debian ==== | ||
* /usr/share/doc/sasl2-bin/README.Debian | * /usr/share/doc/sasl2-bin/README.Debian | ||
- | |||
- | |||
- | ===== Bug Debian Etch ===== | ||
- | Fehlermeldung: | ||
- | ''looking for plugins in '/usr/lib/sasl2', failed to open directory, error: No such file or directory'' | ||
- | |||
- | Workaround: | ||
- | mkdir -p /var/spool/postfix/usr/lib/sasl2 | ||
- | |||
- | Siehe auch: | ||
- | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426338 | ||
- | |||