Results 1 to 8 of 8

Thread: Mail Delivery Failure :(

  1. #1
    Member
    Join Date
    Jan 2007
    Posts
    21

    Default Mail Delivery Failure :(

    Hello,

    I have the latest versions of both cPanel and WHM on my server. All of the sudden Exim stopped working. It is receiving e-mails properly but not able to send them out. Here is an example e-mail:

    Quote Originally Posted by Mail Delivery System
    ------ This is a copy of the message, including all the headers. ------

    Return-path: <test@server.org>
    Received: from [127.0.0.1] (helo=localhost)
    by hostname.server.org with esmtpa (Exim 4.68)
    (envelope-from <test@server.org>)
    id 1Ib5LZ-0002RE-Cu
    for admin@forwarder.com; Thu, 27 Sep 2007 21:12:53 -0500
    Received: from 76.215.5.235 ([76.215.5.235]) by hostname.server.org
    (Horde MIME library) with HTTP; Thu, 27 Sep 2007 21:12:53 -0500
    Message-ID: <20070927211253.96vgw66wy8ccscg0@hostname.server.org>
    Date: Thu, 27 Sep 2007 21:12:53 -0500
    From: test@server.org
    To: The Person <admin@forwarder.com>
    Subject: Re: sadsdsa
    References: <4cd0127a0709271833seb6fc5o9c18abab2dc34835@mail.gmail.com>
    In-Reply-To: <4cd0127a0709271833seb6fc5o9c18abab2dc34835@mail.gmail.com>
    MIME-Version: 1.0
    Content-Type: text/plain;
    charset=ISO-8859-1;
    DelSp="Yes";
    format="flowed"
    Content-Disposition: inline
    Content-Transfer-Encoding: 7bit
    User-Agent: Internet Messaging Program (IMP) H3 (4.1.3)
    This is trying to send out to the Gmail servers btw.

    Here is my etc/resolv.conf
    Code:
    domain server.org
    search server.org
    nameserver IP of server.org
    nameserver IP of ns2.server.org
    nameserver IP of ns3.server.org
    nameserver IP of ns4.server.org
    Any ideas? Using Exim 4.68 on CentOS Enterprise 4.5

    Regards,
    Dennis M.

  2. #2
    Member
    Join Date
    Sep 2004
    Location
    inside a catfish
    Posts
    1,098
    cPanel/WHM Access Level

    Root Administrator

    Default

    grep 1Ib5LZ-0002RE-Cu /var/log/exim_mainlog

    Show us the results.

    Mike

  3. #3
    Member
    Join Date
    Jan 2007
    Posts
    21

    Default

    Quote Originally Posted by grep 1Ib5LZ-0002RE-Cu /var/log/exim_mainlog
    [root@hostname ~]# grep 1Ib5LZ-0002RE-Cu /var/log/exim_mainlog
    2007-09-27 21:12:53 1Ib5LZ-0002RE-Cu <= test@server.org H=(localhost) [127.0.0.1] P=esmtpa A=fixed_login:test@server.org S=976 id=20070927211253.96vgw66wy8ccscg0@hostname.server.org
    2007-09-27 21:12:53 1Ib5LZ-0002RE-Cu ** forwardedto@gmail.com <admin@forwarder.com> R=fail_remote_domains: The mail server could not deliver mail to forwardedto@gmail.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
    2007-09-27 21:12:53 1Ib5LZ-0002RH-It <= <> R=1Ib5LZ-0002RE-Cu U=mailnull P=local S=1995
    2007-09-27 21:12:53 1Ib5LZ-0002RE-Cu Completed
    That's it.

    Regards,
    Dennis M.

  4. #4
    Member
    Join Date
    Jan 2007
    Posts
    21

    Default

    Any ideas?

  5. #5
    Member
    Join Date
    Sep 2004
    Location
    inside a catfish
    Posts
    1,098
    cPanel/WHM Access Level

    Root Administrator

    Default

    Check to make sure that admin@forwarder.com exists and is accepting mail directly (without a forward).

    Mike

  6. #6
    Member
    Join Date
    Jan 2007
    Posts
    21

    Default

    Without the forwarder address it does accept mail. Example: It directs to a Gmail account. I send mail directly to the name@gmail.com and it works. However, sending to admin@forwarder.com does not work. I can try to send to name@gmail.com from the test@server.org account but it still does not work.

    I will diagram a brief overview of what has been covered:

    name@gmail.com ---> name@gmail.com Success
    name@gmail.com ---> test@server.org Success
    name@gmail.com ---> admin@forwarder.com Failure
    test@server.org ---> name@gmail.com Failure
    test@server.org ---> admin@forwarder.com Failure

    and yes, admin@forwarder.com does exist.

    Regards,
    Dennis M.

    EDIT: Seems only a problem with Gmail servers.
    Last edited by MH-Dennis; 09-29-2007 at 02:17 PM.

  7. #7
    Member
    Join Date
    Sep 2004
    Location
    inside a catfish
    Posts
    1,098
    cPanel/WHM Access Level

    Root Administrator

    Default

    Well, to be honest, I don't think I have any more suggestoins - although I believe I could figure out the problem with access. If you get desperate enough and are unable to figure it out, feel free to PM me. I know, most people are skeptical of providing access to their machines. But it's your call. I'm around if you'd like me to look. Without knowing the 'real' domains it's pretty difficult. If you at least want to PM me the 'real' domains I"ll try to assist you.

    Mike


    Quote Originally Posted by MH-Dennis View Post
    Without the forwarder address it does accept mail. Example: It directs to a Gmail account. I send mail directly to the name@gmail.com and it works. However, sending to admin@forwarder.com does not work. I can try to send to name@gmail.com from the test@server.org account but it still does not work.

    I will diagram a brief overview of what has been covered:

    name@gmail.com ---> name@gmail.com Success
    name@gmail.com ---> test@server.org Success
    name@gmail.com ---> admin@forwarder.com Failure
    test@server.org ---> name@gmail.com Failure
    test@server.org ---> admin@forwarder.com Failure

    and yes, admin@forwarder.com does exist.

    Regards,
    Dennis M.

    EDIT: Seems only a problem with Gmail servers.

  8. #8
    Member
    Join Date
    Jan 2007
    Posts
    21

    Default

    Well I'm thinking it's a problem with connecting to Gmail's DNS for whatever reason. But when I do 'host -t a gmail.com' it works fine.

    Regards,
    Dennis M.

Similar Threads

  1. Mail Delivery Failure
    By grayloon in forum E-mail Discussions
    Replies: 2
    Last Post: 06-04-2008, 07:05 AM
  2. Mail Delivery Failure - Headers
    By apolix in forum E-mail Discussions
    Replies: 1
    Last Post: 04-30-2007, 09:43 AM
  3. Exim: Mail delivery failure problems
    By LordJMann in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 03-31-2007, 02:40 PM
  4. Unexpected mail delivery failure and "retry timeout exceeded" NDR
    By wish in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 03-13-2007, 01:13 PM
  5. Mail delivery failure notice but mail being delivered
    By Christo in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 08-26-2005, 12:01 PM