Dec 06 2008
generate pem file for qpsmtpd+ssl 465
If you want to use qpsmtpd in port 465 you have to use ssl. The easiest way to do it is following the qpsmtpd instructions: http://wiki.qpsmtpd.org/config:smtps. But you have to create a certificate.
This is the simpliest way to do it:
Use your favorite app manager for your linux distro. Install stunnel.
cd /etc/ssl (in debian) and generate [...]