Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Nächste Überarbeitung | Vorherige Überarbeitung | ||
fortgeschrittene:exim4-sasl [2008/10/21 22:23] 127.0.0.1 Externe Bearbeitung |
fortgeschrittene:exim4-sasl [2015/05/21 09:41] (aktuell) ingo_wichmann |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | Todo: DH-Parameter einbinden | ||
+ | |||
====== Benutzerauthentifizierung für exim4 ====== | ====== Benutzerauthentifizierung für exim4 ====== | ||
Vorraussetzung: [[exim4]] [[sasl]] | Vorraussetzung: [[exim4]] [[sasl]] | ||
Zeile 51: | Zeile 53: | ||
swaks -f from@example.com -t to@example.com -s localhost -a -au nutzer14 -ap test -apt | swaks -f from@example.com -t to@example.com -s localhost -a -au nutzer14 -ap test -apt | ||
- | ==== telnet ==== | + | ==== netcat / telnet ==== |
Encodiertes Passwort erzeugen: | Encodiertes Passwort erzeugen: | ||
perl -MMIME::Base64 -e 'print encode_base64("iw\0iw\0passwort")' | perl -MMIME::Base64 -e 'print encode_base64("iw\0iw\0passwort")' | ||
Zeile 58: | Zeile 60: | ||
Authentifizierung testen: | Authentifizierung testen: | ||
- | telnet localhost 25 | + | netcat -v localhost 25 |
220 notebook12.linuxhotel.de ESMTP Postfix (Debian/GNU) | 220 notebook12.linuxhotel.de ESMTP Postfix (Debian/GNU) | ||
EHLO localhost | EHLO localhost |