Lampa wrote: > Hello, i 've little problem some smtp server(remote) can sent to my > smtp server (local) emails. > > here is errror mesage from remote server: > Reporting-MTA: dns; xxx.xxx.xx > Arrival-Date: Fri, 27 Apr 2007 12:52:03 +0200 > Content-Type: text/plain > > Final-Recipient: RFC822; [EMAIL PROTECTED] > Action: delayed > Status: 4.7.0 > Remote-MTA: DNS; yyy.yyy.yy > Diagnostic-Code: SMTP; 403 4.7.0 TLS handshake failed.
Try manually filling the ciphers files: openssl ciphers > /var/qmail/control/tlsclientciphers openssl ciphers > /var/qmail/control/tlsserverciphers I don't know why some systems need that. If that fails, try using openssl to connect manually: openssl s_client -crlf -starttls smtp -connection server:port Regards, Bill