| 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.
|  | | 
11-18-2009, 01:43 AM
| | Zimbra Consultant & Moderator | |
Posts: 19,653
| | Well, from the output you've posted you obviously have no valid A or MX record for yourdomain.com and you need to fix that.
__________________
Regards
Bill
| 
11-18-2009, 02:09 AM
| | Intermediate Member | |
Posts: 15
| | See that's where the confusion lies and the multiple guides, how to's and tutorials fail; lack of full information. Where exactly does the A and MX records go; the internal DNS/BIND server OR your domain's DNS host table OR both, and what's the correct syntax, wording, format, etc.? (e.g., "@", "", "mail", "mail.example.com" or "mail.example.com.") | 
11-18-2009, 04:27 AM
| | Zimbra Consultant & Moderator | |
Posts: 19,653
| | Quote:
Originally Posted by anuvatec See that's where the confusion lies and the multiple guides, how to's and tutorials fail; lack of full information. Where exactly does the A and MX records go; the internal DNS/BIND server OR your domain's DNS host table OR both, and what's the correct syntax, wording, format, etc.? (e.g., "@", "", "mail", "mail.example.com" or "mail.example.com.") | There should be no confusion, the A & MX records go in your DNS configuration and your host file needs to be correct as per the Quick Start Installation Guide - the tutorials in the wiki & the (numerous) topics in the forums detail exactly what needs to be done.
__________________
Regards
Bill
| 
11-19-2009, 12:38 AM
| | Intermediate Member | |
Posts: 15
| | Well this is my example.com DNS host's table (on GoDaddy): Code: A (Host) Record:
Host Points to
mail.example.com 1.2.3.4
@ 5.6.7.8
MX (Mail Exchange) Record:
Host Points to Priority
example.com mail.example.com 10 1.2.3.4 is the public IP to my mail server Ubuntu box running Zimbra, 5.6.7.8 is GoDaddy's IP that was already there when I registered the domain (I registered just the domain, no additional packages were purchased whatsoever)
And this is my internal DNS/BIND db.example.com file (on the Zimbra server): Code: ;
; BIND data file for example.com
;
$TTL 604800
@ IN SOA mail.example.com. admin.example.com. (
200911180045 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS mail
IN MX 10 mail
IN A 192.168.0.10
mail IN A 192.168.0.10 Is there anything wrong here? | 
11-19-2009, 12:48 AM
| | Zimbra Consultant & Moderator | |
Posts: 19,653
| | Run the following commands (on the zimbra server and post the full output): Code: cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com mx
dig yourdomain.com any
host `hostname` <-- use that exact command with backticks not single quotes
__________________
Regards
Bill
| 
11-19-2009, 12:43 PM
| | Intermediate Member | |
Posts: 15
| | oh my, I already posted that info, nothing has changed. I knew you were a bot, you post that request multiple times to anyone with DNS issues.
Does anyone else have any ideas or suggestions (for the SERVFAIL error message when doing a nslookup/dig of the email domain)? | 
11-19-2009, 01:17 PM
| | | Yep, here is my idea/suggestion: Quote:
Originally Posted by phoenix Run the following commands (on the zimbra server and post the full output): Code: cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com mx
dig yourdomain.com any
host `hostname` <-- use that exact command with backticks not single quotes | | 
11-19-2009, 10:57 PM
| | Intermediate Member | |
Posts: 15
| | this is a joke right? a prank or something? if not, here's my output: http://www.zimbra.com/forums/install...tml#post161541. if so, why? I'm just trying to get help with Zimbra, I mean this what this forum is for right? | 
11-20-2009, 01:15 AM
| | Zimbra Consultant & Moderator | |
Posts: 19,653
| | Quote:
Originally Posted by anuvatec this is a joke right? a prank or something? if not, | No, it's not a ioke. I told you earlier that there were no A or MX records in your output, you should fix that and post the output again. If that's not acceptable to you then feel free to fix it yourself instead of posting puerile comments.
__________________
Regards
Bill
| 
11-20-2009, 01:43 PM
| | Intermediate Member | |
Posts: 15
| | it's totally there: Code: anuvatec@mail:~$ cat /etc/bind/db.example.com
;
; BIND data file for example.com
;
$TTL 604800
;$ORIGIN example.com.
@ IN SOA mail.example.com. admin.example.com. (
2009112011 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
;@ IN NS mail
mail.example.com. IN A 192.168.0.10
example.com. IN A 192.168.0.10
example.com. IN MX 10 mail.example.com. almost two weeks on this whole issue, two domains attempted, 5 OS [re-]installations, 7 Zimbra [re-]installations, 30ish articles of documentation, tutorials, how-tos, guides, forum threads, etc.... those are simply comments of frustration homebro, not immaturity. I'm sure you can understand if not relate. | | 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.  |