[Postfixbuch-users] SASL authentication failure: Can only find author (no password)
Patrick Ben Koetter
p at state-of-mind.de
Di Okt 11 10:54:21 CEST 2005
* Kai Kuehne <kai.kuehne at gmail.com>:
> Hallo Liste!
>
> Ich habe ein Problem.. mein SMTP Auth will einfach nicht funktionieren.
> Beim Login mit "AUTH PLAIN base64-code" erhalte ich obige
> Fehlermeldung in den Maillogs. Den Code habe ich per "perl
> -MMIME::Base64 -e 'print encode_base64('test\0test\0testpass')';"
> erstellt.
Hast Du zuvor mit "sample-client" und "sample-server" aus den SASL-Sourcen
getestet?
Hat Dein user einen REALM? Hast Du beim base-64 kodieren das @-Zeichen
escaped?
> saslfinger - postfix Cyrus sasl configuration Tue Oct 11 10:12:19 GMT 2005
> version: 0.9.9.1
> mode: server-side SMTP AUTH
>
> -- basics --
> Postfix: 2.1.5
> System:
> This is \n.\O (\s \m \r) \t
Was'n das für eine Distri?
> -- smtpd is linked to --
> libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x270c5000)
>
> -- active SMTP AUTH and TLS parameters for smtpd --
> broken_sasl_auth_clients = yes
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_local_domain = example.com
> smtpd_sasl_security_options = noanonymous
>
> -- listing of /usr/lib/sasl2 --
> total 772
> drwxr-xr-x 2 root root 4096 Oct 8 15:47 .
> drwxr-xr-x 26 root root 16384 Oct 9 12:36 ..
> -rwxr-xr-x 1 root root 686 Oct 8 15:47 libanonymous.la
> -rwxr-xr-x 1 root root 18096 Oct 8 15:47 libanonymous.so
> -rwxr-xr-x 1 root root 18096 Oct 8 15:47 libanonymous.so.2
> -rwxr-xr-x 1 root root 18096 Oct 8 15:47 libanonymous.so.2.0.20
> -rwxr-xr-x 1 root root 674 Oct 8 15:47 libcrammd5.la
> -rwxr-xr-x 1 root root 22192 Oct 8 15:47 libcrammd5.so
> -rwxr-xr-x 1 root root 22192 Oct 8 15:47 libcrammd5.so.2
> -rwxr-xr-x 1 root root 22192 Oct 8 15:47 libcrammd5.so.2.0.20
> -rwxr-xr-x 1 root root 704 Oct 8 15:47 libdigestmd5.la
> -rwxr-xr-x 1 root root 55184 Oct 8 15:47 libdigestmd5.so
> -rwxr-xr-x 1 root root 55184 Oct 8 15:47 libdigestmd5.so.2
> -rwxr-xr-x 1 root root 55184 Oct 8 15:47 libdigestmd5.so.2.0.20
> -rwxr-xr-x 1 root root 670 Oct 8 15:47 liblogin.la
> -rwxr-xr-x 1 root root 18096 Oct 8 15:47 liblogin.so
> -rwxr-xr-x 1 root root 18096 Oct 8 15:47 liblogin.so.2
> -rwxr-xr-x 1 root root 18096 Oct 8 15:47 liblogin.so.2.0.20
> -rwxr-xr-x 1 root root 665 Oct 8 15:47 libntlm.la
> -rwxr-xr-x 1 root root 38608 Oct 8 15:47 libntlm.so
> -rwxr-xr-x 1 root root 38608 Oct 8 15:47 libntlm.so.2
> -rwxr-xr-x 1 root root 38608 Oct 8 15:47 libntlm.so.2.0.20
> -rwxr-xr-x 1 root root 670 Oct 8 15:47 libplain.la
> -rwxr-xr-x 1 root root 18096 Oct 8 15:47 libplain.so
> -rwxr-xr-x 1 root root 18096 Oct 8 15:47 libplain.so.2
> -rwxr-xr-x 1 root root 18096 Oct 8 15:47 libplain.so.2.0.20
> -rwxr-xr-x 1 root root 691 Oct 8 15:47 libsasldb.la
> -rwxr-xr-x 1 root root 26312 Oct 8 15:47 libsasldb.so
> -rwxr-xr-x 1 root root 26312 Oct 8 15:47 libsasldb.so.2
> -rwxr-xr-x 1 root root 26312 Oct 8 15:47 libsasldb.so.2.0.20
> -rwxr-xr-x 1 root root 713 Oct 8 15:47 libsql.la
> -rwxr-xr-x 1 root root 26244 Oct 8 15:47 libsql.so
> -rwxr-xr-x 1 root root 26244 Oct 8 15:47 libsql.so.2
> -rwxr-xr-x 1 root root 26244 Oct 8 15:47 libsql.so.2.0.20
>
> -- listing of /var/lib/sasl2 --
> total 9
> drwxr-xr-x 2 root root 4096 Oct 11 10:06 .
> drwxr-xr-x 13 root root 4096 Oct 8 15:47 ..
> -rw-r--r-- 1 root root 0 Oct 8 15:47 .keep
> -rw-r--r-- 1 root root 323 Oct 11 10:08 smtpd.conf
Treiber in /usr/lib/sasl2 und die conf in /var/lib/sasl2? Ob das gut geht?
> -- content of /var/lib/sasl2/smtpd.conf --
> log_level: 3
> pwcheck_method: auxprop
> mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5
> auxprop_plugin: sql
> sql_engine: mysql
> sql_hostnames: localhost
> sql_database: mail
> sql_user: --- replaced ---
> sql_passwd: --- replaced ---
> sql_select: SELECT %p FROM virtual_users WHERE username = '%u' AND
> userrealm = '%r' AND auth = '1'
> sql_usessl: no
Das password feld darf beim auxprop_plugin: sql in der MySQL-DB nicht
verschlüsselt sein.
> -- active services in /etc/postfix/master.cf --
> # (yes) (yes) (yes) (never) (100)
> smtp inet n - n - - smtpd -v
OK
> -- mechanisms on localhost --
> 250-AUTH LOGIN PLAIN DIGEST-MD5 CRAM-MD5
> 250-AUTH=LOGIN PLAIN DIGEST-MD5 CRAM-MD5
smtpd scheint die /var/lib/sasl2/smtpd.conf zu lesen, sonst stünde hier noch
NTLM...
> -- end of saslfinger output --
>
> #######################################
>
> Meine Benutzertabelle sieht so aus:
>
> mysql> SELECT * FROM virtual_users;
> |id|username|userrealm|userpassword|email|virtual_mailbox|virtual_uid|virtual_gid|auth|active|
> |1|test|mail.example.com|testpass|||0|0|1||
> 1 row in set (0.00 sec)
Dann sollte $smtpd_sasl_local_domain den Wert "mail.example.com" und nicht
"example.com" haben.
p at rick
--
Das »Postfix«-Buch
<http://www.postfix-buch.com>
saslfinger (debugging SMTP AUTH):
<http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>
Mehr Informationen über die Mailingliste Postfixbuch-users