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]: -1
Hummm, 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)
thank you sir,it only that sir the pemission?
On Wednesday 05 July 2006 16:28, Rodrigo Barbosa wrote:
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]: -1
Hummm, 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.
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.