Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
fortgeschrittene:postfix-sasl [2012/03/23 16:04] ingo_wichmann [Konfiguration mit Postfix-Chroot] |
fortgeschrittene:postfix-sasl [2022/05/20 20:43] (aktuell) ingo_wichmann |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | |||
====== Benutzerauthentifizierung für postfix ====== | ====== Benutzerauthentifizierung für postfix ====== | ||
Vorraussetzung: [[postfix]] [[sasl]] | Vorraussetzung: [[postfix]] [[sasl]] | ||
Zeile 5: | 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 | + | |
- | Fedora ( ab 2 ) / CentOS ( ab 4 ): | + | |
- | ?? | + | |
===== postfix - saslauthd ===== | ===== postfix - saslauthd ===== | ||
Zeile 48: | Zeile 43: | ||
</file> | </file> | ||
+ | === saslauthd testen === | ||
+ | testsaslauthd -s login -u username -p password | ||
==== Konfiguration mit Postfix-Chroot ==== | ==== Konfiguration mit Postfix-Chroot ==== | ||
Zeile 166: | 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 | ||
- | |||