View Single Post
  #9 (permalink)  
Old 11-06-2009, 06:06 AM
St.John St.John is offline
Member
 
Posts: 14
Default

Quote:
Originally Posted by phoenix View Post
Is SElinux or the firewall enabled on this server? What other errors do you see when Zimbra started? Check your DNS configuration again with the commands I gave you earlier. What happens if you telnet to that port on the Zimbra server itself? I assume that all the Zimbra services are running?
Not SElinux or any firewall is enabled on the server. Only errors when starting Zimbra are these.

Code:
Nov  6 13:37:29 mail amavis[2851]: SpamControl: init_pre_chroot done
Nov  6 13:37:56 mail postfix/postfix-script[3484]: warning: not owned by root: /opt/zimbra/data/postfix/spool
Nov  6 13:37:56 mail postfix/postfix-script[3486]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/main.cf
Nov  6 13:37:56 mail postfix/postfix-script[3487]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf
Nov  6 13:37:56 mail postfix/postfix-script[3488]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf.in
Code:
[root@mail ~]# dig server.com any

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> server.com any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43244
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 3

;; QUESTION SECTION:
;server.com.                     IN      ANY

;; ANSWER SECTION:
server.com.              84248   IN      NS      ns1.nameserverservice.de.
server.com.              84248   IN      NS      ns2.nameserverservice.de.
server.com.              84247   IN      MX      100 mail.server.com.
server.com.              84247   IN      A       217.118.24.249

;; AUTHORITY SECTION:
server.com.              84248   IN      NS      ns2.nameserverservice.de.
server.com.              84248   IN      NS      ns1.nameserverservice.de.

;; ADDITIONAL SECTION:
ns1.nameserverservice.de. 84243 IN      A       217.172.176.222
ns2.nameserverservice.de. 84243 IN      A       217.172.164.64
mail.server.com.         2592000 IN      A       10.10.10.119

;; Query time: 0 msec
;; SERVER: 10.10.10.119#53(10.10.10.119)
;; WHEN: Fri Nov  6 14:03:35 2009
;; MSG SIZE  rcvd: 196

[root@mail ~]# dig server.com mx

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> server.com mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9163
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

;; QUESTION SECTION:
;server.com.                     IN      MX

;; ANSWER SECTION:
server.com.              84237   IN      MX      100 mail.server.com.

;; AUTHORITY SECTION:
server.com.              84238   IN      NS      ns1.nameserverservice.de.
server.com.              84238   IN      NS      ns2.nameserverservice.de.

;; ADDITIONAL SECTION:
mail.server.com.         2592000 IN      A       10.10.10.119
ns1.nameserverservice.de. 84233 IN      A       217.172.176.222
ns2.nameserverservice.de. 84233 IN      A       217.172.164.64

;; Query time: 0 msec
;; SERVER: 10.10.10.119#53(10.10.10.119)
;; WHEN: Fri Nov  6 14:03:45 2009
;; MSG SIZE  rcvd: 152
I can telnet on port 25 and 7025 on the server itself, but not on port 10025.

Code:
 antispam                Running
        antivirus               Running
        ldap                    Running
        logger                  Running
        mailbox                 Running
        mta                     Running
        snmp                    Running
        stats                   Running
All Zimbra services are running.
Reply With Quote