postfix-users

sasl2 debug

Subject: sasl2 debug
From: Miguel <mmiranda AT 123.com DOT sv>
To: Postfix users <postfix-users AT postfix DOT org>
Date: Thu, 09 Aug 2007 14:46:23 -0600
Hi, i have configured sasl2 with mysql support but it is not working, this is my smtpd.conf

pwcheck_method: auxprop
auxprop_plugin: sql
mech_list: plain login cram-md5 digest-md5
sql_engine: mysql
sql_hostnames: 127.0.0.1
sql_user: postfix
sql_passwd: post4mn3t
sql_database: postfix
sql_select: select password from mailbox where username='%u@%r' and active = 1
sql_verbose: true

and in maillog there is not anything useful:

warning: unknown[192.168.10.15]: SASL LOGIN authentication failed: authentication failure

I want to "view" the query sent by sasl, similar to the debug option in dovecot, how can this be done?
thanks

<Prev in Thread] Current Thread [Next in Thread>