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 |