Re: SSL / SMTP

2013-04-17 Thread Dr. Stephen Henson
On Wed, Apr 17, 2013, Joan Moreau wrote: > Le 16/04/2013 15:11, Joan Moreau a écrit : > > >Hi, > > > >Since I upgraded my kernel (and rebuilt openssl), I get the > >following errors in Postfix: > > > >2013-04-15T13:55:29.921960+02:00 server postfix/smtpd[3308]: > >warning: TLS library problem: 33

Re: [openssl-users] Re: SSL / SMTP

2013-04-17 Thread Erwann Abalea
Le 17/04/2013 18:40, Joan Moreau a écrit : Le 17/04/2013 14:18, Viktor Dukhovni a écrit : On Wed, Apr 17, 2013 at 07:24:23AM +, Joan Moreau wrote: 2013-04-17T09:17:36.573675+02:00 server postfix/smtpd[16725]: warning: TLS library problem: 16725:error:140D308A:SSL routines:TLS1_SETUP_KEY_

Re: SSL / SMTP

2013-04-17 Thread Viktor Dukhovni
On Wed, Apr 17, 2013 at 04:40:55PM +, Joan Moreau wrote: > >No. Install a fresh O/S image on new hardware and use that as your > >mail server. If a fresh install with the default Postfix for the > >O/S does not work, come back to the Postfix-users list for help. > > > >You've already consumed

Re: SSL / SMTP

2013-04-17 Thread Joan Moreau
Le 17/04/2013 14:18, Viktor Dukhovni a écrit : On Wed, Apr 17, 2013 at 07:24:23AM +, Joan Moreau wrote: 2013-04-17T09:17:36.573675+02:00 server postfix/smtpd[16725]: warning: TLS library problem: 16725:error:140D308A:SSL routines:TLS1_SETUP_KEY_BLOCK:cipher or hash unavailable:t1_enc.c:59

Re: SSL / SMTP

2013-04-17 Thread Viktor Dukhovni
On Wed, Apr 17, 2013 at 07:24:23AM +, Joan Moreau wrote: > 2013-04-17T09:17:36.573675+02:00 server postfix/smtpd[16725]: > warning: TLS library problem: 16725:error:140D308A:SSL > routines:TLS1_SETUP_KEY_BLOCK:cipher or hash > unavailable:t1_enc.c:597: > 2013-04-17T09:17:36.573971+02:00 server

Re: SSL / SMTP

2013-04-17 Thread Joan Moreau
Le 16/04/2013 15:11, Joan Moreau a écrit : Hi, Since I upgraded my kernel (and rebuilt openssl), I get the following errors in Postfix: 2013-04-15T13:55:29.921960+02:00 server postfix/smtpd[3308]: warning: TLS library problem: 3308:error:1411C146:SSL routines:tls1_prf:unsupported digest ty

SSL / SMTP

2013-04-16 Thread Joan Moreau
Hi, Since I upgraded my kernel (and rebuilt openssl), I get the following errors in Postfix: 2013-04-15T13:55:29.921960+02:00 server postfix/smtpd[3308]: warning: TLS library problem: 3308:error:1411C146:SSL routines:tls1_prf:unsupported digest type:t1_enc.c:276: 2013-04-15T13:55:29.921966+

Re: howto? SSL+SMTP+IMAP+POP3

2001-08-28 Thread Averroes
Hi Olaf et Al. Use this command line with your settings. It should work since in my LX box it works with Netscape/OutLook! openssl pkcs12 -export -inkey hostKey.pem \ -in hostCert.pem -name "soggy" \ -certfile caCert.pem -caname "Root CA" \

howto? SSL+SMTP+IMAP+POP3

2001-08-27 Thread Olaf Zaplinski
Hi all, this is what I did: # openssl genrsa -des3 -out ca.key # openssl req -key ca.key -nodes -new -out ca.req # openssl x509 -days 1000 -in ca.req -req -signkey ca.key -out ca.pem moved ca.pem to demoCA/cacert.pem and ca.key to demoCA/private/cakey.pem Then: # openssl ca -cert demoCA/cacer