Nope, you only need to import the cert if it is self signed or
generated. If this is a signed cert from verisign, thawte, or any of
those trusted ca's then it should be fine.

Depending on the client, you may need to enable SMTP + TLS to enable
encryption. Not all clients have that.

Thanks,
Erik

On 8/29/05, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote:
> Hi Erik
> 
> Is there anything needs to be done on client site?? export
> certificate... then is there anything to be done on email server site??
> changing of receiving which port to listen to?? instead of SMTP, it will
> be SMTP over SSL??? & pop3....
> 
> Gabriel
> 
> Erik Espinoza wrote:
> 
> >You have to unencrypt the key used to generate the csr:
> >
> >openssl rsa -in server.key.encrypted -out server.key
> >
> >Then use the signed cert (server.crt) and do the following:
> >
> >cat server.key server.crt > servercert.pem
> >
> >Copy servercert.pem to /var/qmail/control/servercert.pem and service
> >qmail restart.
> >
> >Erik
> >
> >On 8/29/05, Gabriel Lai Yong Shern <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Hello
> >>
> >>I would like to know, how can I configure POP3 SSL & SMTP SSL?? So that
> >>every emails I sent, will be encrypted and it is sign with certificate?
> >>
> >>Gabriel
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to