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-10-2008, 08:23 PM
Member
 
Posts: 12
Default Outbound mail stuck in deferred

Hi Everyone,

I'm not sure what I need to provide you guys to help me out but I want to say Im new to this and everything was working up until a week ago. I recently noticed that my ipaddress was blacklisted but was recently removed. Mail is still not going out but I am able to receive from external and send mail internally. What information do you need to help me out?

Thanks in advanced!
Reply With Quote
  #2 (permalink)  
Old 02-10-2008, 08:28 PM
Project Contributor
 
Posts: 252
Default

Do you get any bounce email from external mail servers? Are you sure you are not listed anywhere else?
Reply With Quote
  #3 (permalink)  
Old 02-10-2008, 08:31 PM
Member
 
Posts: 12
Default

No I do not get any bounce email. I just see all email stuck in the deferred mail in admin console. I also verified at mxtoolbox that I am no longer black listed.
Reply With Quote
  #4 (permalink)  
Old 02-11-2008, 07:53 AM
Member
 
Posts: 12
Default

I really need help with this. I have email that has been stuck in the deferred mail for over a week now.
Reply With Quote
  #5 (permalink)  
Old 02-11-2008, 08:49 AM
Member
 
Posts: 12
Default

I'm looking in my deferred mail queue and the error message that is being displayed is that host or domain name not found. Any suggestions on this?
Reply With Quote
  #6 (permalink)  
Old 02-11-2008, 09:05 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by gchino View Post
I'm looking in my deferred mail queue and the error message that is being displayed is that host or domain name not found. Any suggestions on this?
Yes, your DNS is likely to be set-up incorrectly. If you're behind a NAT router then check the Split DNS article in the wiki.

You don't actually give us much information to help you debug this problem, some idea of operating system, Zimbra version, what you've done to try and debug this issue (this has been covered many times, have you searched the forums?) or even what's changed to likely cause this problem.

How about posting the info from the following commands (run on the zimbra server):

Code:
host `hostname`  <-- type as-is with backticks not single quotes
dig yourdomain.com mx 
dig yourdomain.com any
post the exact output from those commands.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 02-11-2008, 09:13 AM
Member
 
Posts: 12
Default

Phoenix thanks for getting back to me. To answer your questions

OS - Fedora7
Zimbra version - 4.5.6
I tried to follow all of the forums in zimbra that relate to my error messages but still nothing.

I tried to do what you request with host `mail.sleepex.com` but I get command not found.

Here are my results for the dig

[root@mail bin]# dig mail.sleepex.com mx

; <<>> DiG 9.4.2b1 <<>> mail.sleepex.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 381
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.sleepex.com. IN MX

;; AUTHORITY SECTION:
sleepex.com. 900 IN SOA ns43.domaincontrol.com. dns.jomax.net. 2007101900 28800 7200 604800 86400

;; Query time: 140 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Mon Feb 11 12:08:07 2008
;; MSG SIZE rcvd: 102

[root@mail bin]# dig sleepex.com any

; <<>> DiG 9.4.2b1 <<>> sleepex.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62831
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 3

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

;; ANSWER SECTION:
sleepex.com. 86400 IN SOA ns43.domaincontrol.com. dns.jomax.net. 2007101900 28800 7200 604800 86400
sleepex.com. 3600 IN NS ns43.domaincontrol.com.
sleepex.com. 3600 IN NS ns44.domaincontrol.com.
sleepex.com. 3600 IN A 206.30.161.130
sleepex.com. 3600 IN MX 5 mail.sleepex.com.
sleepex.com. 3600 IN MX 10 mailstore.sleepex.com.

;; ADDITIONAL SECTION:
ns44.domaincontrol.com. 172273 IN A 208.109.255.22
ns43.domaincontrol.com. 172273 IN A 208.109.78.180
mail.sleepex.com. 3527 IN A 70.91.46.20

;; Query time: 113 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Mon Feb 11 12:08:25 2008
;; MSG SIZE rcvd: 241

[root@mail bin]#
Reply With Quote
  #8 (permalink)  
Old 02-11-2008, 11:33 AM
Member
 
Posts: 12
Default

Phoenix,

I tried this line host 'mail.sleepex.com' and this was my return message
mail.sleepex.com has address 70.91.46.20.

I hope this information help you to help me out.

Thanks in advanced.
Reply With Quote
  #9 (permalink)  
Old 02-11-2008, 12:28 PM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

None of the output you've posted is actually what I asked for, you've used the FQDN of your server not your domain name for the commands. Do them again as I asked:

Code:
host `hostname`   <-- this command should be typed exactly as you see it here. Do NOT put your hostname in there,  copy/paste it to a terminal and run it.

dig sleepex.com mx 
dig sleepex.com any
Are you also behind a NAT router? Is there any firewall or SElinux enabled on this server?
__________________
Regards


Bill
Reply With Quote
  #10 (permalink)  
Old 02-11-2008, 12:49 PM
Member
 
Posts: 12
Default

Sorry,

Here are the results

[root@mail ~]# host `hostname`
mail.sleepex.com has address 70.91.46.20
[root@mail ~]#


Yes we are behing a nat router. Firewall and SElinux is disabled.

Last edited by gchino; 02-11-2008 at 12:55 PM..
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.