View Single Post
  #7 (permalink)  
Old 02-13-2006, 10:16 PM
eXtremeSG eXtremeSG is offline
New Member
 
Posts: 4
Default

Quote:
Originally Posted by marcmac
what do you get from:
host `hostname`
those are backticks, not single quotes.
I get: Host hostname not found: 3(NXDOMAIN)

Quote:
Originally Posted by marcmac
Also try:

su - zimbra
zmmtainit localhost
postfix stop
postfix start

That may clear up your ldap/postfix problems.
So, what to do with this bit..?

Quote:
Originally Posted by marcmac
With the mailbox problem:
su - zimbra
sh -x bin/zmmailboxctl status

g4mail:~ zimbra$ sh -x bin/zmmailboxctl status
+ BASE=/opt/zimbra
+ SCRIPTS=zmmtaconfigctl tomcat mysql.server
+ STATUS=0
+ '[' zmmtaconfigctl = mysql.server ']'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ '[' tomcat = mysql.server ']'
+ /opt/zimbra/bin/tomcat status
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ '[' mysql.server = mysql.server ']'
+ /opt/zimbra/bin/mysqladmin status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 1

I also see this at the beginning of the startup sequence:

Feb 14 14:00:44 g4mail /usr/sbin/serveradmin: servermgr_ipfilter:ipfw config:Noticeisabled firewall
Feb 14 14:01:49 g4mail slapd[275]: @(#) $OpenLDAP: slapd 2.2.28 (Nov 9 2005 14:23:20) $\n root@xserve1.liquidsys.com:/Users/build/p4/main/ThirdParty/openldap/openldap-2.2.28/servers/slapd\n
Feb 14 14:01:49 g4mail slapd[275]: /opt/zimbra/openldap/etc/openldap/schema/zimbra.schema: line 2889: bad config line (ignored)\n
Reply With Quote