View Single Post
  #3 (permalink)  
Old 11-14-2005, 02:37 PM
manthrax3 manthrax3 is offline
Active Member
 
Posts: 42
Default

Kevin-
Thanks for getting back to me. If I look at the zmcertinstall script, it does the following:

cp -f $CERTFILE ${CONF}/smtpd.crt
cp -f $KEYFILE ${CONF}/smtpd.key

I have replaced those files as such:

smtpd.crt is my certificate chain (root, intermediate, site)
smtpd.key is the private key for the site certificate

IMAPs and POPs are still not starting.

TLS works fine for SMTP.

Again, my server name is server1.domain.com and my certificate is for secure.domain.com Tomcat and smtp don't seem to mind; will POP/IMAP?

bp
Reply With Quote