View Single Post
  #9 (permalink)  
Old 04-26-2009, 02:02 AM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 11,509
Default

The following commands are incorrect:

Code:
dig mail.greenexample.com any
dig mail.greenexample.com mx
You're using the FQDN of the server not the Domain name, the correct format should be:

Code:
dig greenexample.com any
dig greenexample.com mx
which I suspect won't give you an MX or A record. You need create a dmain with the correct domain name of: dig greenexample.com and add the A & MX record to that.
__________________
Regards


Bill
Reply With Quote