Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 12 of 12
  1. #1
    Member
    Join Date
    Dec 2003
    Posts
    36

    Default Mail Problem: retry timeout exceeded

    I have a customer that sent me an email stating that the forwarder he had setup on his domain is not sending mail to the address that it is supposed to forward to and he sent me the error message he got in his inbox:

    customers-isp-account-where-mail-sho...@sbcglobal.com
    (ultimately generated from forwarder@customers-domain-on-server.com)
    retry timeout exceeded

    The exim logs show the same thing.

    I ran: host sbcglobal.com in the shell and I do get a response, so the route looks ok. Is this a problem on our end or sbcglobal.com's end?

    UPDATE: we are now getting a new message:

    retry time not reached for any host after a long failure period

  2. #2
    Member nettigritty's Avatar
    Join Date
    Jan 2004
    Location
    Bangalore, India
    Posts
    196

    Default

    Quote Originally Posted by embsupafly
    I have a customer that sent me an email stating that the forwarder he had setup on his domain is not sending mail to the address that it is supposed to forward to and he sent me the error message he got in his inbox:

    customers-isp-account-where-mail-sho...@sbcglobal.com
    (ultimately generated from forwarder@customers-domain-on-server.com)
    retry timeout exceeded

    The exim logs show the same thing.

    I ran: host sbcglobal.com in the shell and I do get a response, so the route looks ok. Is this a problem on our end or sbcglobal.com's end?

    UPDATE: we are now getting a new message:

    retry time not reached for any host after a long failure period
    try restarting bind and exim then try forcing a delivery in the exim mail queue. paste the error if you still get one.

  3. #3
    Member
    Join Date
    Dec 2003
    Posts
    36

    Default

    Tried restarting exim and bind, does not work..

    Still getting this error message:

    customers-isp-account-where-mail-sho...@sbcglobal.com
    (ultimately generated from forwarder@customers-domain-on-server.com)
    retry timeout exceeded

  4. #4
    Member nettigritty's Avatar
    Join Date
    Jan 2004
    Location
    Bangalore, India
    Posts
    196

    Default

    what does exim_mainlog show ? any error while sending through smtp?

    Make sure you have a reverse DNS PTR record for your servers IP address and that DNS resolvers in /etc/resolv.conf are ok.

  5. #5
    Member
    Join Date
    Dec 2003
    Posts
    36

    Default

    Yes, we have a reverse PTR record, resolv.conf is ok. All other email accounts (about 600-800 total) on the server are ok.

    Exim log shows, "retry timeout exceeded" when sending as well.

  6. #6
    Member
    Join Date
    May 2003
    Location
    SC
    Posts
    96

    Default

    I now have a client getting "retry timeout exceeded" on their messages to a remote domain. Does this indicate the remote domain may be blocking us?

  7. #7
    Registered User
    Join Date
    Sep 2006
    Posts
    2

    Default retry timeout exceeded

    It happens to me the same with an email account:

    ====================
    This message was created automatically by mail delivery software.

    A message that you sent could not be delivered to one or more of its
    recipients. This is a permanent error. The following address(es) failed:

    xxxxxx@xxxxxx.xx
    retry timeout exceeded
    ====================

    Somebody has found the solution for this

    I have reinitiated Exim, POP and Bind, but the problem continue

    That I must do?

    Thank

  8. #8
    Member
    Join Date
    Jun 2003
    Location
    Florida
    Posts
    37

    Default

    I am having this problem as well now. I notice it is happening when sending email to any Bellsouth.net domain. Anybody find a solution for this??

  9. #9
    Member
    Join Date
    May 2003
    Posts
    237

    Default fixing it

    I've had this problem with some stupid servers that reject emails temporarily but don't accept a retry until after 12hrs or so. This is their way of combating spam!

    To fix it, these are my retry times in exim config fiel:

    Code:
    #Allows server to retry delivery every 1 day
    retry_data_expire = 1d
    
    smtp_connect_backlog = 50
    smtp_accept_max = 100
    
    # primary_hostname =
    deliver_queue_load_max = 6
    auto_thaw = 24h
    ignore_bounce_errors_after = 12h
    timeout_frozen_after = 2d
    Mainly, retry_data_expire=1d should help. This may not 100% resolve this issue depending on the receiving server.

  10. #10
    Member
    Join Date
    May 2004
    Location
    USA
    Posts
    406
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Bellsouth giving me the same problem!!!

  11. #11
    cPanel Partner NOC cPanel Partner NOC Badge AndyReed's Avatar
    Join Date
    May 2004
    Location
    Minneapolis, MN
    Posts
    2,223

    Default

    Quote Originally Posted by embsupafly View Post
    Yes, we have a reverse PTR record, resolv.conf is ok. All other email accounts (about 600-800 total) on the server are ok.

    Exim log shows, "retry timeout exceeded" when sending as well.
    In some cases, this error indicates that the disk quota of an email account is either full or exceeded.
    Andy Reed
    RHCE and CCNA
    ServerTune.com

  12. #12
    Member
    Join Date
    Sep 2004
    Posts
    887

    Default

    Quote Originally Posted by embsupafly View Post
    I have a customer that sent me an email stating that the forwarder he had setup on his domain is not sending mail to the address that it is supposed to forward to and he sent me the error message he got in his inbox:

    customers-isp-account-where-mail-sho...@sbcglobal.com
    (ultimately generated from forwarder@customers-domain-on-server.com)
    retry timeout exceeded

    The exim logs show the same thing.

    I ran: host sbcglobal.com in the shell and I do get a response, so the route looks ok. Is this a problem on our end or sbcglobal.com's end?

    UPDATE: we are now getting a new message:

    retry time not reached for any host after a long failure period
    An @sbcglobal.com email address is not a valid email address. It is @sbcglobal.NET. sbcglobal.com does not have active MX servers. SBC DSL and dialup customers have @sbcglobal.Net addresses. You're customer gave you the wrong info.

    Mike

Similar Threads & Tags
Similar threads

  1. retry timeout exceeded
    By zerokarma in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 04-22-2009, 04:26 PM
  2. retry timeout exceeded
    By heavypredator in forum E-mail Discussions
    Replies: 2
    Last Post: 11-29-2007, 12:33 PM
  3. Unexpected mail delivery failure and "retry timeout exceeded" NDR
    By wish in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 03-13-2007, 02:13 PM
  4. Exim: Retry time exceeded
    By apc1 in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-27-2005, 01:09 PM
  5. retry timeout exceeded intermittenty
    By stevebabb in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 01-26-2005, 11:34 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube