qpsmtpd/lib
Rick 7de104bf66 AUTH PLAIN bug with qpsmtpd and alpine
Trying to get SMTP auth working with alpine, I came across a bug.
Alpine sends AUTH PLAIN and waits for a 334 response, then sends the
auth string. According to the RFC, the server should reply with 334
and a nothing else, but in Auth.pm qpsmtpd responds with "334 Please
continue."   the "Please continue" is interpreted as a non-zero
length initial challenge which causes alpine (and maybe other
clients?) to abort the session.

Signed-off-by: Charlie Brady <charlieb@budge.apana.org.au>
Signed-off-by: Robert <rspier@pobox.com>
2009-12-24 20:36:51 -08:00
..
Apache apache: add post-connection hook, connection->reset 2008-05-12 15:33:28 +00:00
Danga Make tls work on async 2008-05-05 12:22:18 +00:00
Qpsmtpd AUTH PLAIN bug with qpsmtpd and alpine 2009-12-24 20:36:51 -08:00
Qpsmtpd.pm Prepare 0.83 2009-09-15 14:55:35 -07:00