Qmail : HowTo generate a certificate for POP3-SSL and IMAP-SSL
This tutorial is about generating a SSL certificate to secure POP3 and IMAP communications between clients (MUA) and Qmail server (MTA). 1. Go to Qmail config directory : cd /var/qmail/control 2. Generate key : openssl genrsa -des3 -out servercert.key.enc 2048 3. Decrypt the key (get rid of the passphrase) : openssl rsa -in servercert.key.enc -out… Read More »