Re: Probleme mit exim4
am 20.07.2008 11:58 schrieb Christoph Kaminski:
> Huhu
>
> Ich glaube die Probleme liegen in dieser Datei:
>
> ##############
> # See /usr/share/doc/exim4-base/README.Debian.gz
> ##############
Ja das ist gut möglich.
> # Because AUTH PLAIN and AUTH LOGIN send the password in clear, we
> # only allow these mechanisms over encrypted connections by default.
> # You can set AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS to allow unencrypted
> # clear text password authentication on all connections.
Probier doch mal, ob das Setzen von AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS
deine Schmerzen verringert.
Diese Auth-Methode ...
> cram_md5:
> [...]
... ist nicht abhängig von AUTH_CLIENT_ALLOW_NOTLS_PASSWORDS, hingegen
die beiden folgenden ...
> plain:
> [...]
> login:
> [...]
... schon!
> Die Ausgabe von swaks zeigt das:
>
> swaks --tls --auth --to christoph.kaminski@stud.fh-flensburg.de --server
> mail.stud.fh-flensburg.de
> Username: ***zensiert***
> Password: ***zensiert***
> === Trying mail.stud.fh-flensburg.de:25...
> === Connected to mail.stud.fh-flensburg.de.
> <- 220 mail.stud.fh-flensburg.de ESMTP
> -> EHLO satan
> <- 250-mail.stud.fh-flensburg.de Hello i59f638f3.versanet.de [89.246.56.243]
> [...]
> <~ 235 Authentication succeeded
^^^^^^^^^
Hier ist doch alles ok!
Also ist das was ich oben schrieb hinfällig. Du kommst ja durch
> ~> MAIL FROM:<root@satan>
> <~ 250 OK
> ~> RCPT TO:<christoph.kaminski@stud.fh-flensburg.de>
> ~> QUIT
> <~ 221 mail.stud.fh-flensburg.de closing connection
> === Connection closed with remote host.
Und deine Mail geht nicht durch?!
Gruß,
Peter
Reply to: