On Mon, 6 Feb 2006, John Peacock wrote:
> John Peacock wrote:
> >
> > Premature end of base64 data at lib/Qpsmtpd/Auth.pm line 289, <> line 1.
> >
> > means that the $username/$passHash are not being extracted properly.
>
> It turns out that, in order for IO::Socket::SSL to correctly translate the
> inbound data, you have to explicitely say <STDIN> and not the magic input
> operator <>. I've fixed it in branches/0.3x and I have attached the diff to
> fix
> it as well.
Yes! Both the supplied plugin, and the one provided by Guillaume
Filion now work. (Thanks...)