| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | | 
05-17-2009, 05:38 AM
| | | ERROR to Start Zimbra just Install - Centos5 Hi, Im finished to install zimbra in Centos 5.0 and not started mta service Quote:
Sat May 16 20:52:55 2009 Notification complete
Sat May 16 20:52:55 2009
Sat May 16 20:52:55 2009 Starting servers...
Sat May 16 20:52:55 2009 *** Running as zimbra user: /opt/zimbra/bin/zmcontrol s tart
Host safafiles.safa.edu.uy
Starting logger...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...FAILED
Starting zmmtaconfig...zmmtaconfig is already running.
Starting saslauthd...saslauthd[8329] :set_auth_mech : failed to initialize mec hanism zimbra
failed.
zmsaslauthdctl failed to start | /etc/hosts Quote:
[root@safafiles log]# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.11.0.3 safafiles.safa.edu.uy safafiles
| I config split DNS and i think that works ok, Quote:
[root@safafiles log]# nslookup safafiles.safa.edu.uy
Server: 10.11.0.3
Address: 10.11.0.3#53
Name: safafiles.safa.edu.uy
Address: 10.11.0.3
[root@safafiles log]# nslookup safa.edu.uy
Server: 10.11.0.3
Address: 10.11.0.3#53
Name: safa.edu.uy
Address: 200.40.182.242
| But, when i did nslookup from ip it doesn't respond Quote:
[root@safafiles log]# nslookup 200.40.182.242
Server: 10.11.0.3
Address: 10.11.0.3#53
** server can't find 242.182.40.200.in-addr.arpa: NXDOMAIN
| my reverse file is 182.40.200.in-addr.arpa Quote:
; Resolución inversa para 200.40.182.x
$TTL 86400
@ IN SOA safafiles.safa.edu.uy. admin.safa.edu.uy. (
200905169 ; Serial
28800 ; Refresh
7200 ; Retry
604800 ; Expire
86400) ; Minimum TTL
IN NS safa.edu.uy.
IN NS safafiles.safa.edu.uy.
;
; Servers
;
197 IN PTR safa.edu.uy.
197 IN PTR safafiles.safa.edu.uy.
197 IN PTR www.safa.edu.uy.
|
It's ok, what's wrong??
Thanks for help
JhonV.- | 
05-17-2009, 06:53 AM
| | | Welcome to the forums
Please post the following information Code: su - zimbra
zmcontrol -v
cat /etc/resolv.conf
dig safa.edu.uy mx
dig safa.edu.uy any
host `hostname` <- note backticks and not single quotes
__________________ | 
05-17-2009, 07:14 AM
| | | zmcontrol -v Quote: |
Release 5.0.14_GA_2850.RHEL5_64_20090303145145 CentOS5_64 FOSS edition
| cat /etc/resolv.conf Quote:
searh safafiles.safa.edu.uy
domain safa.edu.uy
nameserver 10.11.0.3
nameserver 200.40.182.242
nameserver 200.40.30.245
nameserver 200.40.143.130
| dig safa.edu.uy mx Quote:
; <<>> DiG 9.3.4-P1 <<>> safa.edu.uy mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20978
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;safa.edu.uy. IN MX
;; ANSWER SECTION:
safa.edu.uy. 86400 IN MX 5 safafiles.safa.edu.uy.
;; AUTHORITY SECTION:
safa.edu.uy. 86400 IN NS safafiles.safa.edu.uy.
;; ADDITIONAL SECTION:
safafiles.safa.edu.uy. 2592000 IN A 10.11.0.3
;; Query time: 0 msec
;; SERVER: 10.11.0.3#53(10.11.0.3)
;; WHEN: Sun May 17 11:08:47 2009
;; MSG SIZE rcvd: 85
| dig safa.edu.uy any Quote:
; <<>> DiG 9.3.4-P1 <<>> safa.edu.uy any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39073
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;safa.edu.uy. IN ANY
;; ANSWER SECTION:
safa.edu.uy. 86400 IN SOA safafiles.safa.edu.uy. admin.safa.edu.uy. 200905169 10800 3600 604800 86400
safa.edu.uy. 86400 IN NS safafiles.safa.edu.uy.
safa.edu.uy. 86400 IN A 200.40.182.242
safa.edu.uy. 86400 IN MX 5 safafiles.safa.edu.uy.
;; ADDITIONAL SECTION:
safafiles.safa.edu.uy. 2592000 IN A 10.11.0.3
;; Query time: 0 msec
;; SERVER: 10.11.0.3#53(10.11.0.3)
;; WHEN: Sun May 17 11:10:02 2009
;; MSG SIZE rcvd: 143
| host safafiles.safa.edu.uy Quote:
[zimbra@safafiles ~]$ host safafiles.safa.edu.uy
safafiles.safa.edu.uy has address 10.11.0.3
safafiles.safa.edu.uy mail is handled by 10 safafiles.safa.edu.uy.
| | 
05-19-2009, 02:01 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,317
| | You only need the following in your resolv.conf Code: search safafiles.safa.edu.uy
nameserver 10.11.0.3 Where is the output of your hosts file? Pleqse post the following: Code: cat /etc/hosts
host `hostname` <- note backticks and not single quotes`- do not add your hostname or modify that command
__________________
Regards
Bill
Last edited by uxbod; 05-19-2009 at 04:51 AM..
Reason: typo in resolv.conf
| 
05-19-2009, 03:48 AM
| | | cat /etc/hosts Quote:
127.0.0.1 localhost.localdomain localhost
10.11.0.3 safafiles.safa.edu.uy safafiles
|
host `hostname` Quote:
safafiles.safa.edu.uy has address 10.11.0.3
safafiles.safa.edu.uy mail is handled by 10 safafiles.safa.edu.uy.
|
Thanks, and waiting to the answer..
JhonV | 
05-20-2009, 10:57 AM
| | | Please I need some HELP to fix it.
Thanks,
JhonV | 
05-21-2009, 12:34 PM
| | | Why no reply?? Good afternoon, sorry for these comments in the forum. But I am a bit lost and left out.
Since last Saturday I did a query, which I quickly replied with a asked couple of data, I replied again as soon as possible to expedite the resolution of the problem and never have answered any more. From then 2 days ago I was waiting for a help or a direction that has not arrived yet.
This is in no sense to criticize or attack anyone, quite the contrary.
From already thank you very much,
Greetings
JhonV | 
05-26-2009, 05:51 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,317
| | I'd suggest you also modify your /etc/resolv.conf on your ZImbra server to contain only the following: Code: search safa.edu.uy
nameserver 10.11.0.3 Shutdown ZImbra and kill any remaining processes then restart it, if there's still any errors in the log files then post them here including the output of the following: Code: cat /etc/resolv.conf
dig safa.edu.uy mx
dig safa.edu.uy any
host `hostname` <- note backticks and not single quotes
zmlocalconfig | grep postfix_mail_owner
zmprov gs safafiles.safa.edu.uy zimbraMtaAuthHost
__________________
Regards
Bill
Last edited by phoenix; 05-26-2009 at 05:56 AM..
| 
05-27-2009, 06:34 PM
| | | Where is ldap? Quote:
Sat May 16 20:52:55 2009 Notification complete
Sat May 16 20:52:55 2009
Sat May 16 20:52:55 2009 Starting servers...
Sat May 16 20:52:55 2009 *** Running as zimbra user: /opt/zimbra/bin/zmcontrol s tart
Host safafiles.safa.edu.uy
Starting logger...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...FAILED
Starting zmmtaconfig...zmmtaconfig is already running.
Starting saslauthd...saslauthd[8329] :set_auth_mech : failed to initialize mec hanism zimbra
failed.
zmsaslauthdctl failed to start
| | 
05-27-2009, 10:08 PM
| | Zimbra Consultant & Moderator | |
Posts: 20,317
| | You need to post the other information I asked you for.
__________________
Regards
Bill
| | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |