On Thu, Dec 23, 2010 at 11:55:45AM -0500, Dave Filchak wrote: > We had another person managing our mail server and during that time, he > set up an SSL cert to manage secure connections. That cert is out of > date and I have been trying to update the cert. I have run the normal > openssl commands to create a new pem file
But failed to describe what you actually did in any usable detail... > and it resides in > /etc/postfix/ssl. The main.cf file is pointing at this via: What does "it" contain? An X509 certificate? A private key, both? > smtp_use_tls = yes > smtp_tls_note_starttls_offer = yes > smtpd_tls_security_level = may > smtpd_tls_key_file = /etc/postfix/ssl/smtpd.pem > smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem > smtpd_tls_CAfile = /etc/postfix/ssl/smtpd.pem > but still it is reading the old file. Which "it" is reading the old file? Have you checked your settings with "postconf -n" (which you should post here instead of hand-extracted main.cf snippets). -- Viktor.