From: "Jun Tanamal" <[EMAIL PROTECTED]>

Hi Jun,

I'm not really sure about pop3 over ssl but I make it to work with imap over
ssl.
In imap over ssl, installation and configurations steps are very straight
and simple.

First you have to extract and build openssl.
Then create a server certificate with these command:

# /usr/local/ssl/certs     <--- this must be different from your
installation path
# openssl req -new -x509 -nodes -out imapd.pem -keyout imapd.pem -days 365

Extract, build and install the stunnel package followed by imapd package.

HTH
--glynn


> In reference to "Sharky's Linux Notes" at http://linuxdocs.org/sln/pop3s/
>
> After installing OpenSSL-0.9.6-1 then there is this next step:
>
> ---snip---
> 3. make certificate for stunnel
>
> Our plan is to use stunnel, a utility included with Open SSL, to create
> a secure channel through which all POP3 data can be exchanged. Before we
> can do this, however, we need to create a piece of data called a
> "certificate." You can do this without worrying too much about what this
> means, and it won't cost you a penny, either.
>
> First, change into the certificates directory:
>
> cd /usr/share/ssl/certs/
>
> Next, run the "stunnel certificate generator" by executing the command:
>
> make stunnel.pem
> -----snip-----
> In my Redhat 6.1 it's /etc/ssl/certs then doing '#make stunnel.pem' I
> receive this message,
>
> make: *** No rule to make target `stunnel.pem'.  Stop.
>
> What is the correct way of making certificates? Or is it because it's
> applicable in Redhat7 only?
>
> Thanks,
>
> Jun
>
>
> _
> Philippine Linux Users Group. Web site and archives at
http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
>
> Fully Searchable Archives With Friendly Web Interface at
http://marc.free.net.ph
>
> To subscribe to the Linux Newbies' List: send "subscribe" in the body to
[EMAIL PROTECTED]
>

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to