Thread: SMTP SSL error
View Single Post
  #10 (permalink)  
Old 11-08-2005, 12:05 PM
robroadie robroadie is offline
Intermediate Member
 
Posts: 19
Default

Quote:
Originally Posted by marcmac
Wrong keystore for the ca - that's in /opt/zimbra/java/jre/lib/security/cacerts...

keytool -list -keystore /opt/zimbra/java/jre/lib/security/cacerts -storepass changeit

keytool -delete -keystore /opt/zimbra/java/jre/lib/security/cacerts -storepass changeit -alias my_ca
this is where I'm at.....

Code:
Nov  8 19:02:12 mx zimbramon[18688]: 18688:info: start app postfix 
Nov  8 19:02:12 mx zimbramon[18688]: 18688:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused 
Nov  8 19:02:12 mx zimbramon[18688]: 18688:info: Starting child postfix: (20051108190212) 
Nov  8 19:02:26 mx postfix/postfix-script: warning: not owned by root: /opt/zimbra/postfix-2.2.3/conf/main.cf
Nov  8 19:02:26 mx postfix/postfix-script: starting the Postfix mail system
Nov  8 19:02:26 mx zimbramon[18688]: 18688:err: SMTP RESPONSE: FAILURE from localhost: problem connecting to "localhost", port 25: Connection refused 
Nov  8 19:02:26 mx postfix/master[20096]: daemon started -- version 2.2.3, configuration /opt/zimbra/postfix-2.2.3/conf
Nov  8 19:02:28 mx postfix/smtpd[20099]: initializing the server-side TLS engine
Nov  8 19:02:28 mx postfix/smtpd[20099]: warning: cannot get private key from file /opt/zimbra/conf/smtpd.key
Nov  8 19:02:28 mx postfix/smtpd[20099]: warning: TLS library problem: 20099:error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch:x509_cmp.c:389:
Nov  8 19:02:28 mx postfix/smtpd[20099]: cannot load RSA certificate and key data
Nov  8 19:02:28 mx postfix/smtpd[20099]: connect from mx.networkassociations.org.uk[127.0.0.1]
Nov  8 19:02:28 mx zimbramon[18688]: 18688:info: Doing startup 
Nov  8 19:02:28 mx postfix/smtpd[20099]: disconnect from mx.networkassociations.org.uk[127.0.0.1]
Nov  8 19:02:29 mx zimbramon[20103]: 20103:info: Zimbra Monitor startup: 20103 
Nov  8 19:02:29 mx zimbramon[20103]: 20103:info: Process 6227 not found - removing /opt/zimbra/zimbramon/FIFO/zm.pid 
Nov  8 19:02:29 mx zimbramon[20117]: 20117:info: Status monitor startup 
Nov  8 19:02:29 mx zimbramon[20118]: 20118:info: Creating soap server on port 7777 
Nov  8 19:02:41 mx postfix/smtpd[20099]: connect from mx.networkassociations.org.uk[127.0.0.1]
Nov  8 19:02:41 mx postfix/smtpd[20099]: disconnect from mx.networkassociations.org.uk[127.0.0.1]
Reply With Quote