On 1/4/06, Bill Shupp <[EMAIL PROTECTED]> wrote:
That's a TLS issue, NOT smtp auth.
another thing ...
on qmail-smtpd log I see:
@4000000043bb1c011767c494 tcpserver: status: 1/20
@4000000043bb1c011767d81c tcpserver: pid 10193 from 192.168.17.21
@4000000043bb1c01176f716c tcpserver: ok 10193 0:192.168.17.10:25 :192.168.17.21::64555
@4000000043bb1c01182f94ec tcpserver: end 10193 status 256
@4000000043bb1c01182fa874 tcpserver: status: 0/20
normally SSL:
elessar:/# openssl s_client -connect 127.0.0.1:25
CONNECTED(00000003)
10218:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:478:
and TLS:
elessar:/# openssl s_client -starttls smtp -connect 127.0.0.1:25
CONNECTED(00000003)
10222:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:478:
Regards
Andrea