[SOLVED] ZCS 5.0.8 MTA failing with Unable to set STARTTLS
Hi all,
I know this issue has been addressed several times both at the Zimbra Wiki and here at forums and I've tried all the magic including disabling the tls.
Could you please walk me through this one.
Here's what I get to the logs
mail.info
Code:
Aug 5 17:50:11 localhost zmmailboxdmgr[26565]: status requested
Aug 5 17:50:11 localhost zmmailboxdmgr[26565]: status OK
Aug 5 17:50:12 localhost postfix/smtpd[11511]: warning: problem talking to service rewrite: Success
Aug 5 17:50:12 localhost postfix/master[5801]: warning: process /opt/zimbra/postfix/libexec/trivial-rewrite pid 26321 exit status 1
Aug 5 17:50:12 localhost postfix/smtpd[11975]: warning: problem talking to service rewrite: Connection reset by peer
Aug 5 17:51:12 localhost postfix/trivial-rewrite[26606]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Aug 5 17:51:12 localhost last message repeated 2 times
Aug 5 17:51:12 localhost postfix/trivial-rewrite[26606]: fatal: ldap:/opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Aug 5 17:51:13 localhost postfix/smtpd[19710]: warning: problem talking to service rewrite: Connection reset by peer
Aug 5 17:51:13 localhost postfix/smtpd[19709]: warning: problem talking to service rewrite: Success
Aug 5 17:51:13 localhost postfix/master[5801]: warning: process /opt/zimbra/postfix/libexec/trivial-rewrite pid 26606 exit status 1
Aug 5 17:51:13 localhost postfix/master[5801]: warning: /opt/zimbra/postfix/libexec/trivial-rewrite: bad command startup -- throttling
Aug 5 17:51:14 localhost postfix/trivial-rewrite[26640]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Aug 5 17:51:14 localhost last message repeated 2 times
mail.err
Code:
Aug 5 17:52:15 localhost postfix/trivial-rewrite[27280]: fatal: ldap:/opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Aug 5 17:52:17 localhost postfix/trivial-rewrite[27281]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Aug 5 17:52:17 localhost last message repeated 2 times
The ldap seems to be answering correctly:
Code:
# ldapsearch -x -ZZ -h "FQDN" -b "" -s base
# extended LDIF
#
# LDAPv3
# base <> with scope baseObject
# filter: (objectclass=*)
# requesting: ALL
#
#
dn:
objectClass: top
objectClass: OpenLDAProotDSE
# search result
search: 3
result: 0 Success
# numResponses: 2
# numEntries: 1
Best regards:
Aapo
Tried again the wiki article - still not working
Hi,
In the meanwhile waiting for your comments for my posts I corrected the problem of the antispam not running (commented ldap entry out from the /etc/nssswitch.conf shadow: row)
Now all the services are running as reported by zmcontrol status
Code:
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running
stats Running
I also tried the suggested wiki document again with procedure below. It did not help.
Code:
Workaround [5.0.1_GA or later]
For Single-server and Multi-server ldap masters
(a) Run as root: /opt/zimbra/bin/zmcertmgr createca -new
(b) Run as root: /opt/zimbra/bin/zmcertmgr deployca
(c) Run as root: /opt/zimbra/bin/zmcertmgr deploycrt self -new
(d) Run as root: su - zimbra zmcontrol stop; su - zimbra zmcontrol start
* Note, for zcs version 5.0.6 (c) should be Run as root: /opt/zimbra/bin/zmcertmgr deploycrt self
BR:
Aapo
Installed Debian 4 under VMWare and ZCS 5.0.8 works out of the box
Hi all,
Since I don't have the choice of operating system on the original host I requested for a new public ip, installed Debian 4 under the VMWare and ZCS 5.0.8 for Debian 4 worked right out of the box.
-Aapo