The Network People Support Forums

Mail::Toaster => Upgrading a Mail::Toaster => Topic started by: msolutions on January 07, 2008, 05:06:05 AM

Title: How to update SMTP-TLS?
Post by: msolutions on January 07, 2008, 05:06:05 AM
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.
Title: Re: How to update SMTP-TLS?
Post by: msolutions on January 08, 2008, 06:08:31 AM
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.