[Postfixbuch-users] Authentication Problem mit sasl
Thoralf Liersch
thliersch at web-eagles.de
Fr Mär 18 01:45:14 CET 2005
Hallo Liste,
ich versuche gerade Postfix mit smtp-auth auf einem Debian Woody stable
zum mailen zu bewegen. bisher jedoch nur mit teilweisem Erfolg.
Mails können ohne Probleme empfangen werden.
Der Versand der Mails direkt aus der konsole heraus funktioniert
ebenfalls einfandfrei.
Nur das relayen bereitet mir einiges Kopfzerbrechen.
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?
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
-------------------------------------------------------------------------------------------------------
Mehr Informationen über die Mailingliste Postfixbuch-users