[Postfixbuch-users] SMTP-Auth über MYSQL
Michael Ordnung
Michael at Michael-Ordnung.net
Di Nov 14 16:20:10 CET 2006
hi,
erhalte folgende Logs, beim versuch mich über SMTP-Auth anzumelden:
Nov 14 16:07:13 h824684 postfix/smtpd[27825]: warning: SASL
authentication failure: no secret in database
Nov 14 16:07:13 h824684 postfix/smtpd[27825]: warning:
p54A26CC6.dip.t-dialin.net[84.162.108.198]: SASL CRAM-MD5 authentication
failed
Nov 14 16:07:14 h824684 postfix/smtpd[27825]: warning: SASL
authentication failure: Password verification failed
Nov 14 16:07:14 h824684 postfix/smtpd[27825]: warning:
p54A26CC6.dip.t-dialin.net[84.162.108.198]: SASL PLAIN authentication failed
Nov 14 16:07:14 h824684 postfix/smtpd[27825]: warning:
p54A26CC6.dip.t-dialin.net[84.162.108.198]: SASL LOGIN authentication failed
Meine SMTP.conf:
pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: plain login cram-md5 digest-md5
sql_engine: mysql
sql_hostnames: localhost
sql_user: postfix
sql_passwd: XXX
sql_database: mailbase
sql_select: select password from mailusers where account='%u'
auxpropsql ist installiert!
Habe bislang noch das Passwort im Klartext gespeichert (nur vorläufig
beim testen.)
Da ich die Meldung " warning: SASL authentication failure: no secret in
database" erhalte,
gehe ich davon aus, er will das Passwort verschlüsselt. Aber mit welcher
Verschlüsselung.
Hab md5 und password (über phpmyadmin) schon probiert. Hat nichts geholfen.
gruß
Mehr Informationen über die Mailingliste Postfixbuch-users