I have a problem and I am not really sure what it is. I use the utility program "sendEmail" to relay mail in several different scripts I created. When I send to "Yahoo", everything goes fine. If I try and send through Postfix on my server, with the same configuration except for user name and password, it fails.
The is the output from the "sendEmail" program: Mar 18 16:57:29 scorpio sendEmail[29407]: SUCCESS => Received: 220 2.0.0 Ready to start TLS Mar 18 16:57:29 scorpio sendEmail[29407]: ERROR => TLS setup failed: SSL connect attempt failed error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed This is the same event from the Postfix log: Mar 18 16:57:29 scorpio postfix/submission/smtpd[29408]: connect from localhost[127.0.0.1] Mar 18 16:57:29 scorpio postfix/submission/smtpd[29408]: SSL_accept error from localhost[127.0.0.1]: 0 Mar 18 16:57:29 scorpio postfix/submission/smtpd[29408]: warning: TLS library problem: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1293:SSL alert number 48: I am using port 587 with authentication when I sent either to Yahoo directly or attempt to send through Postfix. I have also tried sending directly to GMail, and it works flawlessly too. So why the problem with Postfix on my server? -- Jerry