Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

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.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-2009, 02:38 AM
Intermediate Member
 
Posts: 19
Default Installation problem

i configured my DNS as given by the split DNS tutorial and i did nslookup of myserver.example.com and it returned my internal address,but on installation,it still told me that "DNS ERROR resolving MX for alpha.paletteng.com
It is suggested that the domain name have an MX record configured in DNS"

i continued and i got port conflicts with port 25, i continued and now my mta is not running after installation.


how do i correct these errors.
Reply With Quote
  #2 (permalink)  
Old 02-17-2009, 02:39 AM
Moderator
 
Posts: 7,928
Default

If you got port conflicts on 25 that I reckon you already have another MTA installed. With respect to your DNS settings please post the following
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
Would you please update your profile with the output from
Code:
su - zimbra
zmcontrol -v
so we know which version of ZCS you are running
__________________
Reply With Quote
  #3 (permalink)  
Old 02-17-2009, 03:08 AM
Intermediate Member
 
Posts: 19
Default

cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
#::1 localhost6.localdomain6 localhost6
127.0.0.1 localhost.localdomain localhost
192.168.2.188 alpha.paletteng.com alpha


cat /etc/resolv.conf
search alpha.paletteng.com
nameserver 192.168.2.188
nameserver 192.168.2.100

dig yourdomain mx
; <<>> DiG 9.3.4-P1 <<>> paletteng.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45581
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

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

;; ANSWER SECTION:
paletteng.com. 86400 IN MX 10 mail.paletteng.com.

;; AUTHORITY SECTION:
paletteng.com. 86400 IN NS alpha.paletteng.com.

;; ADDITIONAL SECTION:
alpha.paletteng.com. 86400 IN A 192.168.2.188

;; Query time: 0 msec
;; SERVER: 192.168.2.188#53(192.168.2.188)
;; WHEN: Tue Feb 17 12:04:02 2009
;; MSG SIZE rcvd: 88

dig paletteng.com any

; <<>> DiG 9.3.4-P1 <<>> paletteng.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50086
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1

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

;; ANSWER SECTION:
paletteng.com. 86400 IN MX 10 mail.paletteng.com.
paletteng.com. 86400 IN SOA alpha.paletteng.com. dukaegbu.paletteng.com. 20090213 7200 300 604800 60
paletteng.com. 86400 IN NS alpha.paletteng.com.

;; ADDITIONAL SECTION:
alpha.paletteng.com. 86400 IN A 192.168.2.188

;; Query time: 1 msec
;; SERVER: 192.168.2.188#53(192.168.2.188)
;; WHEN: Tue Feb 17 12:07:11 2009
;; MSG SIZE rcvd: 133


host `hostname`
alpha.paletteng.com has address 192.168.2.188


those are the results. what next?
Reply With Quote
  #4 (permalink)  
Old 02-17-2009, 03:11 AM
Moderator
 
Posts: 7,928
Default

Your MX record is pointing at mail.paletteng.com when it should be pointing too alpha.paletteng.com. You should also update the search in /etc/resolv.conf to be paletteng.com.
__________________
Reply With Quote
  #5 (permalink)  
Old 02-17-2009, 03:29 AM
Intermediate Member
 
Posts: 19
Default

i have updated my MX record to alpha.paletteng.com and my /etc/resolv.conf file to
search paletteng.com

The VERSION of zcs installed (5.0.13_GA_2791_RHEL5_64)

what next should i do? should i reinstall zimbra or is their any way to start my MTA that does not start because of the port 25 conflict.
Reply With Quote
  #6 (permalink)  
Old 02-17-2009, 03:39 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Code:
zmcontrol stop ; zmcontrol start
Then read the Admin Guide.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 02-17-2009, 03:40 AM
Intermediate Member
 
Posts: 19
Default

this is my result for zmcontrol status and this was my result

zmcontrol status
Host alpha.paletteng.com
antispam Running
antivirus Running
imapproxy Running
ldap Running
logger Running
mailbox Running
mta Stopped
postfix is not running
snmp Running
spell Running
stats Running

i did zmcontrol start everything seems to start but when i do zmcontro status again,mta doesnt start.
Reply With Quote
  #8 (permalink)  
Old 02-17-2009, 03:48 AM
Moderator
 
Posts: 7,928
Default

Check /var/log/zimbra.log to see why it is not running. You can also do a
Code:
su - zimbra
zmcontrol stop
netstat -an | grep 25
to see if you already have a MTA running. You could also check for a couple of standard ones.
Code:
ps aux | grep sendmail
ps aux | grep postfix
If one of those is running you can then do
Code:
/etc/init.d/sendmail stop
/etc/init.d/postfix stop
and then try starting ZCS again.
__________________
Reply With Quote
  #9 (permalink)  
Old 02-17-2009, 04:04 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by soundmax123 View Post
imapproxy Running
If this is a single server installation then you should not be using the proxy, check the forums for details on how to disable it and reset the ports to their correct values.
__________________
Regards


Bill
Reply With Quote
  #10 (permalink)  
Old 02-17-2009, 04:50 AM
Intermediate Member
 
Posts: 19
Default

thanks for ur help so far

i have installed it.i created two accounts and both can receive and send mails.

How do i configure my global settings to be able to send and receive mails to external clients. because i cant send mails out yet and cant receive mails from outside.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.