I want to try on SSL with qmail server.
First, I patched the qmail souce code by using tls.patch written
by Frederik Vermeulen with the following command:
patch -ur -p0 <tls.patch
 
And then all the files should be patched is modified.
But cert.pem and req.pem didn't be generate automatically in
/var/qmail/control
 
So, I generated them manually with the following command lines
which author wrote in that document.
The files "cert.pem"and "req.pem"were really generated in
/var/qmail/control.
 
and I changed their access attribute chmod 640....
changed their owner to become qmaild.qmail.
 
But when I used telnet my server with port smtp.
and typed starttls,it always appear this error message:
 
454 TLS not available: missing certificate (#4.3.0)
 
which step I did was incorrectly?
May someone help me?      thank you a lot :)
 

Reply via email to