Quote:
Originally Posted by holunde Ok, first you will have to explain some details.
You said the installation completed without errors. Are the server processes running? Else try (as root)
/etc/init.d/zimbra start
Try looking in /var/log/zimbra.log and see if there is something like
antispam: Running
antivirus: Running
ldap: Running
logger: Running
mailbox: Running
mta: Running
snmp: Running
spell: Running
Next you have to supply us with details in your /etc/hosts file. Maybe about your dns-setup in general. If you can't access the admin part of the Zimbra-server, it might be just because of you typing in a wrong address.
Get back with more detail |
/etc/init.d/zimbra start results in a prompt, without error.
Review of my /var/log/zimbra.log finds this error:
Jul 30 02:40:02 fyrenice postfix/postqueue[2272]: warning: My hostname david is not a fully qualified name - set myhostname or mydomain in /opt/zimbra/postfix-2.2.9/conf/main.cf
Jul 30 02:40:02 fyrenice postfix/postqueue[2272]: fatal: chdir /var/spool/postfix: No such file or directory
As well as this:
Jul 30 02:40:09 fyrenice zimbramon[2273]: 2273:info: 2007-07-30 02:40:02, STATUS: : Cannot: determine
Here's my /etc/hosts file:
127.0.0.1 localhost.localdomain localhost fyrenice.com comcast.net
192.168.15.20 fyrenice.com comcast.net david mail.fyrenice.com mail
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Here's my .../named.conf.local:
//
// Add local zone definitions here.
zone "mail.fyrenice.com" {
type master;
file "/etc/bind/zones/mail.fyrenice.com.db";
};
and my .../named.conf.options file:
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
forwarders {
69.25.142.1; 216.52.184.230;
};
I am sure this is all screwed up...and thus won't work...I am over my head, but believe me, I will persist until I figure it out.
Finally, I have attempted all these to access my zimbra installation:
https://fyrenice.com:7071/zimbraAdmin or without the /zimbraAdmin
or with just http:/ without the s for security...
also I have attempted it with //www.fyrenice.com and mail.fyrenice.com... to no avail.
Scott