How to update SMTP-TLS?

Started by msolutions, January 07, 2008, 05:06:05 AM

Previous topic - Next topic

msolutions

Hello,

I'm just using self-signed certs for SSL and they expired.  I was able to update the imap and pop ssl by following the Configure Courier section of http://www.tnpi.net/wiki/Install_mail_servers but I'm not sure how to update smtp-tls.  Can someone please point me in the right direction?

Thanks.

msolutions

#1
This is probably not the best way to do this but here's how I worked around the issue, in case anyone runs into this.

mv /var/qmail/control/servercert.pem /var/qmail/control/servercert.pem.bak
cp /usr/local/share/courier-imap/imapd.pem /var/qmail/control/servercert.pem
chown vpopmail:vchkpw /var/qmail/control/servercert.pem
qmail restart


Edited by mps - removed spurious copy/paste error.