postfix: SASL authentication failed

Mauser

Mauser

Master Of Disaster
hi,

habe versucht einen postfix server aufzusetzen, der mails per smtp & sasl_auth an einen smtp-server im i-net relayed.
leider bekomme ich bei jedem versuch, eine email abzuschicken einen authentication fehler.
(es ist egal, ob das passwort richtig oder falsch ist oder ob der user existiert, die meldung kommt immer).
die nutzerdaten in dem log existieren natürlich net..
Ohne sasl klappt die zustellung für lokale benutzer des remote servers problemlos.
hat jemand einen tip ?




Code:
starting new SASL client
Oct 30 11:34:02 gorn postfix/smtp[3525]: name_mask: noanonymous
Oct 30 11:34:02 gorn postfix/smtp[3525]: smtp_sasl_authenticate: smtp.s13s.de[213.203.250.17]: SASL mechanisms DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
Oct 30 11:34:02 gorn postfix/smtp[3525]: > smtp.s13s.de[213.203.250.17]: AUTH DIGEST-MD5
Oct 30 11:34:02 gorn postfix/smtp[3525]: < smtp.s13s.de[213.203.250.17]: 334 bm9uY2U9Imd6UlZuRG9zVVJCbC8wWGY2Yy9KaVhOVDhaVjVQRWN4QUdoalgzWEhEODQ9Iixxb3A9ImF1dGgsYXV0aC1pbnQi
Oct 30 11:34:02 gorn postfix/smtp[3525]: smtp_sasl_authenticate: smtp.s13s.de[213.203.250.17]: decoded challenge: nonce="gzRVnDosURBl/0Xf6c/JiXNT8ZV5PEcxAGhjX3XHD84=",qop="auth,auth-int",charset=utf-8,algorithm=md5-sess
Oct 30 11:34:02 gorn postfix/smtp[3525]: smtp_sasl_get_user: testaccount
Oct 30 11:34:02 gorn postfix/smtp[3525]: smtp_sasl_get_user: testaccount
Oct 30 11:34:02 gorn postfix/smtp[3525]: smtp_sasl_get_passwd: pwd3
Oct 30 11:34:02 gorn postfix/smtp[3525]: smtp_sasl_authenticate: smtp.s13s.de[213.203.250.17]: uncoded client response username="testaccount",realm="smtp.s13s.de",nonce="gzRVnDosURBl/0Xf6c/JiXNT8ZV5PEcxAGhjX3XHD84=",cnonce="wJzEP23n54mqR3cF5EMKtJEtA2o87BGmrdoXmqR397Q=",nc=00000001,qop=auth,digest-uri="smtp/smtp.s13s.de",response=0b553bedbb9f19db3fcea9067e9fc684
Oct 30 11:34:02 gorn postfix/smtp[3525]: > smtp.s13s.de[213.203.250.17]: dXNlcm5hbWU9InRlc3RhY2NvdW50IixyZWFsbT0ic210cC5zMTNzLmRlIixub25jZT0iZ3pSVm5Eb3NVUkJsLzBYZjZjL0ppWE5UOFpWNVBFY3hBR2hqWDNYSEQ4ND0iLGNub25jZT0id0p6RVAyM241NG1xUjNjRjVFTUt0SkV0QTJvODdCR21yZG9YbXFSMzk3UT0iLG5jPTAwMDAwMDAxLHFvcD1hdXRoLGRpZ2VzdC11cmk9InNtdHAvc210cC5zMTNzLmRlIixyZXNwb25zZT0wYjU1M2JlZGJiOWYxOWRiM2ZjZWE5MDY3ZTlmYzY4NA==
Oct 30 11:34:02 gorn postfix/smtp[3525]: < smtp.s13s.de[213.203.250.17]: 500 5.7.0 authentication failed


Postfix main.cf

Code:
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

inet_interfaces = 127.0.0.1 192.168.1.88
canonical_maps=hash:/etc/postfix/canonical
#canonical_maps=db:/etc/postfix/canonical.db
smtp_sasl_auth_enable=yes
#Die Paßwörter stehen in der Datei /etc/postfix/smtp_auth
smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth
#Zusatz-Optionen: Keine anonyme-Anmeldung verwenden
smtp_sasl_security_options = noanonymous
sendmail_path = /usr/sbin/sendmail
mailq_path = /usr/bin/mailq
disable_dns_lookups = yes
myhostname = gorn.localnet
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
masquerade_domains = s13s.de
mydestination = $myhostname, localhost.$mydomain
relayhost = [smtp.s13s.de]
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
 
Zuletzt bearbeitet:

Ähnliche Themen

postfix/dovecot/cyrus sasl: basic conf

dovecot und postfix Konfiguration Problem

Mailversand mit Outlook2010 und Postfix unter Synology Linux

postfix+saslauthd - postfix/smtpd verwendet nicht den saslauthd

E-Mail Empfang, Aliases unter Debian Squeeze

Zurück
Oben