PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Authentication failed: cannot SASL authenticate to server smtp.web.de



achim_22
25.07.05, 19:16
hi leute.
habe hier schon gesucht, aber nicht so wirklich was gefunden. will meine mails bei web.de abliefern. aber leider ohne erfolg. ich vermute mal, mir fehlen noch ein paar sasl packete. habe schon so ziemlich alles installiert, unter suse 9.3 was mit sasl zu tun hat.

kann mir einer helfen?

gruß
achim

hier mal die log von postfix:


tor)
Jul 25 18:55:25 linux postfix/smtp[6913]: input attribute name: (end)
Jul 25 18:55:25 linux postfix/smtp[6913]: E79CEECFD: to=<info@datenklick.de>, relay=smtp.web.de[217.72.192.157], delay=1, status=deferred (Authentication failed: cannot SASL authenticate to server smtp.web.de[217.72.192.157]: no mechanism available)
Jul 25 18:55:25 linux postfix/smtp[6913]: flush_add: site datenklick.de id E79CEECFD
Jul 25 18:55:25 linux postfix/smtp[6913]: match_hostname: datenklick.de ~? linux.site
Jul 25 18:55:25 linux postfix/smtp[6913]: match_hostname: datenklick.de ~? localhost.linux.site
Jul 25 18:55:25 linux postfix/smtp[6913]: match_hostname: datenklick.de ~? linux.site
Jul 25 18:55:25 linux postfix/smtp[6913]: match_list_match: datenklick.de: no match
Jul 25 18:55:25 linux postfix/smtp[6913]: flush_add: site datenklick.de id E79CEECFD status 4
Jul 25 18:55:25 linux postfix/smtp[6913]: name_mask: resource
Jul 25 18:55:25 linux postfix/smtp[6913]: name_mask: software
Jul 25 18:55:25 linux postfix/smtp[6913]: disposing SASL state information
Jul 25 18:55:25 linux postfix/smtp[6913]: deliver_request_final: send: "Authentication failed: cannot SASL authenticate to server smtp.web.de[217.72.192.157]: no mechanism available" -1
Jul 25 18:55:25 linux postfix/smtp[6913]: send attr reason = Authentication failed: cannot SASL authenticate to server smtp.web.de[217.72.192.157]: no mechanism available
Jul 25 18:55:25 linux postfix/smtp[6913]: send attr status = 4294967295
Jul 25 18:55:25 linux postfix/smtp[6913]: master_notify: status 1
Jul 25 18:55:25 linux postfix/smtp[6913]: connection closed
Jul 25 18:56:06 linux postfix/smtp[6911]: idle timeout -- exiting
Jul 25 18:57:05 linux postfix/smtp[6913]: idle timeout -- exiting
Jul 25 19:01:42 linux postfix/master[6894]: terminating on signal 15
------------------------------------------------------------------------------------------------------
und hier mal die main.cf
------------------------------------------------------------------------------------------------------

readme_directory = /usr/share/doc/packages/postfix/README_FILES
inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = linux.site
program_directory = /usr/lib/postfix
#inet_interfaces = 127.0.0.1 ::1
masquerade_domains = web.de
mydestination = $myhostname,localhost.$mydomain,$mydomain
defer_transports =
disable_dns_lookups = no
relayhost = [smtp.web.de]
mailbox_command =
mailbox_transport =
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
#smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
#smtp_sasl_auth_enable = no
#smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
smtp_sasl_auth_enable = yes
smtp_sasl_security_optionen = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd

Blackcollar
25.07.05, 22:41
Ma ne frage: was willst du mit SASL an den Web.de Servern machen ??

DaGrrr
25.07.05, 23:01
Ma ne frage: was willst du mit SASL an den Web.de Servern machen ??

Er will smtp-Auth machen.

@achim_22
Vielleicht bringt es dich weiter:
klick (http://www.tuxhausen.de/frameset/postfix_smtp_auth_frameset.html)

Grüße
DaGrrr

Fly
25.07.05, 23:01
Bei dir funktioniert SASL anscheinend nicht, weil du kein Postfix - TLS installiert hast!

achim_22
26.07.05, 10:42
genau, will smtp-Auth machen. Oder besser gesagt muss ich machen.
finde leider unter suse nichts, was mit postfix -tls zu tun hat. habe unter yast mal nach tls gesucht, aber nicht das richtige gefunden.

wollte auch mal per apt - get .......... installieren. der findet den befehl erst gar nicht :-(

brauche hilfe !!!

gruß
achim

Terran Marine
26.07.05, 12:42
Hi,

afaik fehlen dir die sasl-Authentifizierungsmechanismen,

weiß allerdings gerade nicht, in welchem Paket sich diese befinden.
( irgendwas richtung libasasl*)

Grüße
Terran

achim_22
26.07.05, 13:46
habe ich auch schon nach gesucht, aber ohne erfolg. mensch, es muss doch einen geben der mir helfen kann :confused:

masteryoda1047
26.07.05, 17:40
kompilieren der quellen mit ...make makefile CCARGS='DUSE_TLS DHAS_LDAP DUSE_SASL' \
AUXLIBS='crypto ssl ldap sasl lber' && make && make upgrade


alternativ mal die cyrus-sasl rpm pakete von ftp.gwdg.de für deine distri installieren (oder als installationsquelle den ftp server angeben).

mfg

achim_22
26.07.05, 22:48
habe ich auch schon ausprobiert, mit cyrus-sasl. kann es sein das web.de probleme macht?
werde morgen mal einen anderen ausprobieren. hatte die problem bei suse 9.2 nicht. ging alles ohne probleme. war aber auch nicht web.de.

ich versuche mal mein glück......

gruß
achim