View Single Post
  #1 (permalink)  
Old 07-17-2007, 01:53 PM
alam alam is offline
Intermediate Member
 
Posts: 15
Default can't receive external mail

Hello, I installed zimbra on mandriva 2006, and for the most part, it looks like it is working except for one thing. I can send and receive internally. I can send to an external email, but it fails when trying to send from external email to zimbra.

I've searched the forum and wiki, but I could't find anything that helped. Here are some commands I ran that may hopefully help you guys help me out with this.

When I run,

Code:
 host `hostname`
I get,

Code:
mitch.datacareservices.com has address 10.0.2.6
Then i ran,

Code:
dig datacareservices.com mx
and got,

Code:
; <<>> DiG 9.3.1 <<>> datacareservices.com mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56411
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

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

;; ANSWER SECTION:
datacareservices.com.   38400   IN      MX      10 mail.datacareservices.com.

;; AUTHORITY SECTION:
datacareservices.com.   38400   IN      NS      mail.datacareservices.com.

;; ADDITIONAL SECTION:
mail.datacareservices.com. 38400 IN     A       10.0.0.24

;; Query time: 3 msec
;; SERVER: 10.0.0.24#53(10.0.0.24)
;; WHEN: Tue Jul 17 12:47:45 2007
;; MSG SIZE  rcvd: 89

I'm guessing the problem may have something to do with "mitch.datacareservices.com" and "mail.datacareservices.com." mitch is the test machine while mail is our actual mail server. This is just a guess, as i am pretty new to this.

Any help is appreciated. THanks!
Reply With Quote