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

imap-pop3

2001-03-13 Thread Panagiotis Drakopoulos
Hello all, i have the following problem: i'm working on a sun sparcstation10 with solaris 2.6. I want to setup a secure imap and pop mail server on my machine.For that i downloaded and installed perl 5.6 - openssl-0.9.6 - stunnel 3.14. I made the configurations at inetd.conf and etc/services and i