bsd: > I wanted to know what are the symptoms of "SSL_accept error" and > "lost connection after CONNECT" ??
The client hangs up when Postfix expects the TLS handshake. There was two ways that Postfix provides TLS service. One is STARTTLS mode (usually TCP port 587), and the other is TLS wrapper mode (usually TCP port 465). Does the client connect to port 587 or to port 465? How do you know that it connects to this port and not to the other one? Wietse