How to generate a dovecot self-signed SSL certificate under debian without all that fannying about with openssl commands
created 22 August 2005 in blog tagged debian.
For my own reference more than anything.
This removes the old certs
find /etc/ssl -name dovecot.* -exec rm {} \;
This makes new ones
dpkg-reconfigure dovecot-common