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

Hi phoenix,

This is a new install. The problem started a few days ago when some mails stopped being delivered and the queue accumulated. I don't recall making any changes to the webserver unless an automatic update was done.

I see no errors when stopping Zimbra but when starting I noticed this:

Code:
Nov  6 12:22:40 mail postfix/postfix-script[31135]: warning: not owned by root: /opt/zimbra/data/postfix/spool
Nov  6 12:22:41 mail postfix/postfix-script[31137]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/main.cf
Nov  6 12:22:41 mail postfix/postfix-script[31138]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf
Nov  6 12:22:41 mail postfix/postfix-script[31139]: warning: not owned by root: /opt/zimbra/postfix-2.4.7.5z/conf/master.cf.in
Code:
cat /etc/hosts
127.0.0.1       localhost.localdomain   localhost
10.10.10.119   mail.server.com          mail
Code:
cat /etc/resolv.conf
ptions rotate
options timeout:3
search mail.server.com
nameserver 10.10.10.119
I found a missing letter in row 1 in resolv.conf. This error is now fixed.

Code:
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: 38491
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

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

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

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

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

;; Query time: 0 msec
;; SERVER: 85.25.120.119#53(85.25.120.119)
;; WHEN: Fri Nov  6 12:27:13 2009
;; MSG SIZE  rcvd: 152
Code:
 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: 56059
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 3

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

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

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

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

;; Query time: 0 msec
;; SERVER: 85.25.120.119#53(85.25.120.119)
;; WHEN: Fri Nov  6 12:28:06 2009
;; MSG SIZE  rcvd: 196
Code:
host `hostname`
mail.server.com has address 127.0.0.1
mail.server.com mail is handled by 10 mail.server.com.
Reply With Quote