Thread: Smtp Tls
View Single Post
  #1 (permalink)  
Old 04-26-2006, 07:24 AM
kollross kollross is offline
Senior Member
 
Posts: 50
Default Smtp Tls

I'm currently trying to get TLS working on our Filter server for incoming emails. Currently TLS works fine for outgoing SMTP connection on the other server. Currently with a manual telnet i'm getting this response

Connected to black.soltec.net.
Escape character is '^]'.
220 black.soltec.net ESMTP Postfix
ehlo xyz
250-black.soltec.net
250-PIPELINING
250-SIZE 102400000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250 8BITMIME
starttls
454 TLS not available due to local problem


I'm guessing this was a cert error (planning on using self signed). I then took your directions for creating a self signed cert

keytool -delete -alias my_ca -keystore /opt/zimbra/java/jre/lib/security/cacerts -storepass changeit

But I'm getting this error.
keytool error: java.lang.Exception: Alias <my_ca> does not exist

Any ideas or is this even a cert problem. Only thing installed on filter server is mta spamfilter virusfilter and snmp
Reply With Quote