• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Probleme mit sasl, Authentication failed

Status
Für weitere Antworten geschlossen.
Hallo,

jedesmal wenn ich eine Email versenden will kommt folgender Fehler:
Code:
delay=1, status=deferred (Authentication failed: cannot SASL authenticate to server xxx.domain.tld [xxx.xxx.xxx.xxx]: generic failure)
Ich konnte schon mal Mails versenden, aber nachdem ich smtp_auth eingerichtet habe funktioniert nicht mehr!
saslauthd läuft, die sasl_passwd ist richtig (die Syntax stimmt), postmap /etc/postfix/sasl_passwd ist auch gemacht! Hier mal meine main.cf:

Code:
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 = meinserver.athome.de
mydomain = athome.de
program_directory = /usr/lib/postfix
masquerade_domains = athome.de
mydestination = $myhostname,localhost.$mydomain,$mydomain
defer_transports = 
disable_dns_lookups = no
relayhost = xxx.domain.tld
mailbox_command = /usr/lib/cyrus/bin/deliver
mailbox_transport = cyrus
fallback_transport = cyrus
broken_sasl_auth_clients = yes
strict_8bitmime = yes
disable_mime_output_conversion = no
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 = yes
#smtp_sasl_local_domain = $myostname
#smtp_sasl_security_options = noanonymous
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myostname
smtpd_sasl_security_options = noanonymous
smtpd_use_tls = no
smtp_use_tls = no
#smtpd_tls_cert_file = /etc/postfix/smtpd.cert
#smtpd_tls_key_file = /etc/postfix/smtpd.key
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
myorigin = athome.de
relay_domains = $mydestination, athome.de

Kann mir da jemand weiterhelfen?

Danke im Voraus!

Gruß Benuk
 
Hallo nochmal,

ich habe im maillog noch vorher das gefunden:

Code:
"warning: SASL authentication failure: GSSAPI Error: Miscellaneous failure (Unknown code)"

Vielleicht kann ja damit einer etwas anfangen?

Gruß Benuk
 
Status
Für weitere Antworten geschlossen.
Oben