Robin Bowes wrote:
> *** TLS startup failed (error:00000000:lib(0):func(0):reason(0))
>  -> QUIT
> 
> There's nothing in qpsmtpd log that suggests why this is failing.

If you are running branches/0.3x, try and go in and re-enable the debugging
lines for IO::Socket::SSL:

=== plugins/tls
==================================================================
--- plugins/tls (revision 749)
+++ plugins/tls (local)
@@ -21,7 +21,7 @@

 =cut

-use IO::Socket::SSL;# qw(debug1 debug2 debug3 debug4);
+use IO::Socket::SSL qw(debug1 debug2 debug3 debug4);

 sub init {
     my ($self, $qp, $cert, $key) = @_;

And then see what you get in the logs.  I don't see that log string at all,
however.  Are you actually running branches/0.3x at all?  Note that the tls
plugin had some problems in 0.31.1 that are fixed in the branch.

John

Reply via email to