View Single Post
  #7 (permalink)  
Old 06-19-2009, 10:45 AM
lhutton lhutton is offline
New Member
 
Posts: 4
Default

webhost1 was just the localhost name assigned by CentOS setup, I didn't think anything really carded about that, just what the DNS records have. I'm not sure what that other address is from or what it points at, that's nothing I have. My zimbra install is not behind a NAT, it's a VM with a bridged interface on the host.

I change my localhost name to mail, and reran host `hostname`

Code:
mail.buttonhost.net has address 74.81.191.68
So that seems to be well with the world, although mysql still won't start in anything but safe mode:

/opt/zimbra/log/mysql_error.log
Code:
090619 12:51:30  mysqld started
090619 12:51:30 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
090619 12:51:30 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
090619 12:51:30  InnoDB: Started; log sequence number 0 43655
090619 12:51:30 [Note] /opt/zimbra/mysql/libexec/mysqld: ready for connections.
Version: '5.0.67-log'  socket: '/opt/zimbra/db/mysql.sock'  port: 7306  Source distribution
zmcontrol status
Code:
	antispam                Running
	antivirus               Running
	ldap                    Running
	logger                  Running
	mailbox                 Stopped
		mysql.server is not running.
		zmmailboxdctl is not running.
	mta                     Running
	snmp                    Running
	spell                   Running
	stats                   Stopped
Reply With Quote