[Postfixbuch-users] Authentication Problem mit sasl

Patrick Ben Koetter p at state-of-mind.de
Fr Mär 18 07:21:14 CET 2005


* Thoralf Liersch <thliersch at web-eagles.de>:
> Wenn ich eine Mail über einen Client versenden möchte werde ich immer 
> wieder nach einem Password gefragt in der /var/log/mail.warn steht dazu:
> 
> Mar 17 16:28:20 main postfix/smtpd[12698]: warning: SASL authentication  problem: unrecognized plaintext verifier saslauthd
> Mar 17 16:28:20 main postfix/smtpd[12698]: warning:  p5494BF4D.dip.t-dialin.net[84.148.191.77]: SASL PLAIN authentication failed
> Mar 17 16:28:26 main postfix/smtpd[12698]: warning: SASL authentication  problem: unrecognized plaintext verifier saslauthd
> Mar 17 16:28:26 main postfix/smtpd[12698]: warning:  p5494BF4D.dip.t-dialin.net[84.148.191.77]: SASL LOGIN authentication failed
> 
> Wenn ich eine Mail per Telnet von einem anderen Host aus absetzen möchte 
> erhalte ich :
> 
> 535 Error: authentication failed
> 
> und in der /var/log/mail.warn steht dazu:
> 
> Mar 18 01:28:39 main postfix/smtpd[13349]: warning:  p5494D0DD.dip.t-dialin.net[84.148.208.221]: SASL PLAIN authentication failed
> 
> ein testsaslauthd -u username -p passwort
> 
> liefert:
> 
> 0: OK "Success."
> 
> Dies scheint also zu funktionieren.
> Weis jemand eventl wo das Problem liegen könnte?

Ist Postfix in der SASL Gruppe? Bei Debian darf es sonst den socket von
saslauthd nicht anlangen. Außerdem: Läuft Postfix chrooted? Wenn ja, dann erst
mal raus aus dem chroot.

Wenn Du weiterhin Probleme hast, nutze bitte saslfinger zum debuggen und
schicke den Output an die Liste.

p at rick



> 
> danke
> Thoralf
> 
> 
> hier mal meine main.cf
> 
> 
> ----------------------------------------------------------------------------------------------------------
> # see /usr/share/postfix/main.cf.dist for a commented, fuller
> # version of this file.
> 
> # Do not change these directory settings - they are critical to Postfix
> # operation.
> command_directory = /usr/sbin
> daemon_directory = /usr/lib/postfix
> program_directory = /usr/lib/postfix
> 
> smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
> setgid_group = postdrop
> biff = no
> 
> # appending .domain is the MUA's job.
> append_dot_mydomain = no
> myhostname = mail.tlsoft.info
> alias_maps = hash:/etc/aliases
> alias_database = hash:/etc/aliases
> myorigin = /etc/mailname
> mydestination = tlsoft.info, main.tlsoft.info, localhost.tlsoft.info, 
> localhost
> relayhost =
> mynetworks = 127.0.0.0/8
> #mailbox_command = procmail -a "$EXTENSION"
> mailbox_size_limit = 0
> recipient_delimiter = +
> home_mailbox = Maildir/
> content_filter = smtp-amavis:[127.0.0.1]:10024
> virtual_maps = hash:/etc/postfix/virtual
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_local_domain = $myhostname
> smtpd_tls_auth_only = no
> smtpd_sasl_security_options = noanonymous
> smtpd_recipient_restrictions = permit_mynetworks, 
> permit_sasl_authenticated, check_relay_domains
> broken_sasl_auth_clients = yes
> 
> -------------------------------------------------------------------------------------------------------
> 
> Meine /etc/postfix/sasl/smtp.conf schaut folgendermassen aus:
> 
> -------------------------------------------------------------------------------------------------------
> pwcheck_method: saslauthd
> mech_list: PLAIN LOGIN
> saslauthd_path: /var/run/saslauthd/mux
> autotransition: true
> log_level: 3
> -------------------------------------------------------------------------------------------------------
> -- 
> _______________________________________________
> Postfixbuch-users mailingliste
> Heinlein Professional Linux Support GmbH
> 
> Postfixbuch-users at listi.jpberlin.de
> http://listi.jpberlin.de/mailman/listinfo/postfixbuch-users

-- 
SMTP AUTH
Howto: <http://postfix.state-of-mind.de/patrick.koetter/smtpauth/>
Debug: <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>




Mehr Informationen über die Mailingliste Postfixbuch-users