Hi, I recompile all netqmail with vchkusr patch and with http://shupp.org/patches/netqmail-1.05-tls-smtpauth-20040705.patch but auth is not working as expected. I donīt use CRAM because I donīt want to have plaintext passwords in database, so I want to use auth login plain with tls. But
004-08-08 19:40:39.658546500 94306 > 250 AUTH LOGIN PLAIN 004-08-08 19:40:39.899217500 94306 < AUTH PLAIN 004-08-08 19:40:39.899534500 94306 > 334 004-08-08 19:40:40.140874500 94306 < AGx1Y2FzQHZhbGRlb24ubmV0AE1hcmdhcml0YTI0 004-08-08 19:40:40.141250500 94306 > 501 malformed auth input (#5.5.4) I followed Bill sugestion: http://www.mail-archive.com/[EMAIL PROTECTED]/msg01589.html I did the same in a linux box and everything seems to be ok. How can I debug the problem? Thank you in advance, Lucas