hi to all, i trying to telnet my mailserver telnet support.example.com 25 the output like this: 250-support.example.com 250-PIPELINING 250-SIZE 10240000 250-ETRN 250-STARTTLS 250-AUTH LOGIN PLAIN 250-AUTH=LOGIN PLAIN 250 8BITMIME starttls 220 Ready to start TLS when i try to quit/exit error i can see in the log like this: Jul 5 15:42:02 support postfix/smtpd[950]: SSL_accept error from support.example.com[127.0.0.1]: -1 Jul 5 15:42:02 support postfix/smtpd[950]: warning: TLS library problem: 950:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:s23_srvr.c:589: can you help me,thank to all - d e nn i s -
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, Jul 05, 2006 at 04:25:25PM +0800, dennis f. castaneda wrote:> Jul 5 15:42:02 support postfix/smtpd[950]: SSL_accept error from > support.example.com[127.0.0.1]: -1Hummm, errno 1 means Permission Denied. If that is really what it is, my guess is that postfix can't read the credential files due to permission problems. - -- Rodrigo Barbosa "Quid quid Latine dictum sit, altum viditur" "Be excellent to each other ..." - Bill & Ted (Wyld Stallyns) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFEq3grpdyWzQ5b5ckRAoNpAKCHyVlI6PlJ835Ap7AD1fH8/CviEACeML/9 JjAPG/e9AfdUGe2icw0JZUo=S6yt -----END PGP SIGNATURE-----
Hello Dennis, dennis f. castaneda wrote:> hi to all, > >In main.cf, all I needed was the following to get tls working. smtpd_tls_cert_file = /etc/postfix/smtpd.pem smtpd_tls_key_file = $smtpd_tls_cert_file smtpd_use_tls = yes smtpd_tls_loglevel = 1 Regarding permissions: make sure that the postfix user can access the certificate file because smtpd will run as postfix user.