| 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.
|  | | 
12-09-2009, 11:03 PM
| | | Not able to send and receive mails Hi all,
I am a new user of zimbra mail server.
I am having problem with mx deatils....
my mx details is as:-
================================================== =======
[root@rags Desktop]# dig mx wipro.com
; <<>> DiG 9.3.4-P1 <<>> mx wipro.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36046
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;wipro.com. IN MX
;; AUTHORITY SECTION:
wipro.com. 3600 IN SOA chn-snr-dc2.wipro.com. admin.wipro.com. 4686805 900 600 86400 3600
;; Query time: 2 msec
;; SERVER: 10.145.50.100#53(10.145.50.100)
;; WHEN: Thu Dec 10 12:21:21 2009
;; MSG SIZE rcvd: 81
[root@rags Desktop]#
================================================== ======
I am missing ANSWER SECTION here <<<<<<<<<
my host and resolv.conf file is as :-
Can you please let me know where I am doing mistake....??????
/etc/hosts
========
[root@rags Desktop]# vi /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
10.145.2.125 rags.wipro.com rags
/etc/resolv.conf
============
[root@rags Desktop]# vi /etc/resolv.conf
nameserver 10.145.50.100
nameserver 10.146.50.100
search wipro.com | 
12-09-2009, 11:38 PM
| | Zimbra Consultant & Moderator | |
Posts: 20,317
| | The answer to your question is all over the forums: you have no valid DNS A & MX records pointing to your Zimbra server. Please search the forums and wiki for "split dns" and follow the set-up instructions, there's also details on how to check your records are correct.
__________________
Regards
Bill
| 
12-10-2009, 01:02 AM
| | | Not able to send and receive mails Hi all,
I have installed zimbra mail server and i have created two users but I am not able to send and receive mails among these two users.
Please find zimbra status below and help me to resolve this issue.
================================================== ==
[zimbra@rags ~]$ zmcontrol status
Host rags
antispam Stopped
zmamavisdctl is not running
antivirus Stopped
zmamavisdctl is not running
ldap Running
logger Running
mailbox Running
mta Stopped
postfix is not running
snmp Running
spell Stopped
zmapachectl is not running
stats Running
[zimbra@rags ~]$
================================================ | 
12-10-2009, 02:30 AM
| | | Welcome to the forums
Please check /var/log/zimbra.log for errors on why ZCS is not starting ... If you would also post the following it would help us Code: su - zimbra
zmcontrol -v
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomainname mx
dig yourdomainname any
host `hostname` <- note backticks and not single quotes
__________________ | 
12-10-2009, 02:32 AM
| | | problem while sending mails Hi All,
I have installed zimbra mail server and created two users.
But I am unable to send mail and receive mails among these two users.
Please find zimbra status below:-
================================================== =
=======
status
=======
[zimbra@rags ~]$ zmcontrol status
Host rags
antispam Stopped
zmamavisdctl is not running
antivirus Stopped
zmamavisdctl is not running
ldap Running
logger Running
mailbox Running
mta Stopped
postfix is not running
snmp Running
spell Stopped
zmapachectl is not running
stats Running
[zimbra@rags ~]$
=============
start zimbra
=============
[zimbra@rags ~]$ zmcontrol start
Host rags
Starting logger...Done.
Starting mailbox...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...FAILED
httpd: Syntax error on line 232 of /opt/zimbra/conf/httpd.conf: Cannot load /opt/zimbra/httpd-2.2.8/modules/libphp5.so into server: /opt/zimbra/httpd-2.2.8/modules/libphp5.so: cannot restore segment prot after reloc: Permission denied
Starting mta...Done.
Starting stats...Done.
[zimbra@rags ~]$ zmcontrol status
=======
status
=======
[zimbra@rags ~]$ zmcontrol status
Host rags
antispam Stopped
zmamavisdctl is not running
antivirus Stopped
zmamavisdctl is not running
ldap Running
logger Running
mailbox Running
mta Stopped
postfix is not running
snmp Running
spell Stopped
zmapachectl is not running
stats Running
[zimbra@rags ~]$
================================================== ==
Can you please guide me for the same,
Thanks in advance.... | 
12-10-2009, 02:48 AM
| | | As pheonix said:
This is most likely a problem with your DNS A & MX records.
As uxbod said:
Please look at the following commands and execute them one by one.
Please tell us what the commands output (copy-paste would be ideal) so we can assist you. Quote:
su - zimbra
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomainname mx
dig yourdomainname any
host `hostname`
| | 
12-10-2009, 02:49 AM
| | | Thanks for for quick response:-
please find details as:- Code: [zimbra@rags ~]$ zmcontrol -v
Release 5.0.18_GA_3011.RHEL5_20090707164432 CentOS5 FOSS edition Code: [zimbra@rags ~]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
10.145.2.125 rags.iseemedia.com rags Code: [zimbra@rags ~]$ cat /etc/resolv.conf
nameserver 10.145.50.100 Code: [zimbra@rags ~]$ dig iseemedia.com mx
; <<>> DiG 9.3.4-P1 <<>> iseemedia.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45337
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;iseemedia.com. IN MX
;; ANSWER SECTION:
iseemedia.com. 23184 IN MX 10 host.iseemedia.com.
;; ADDITIONAL SECTION:
host.iseemedia.com. 23184 IN A 206.222.70.98
;; Query time: 2 msec
;; SERVER: 10.145.50.100#53(10.145.50.100)
;; WHEN: Thu Dec 10 16:09:12 2009
;; MSG SIZE rcvd: 68 Code: [zimbra@rags ~]$ dig iseemedia.com any
; <<>> DiG 9.3.4-P1 <<>> iseemedia.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45293
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 6, ADDITIONAL: 5
;; QUESTION SECTION:
;iseemedia.com. IN ANY
;; ANSWER SECTION:
iseemedia.com. 22642 IN MX 10 host.iseemedia.com.
iseemedia.com. 16113 IN NS ns-a.pnap.net.
iseemedia.com. 16113 IN NS ns-b.pnap.net.
iseemedia.com. 16113 IN NS ns-c.pnap.net.
iseemedia.com. 16113 IN NS ns-d.pnap.net.
iseemedia.com. 16113 IN NS inism1.iseemedia.com.
iseemedia.com. 16113 IN NS inism2.iseemedia.com.
;; AUTHORITY SECTION:
iseemedia.com. 16113 IN NS ns-d.pnap.net.
iseemedia.com. 16113 IN NS inism1.iseemedia.com.
iseemedia.com. 16113 IN NS inism2.iseemedia.com.
iseemedia.com. 16113 IN NS ns-a.pnap.net.
iseemedia.com. 16113 IN NS ns-b.pnap.net.
iseemedia.com. 16113 IN NS ns-c.pnap.net.
;; ADDITIONAL SECTION:
host.iseemedia.com. 22642 IN A 206.222.70.98
ns-a.pnap.net. 35426 IN A 64.94.123.4
ns-b.pnap.net. 8254 IN A 64.94.123.36
ns-c.pnap.net. 128033 IN A 64.95.61.4
ns-d.pnap.net. 78886 IN A 64.95.61.36
;; Query time: 6 msec
;; SERVER: 10.145.50.100#53(10.145.50.100)
;; WHEN: Thu Dec 10 16:18:14 2009
;; MSG SIZE rcvd: 342 | 
12-10-2009, 02:52 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,317
| | You have an invalid A record, it should point to the LAN IP of your Zimbra server. Please read the Split DNS article in the wiki and follow the instructions there.
BTW, when providing the requested information please format the output as I've done in your post above so it's easier to read and supply all the information you were asked for.
__________________
Regards
Bill
| 
12-10-2009, 04:17 AM
| | | Thanks for ur response... but I am not able to find doc's name of split DNS...
so can u plz provide the url for the same...
Thanks... | 
12-10-2009, 04:20 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,317
| | Quote:
Originally Posted by rags Thanks for ur response... but I am not able to find doc's name of split DNS...
so can u plz provide the url for the same... | Go to the wiki link I gave you earlier and enter the words 'split dns' in the search field, you'll find what you need.
__________________
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.  |