Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17
  1. #1
    Member
    Join Date
    Oct 2002
    Posts
    131

    Default dnsreport error - Acceptance of domain literals

    After the update last night, I get this error on dnsreport.com under the MAIL heading:


    FAIL Acceptance of domain literals ERROR: One or more of your mailservers does not accept mail in the domain literal format (user@[0.0.0.0]). Mailservers are required RFC1123 5.2.17 to accept mail to domain literals for any of its IP addresses.

    domain.com's postmaster@[XXX.XXX.XXX.XXX] response:
    >>> RCPT TO: <postmaster@[XXX.XXX.XXX.XXX]>
    <<< 550-Host cpe-66-189-58-123.ma.charter.com (www.DNSreport.com) [66.189.58.123] is not permitted
    550-to relay through host.domain.com.
    550-Perhaps you have not logged into the pop/imap server in the last 30 minutes.
    550-You may also have been rejected because your ip address
    550-does not have a reverse DNS entry.
    550 relaying to prohibited by administrator


    Is this bad?
    I talked to at least one other Cpanel user who has the same problem.
    Chuck

  2. #2
    Member
    Join Date
    Oct 2002
    Posts
    131

    Default

    This resolved itself last night with the update, thanks.

  3. #3
    Member
    Join Date
    Mar 2002
    Location
    Alberta, Canada
    Posts
    1,509

    Default

    Not sure why you say that, Chuck? Error msg. still shows the same with DNSReport - same as mine. Apparently this is a Cpanel specific situation as I've checked on other sites and they do not show this error. Some say the error doesn't matter, but I'm not sure I would agree with them.
    Helping people Host, Create, and Maintain their Web Site
    Also providing Server Admin Services - setup / troubleshooting

    http://potentproducts.com/

  4. #4
    Member
    Join Date
    Nov 2001
    Location
    Birmingham, AL
    Posts
    20

    Default

    It is an EXIM config setting.

    Go to /etc/exim.conf and look for the following:

    # If you want to accept mail addressed to your host's literal IP address, for
    # example, mail addressed to "user@[111.111.111.111]", then uncomment the
    # following line, or supply the literal domain(s) as part of "local_domains"
    # above.

    # local_domains_include_host_literals

    Remove the # from #local_domains_include_host_literals and restart exim.

  5. #5
    Member
    Join Date
    Oct 2002
    Posts
    131

    Default

    Don't know why, but the error was gone, then it was back....

    But the above fixed it!

    Thanks a ton.

  6. #6
    Member
    Join Date
    Mar 2002
    Location
    Alberta, Canada
    Posts
    1,509

    Default

    I can only wonder why, DarkOrb decided to make this change for v6? As I use DNSReport quite frequently, I know this error was not showing up before. Hopefully they will provide an explaination or once again, follow RFC 1123 5.2.17 by default and save us having to manually change everytime.
    Helping people Host, Create, and Maintain their Web Site
    Also providing Server Admin Services - setup / troubleshooting

    http://potentproducts.com/

  7. #7
    Member
    Join Date
    Jun 2003
    Posts
    74

    Default

    I did the above but I got an error:

    Exim configuration error in line 124:
    main option "local_domains_include_host_literals" unknown

    All I did was remove the # from the front of it.

    From the result of that WHM news doesnt load and all services fail when the server is rebooted. Why isn't this option working?

    Code:
    # If you want to accept mail addressed to your host's literal IP address, for
    # example, mail addressed to "user@[111.111.111.111]", then uncomment the
    # following line, or supply the literal domain(s) as part of "local_domains"
    # above.
    
    local_domains_include_host_literals

  8. #8
    Member isputra's Avatar
    Join Date
    May 2003
    Location
    Mbelitar
    Posts
    593

    Default

    Originally posted by SouthernWeb
    It is an EXIM config setting.

    Go to /etc/exim.conf and look for the following:

    # If you want to accept mail addressed to your host's literal IP address, for
    # example, mail addressed to "user@[111.111.111.111]", then uncomment the
    # following line, or supply the literal domain(s) as part of "local_domains"
    # above.

    # local_domains_include_host_literals

    Remove the # from #local_domains_include_host_literals and restart exim.
    I use above step and i have error message when i restart exim :
    --------------------------------
    Dec 8 20:16:44 orange exim: exim shutdown failed Dec 8 20:16:45 orange exim: antirelayd shutdown failed Dec 8 20:16:45 orange exim: spamd shutdown failed Dec 8 20:16:46 orange exim: exim shutdown failed Dec 8 20:16:46 orange exim: antirelayd shutdown failed Dec 8 20:16:46 orange exim: spamd shutdown failed Dec 8 20:16:47 orange exim: exim shutdown failed Dec 8 20:16:47 orange exim: antirelayd shutdown failed Dec 8 20:16:47 orange exim: spamd shutdown failed Dec 8 20:16:48 orange exim: 2003-12-08 20:16:48 Exim configuration error in line 127: Dec 8 20:16:48 orange exim: main option "local_domains_include_host_literals" unknown Dec 8 20:16:48 orange exim: exim startup failed Dec 8 20:16:48 orange exim: exim startup succeeded Dec 8 20:16:48 orange exim: 2003-12-08 20:16:48 Exim configuration error in line 127: Dec 8 20:16:48 orange exim: main option "local_domains_include_host_literals" unknown Dec 8 20:16:48 orange exim: exim startup failed Dec 8 20:16:49 orange exim: antirelayd startup succeeded Dec 8 20:16:53 orange exim: spamd startup failed exim has failed, please contact the sysadmin.
    -------------------------

    Why ???
    It's me ...... It's me ......

  9. #9
    Member
    Join Date
    Mar 2003
    Posts
    604

    Default

    Originally posted by isputra
    I use above step and i have error message when i restart exim :
    --------------------------------
    Dec 8 20:16:44 orange exim: exim shutdown failed Dec 8 20:16:45 orange exim: antirelayd shutdown failed Dec 8 20:16:45 orange exim: spamd shutdown failed Dec 8 20:16:46 orange exim: exim shutdown failed Dec 8 20:16:46 orange exim: antirelayd shutdown failed Dec 8 20:16:46 orange exim: spamd shutdown failed Dec 8 20:16:47 orange exim: exim shutdown failed Dec 8 20:16:47 orange exim: antirelayd shutdown failed Dec 8 20:16:47 orange exim: spamd shutdown failed Dec 8 20:16:48 orange exim: 2003-12-08 20:16:48 Exim configuration error in line 127: Dec 8 20:16:48 orange exim: main option "local_domains_include_host_literals" unknown Dec 8 20:16:48 orange exim: exim startup failed Dec 8 20:16:48 orange exim: exim startup succeeded Dec 8 20:16:48 orange exim: 2003-12-08 20:16:48 Exim configuration error in line 127: Dec 8 20:16:48 orange exim: main option "local_domains_include_host_literals" unknown Dec 8 20:16:48 orange exim: exim startup failed Dec 8 20:16:49 orange exim: antirelayd startup succeeded Dec 8 20:16:53 orange exim: spamd startup failed exim has failed, please contact the sysadmin.
    -------------------------

    Why ???
    Same error here.....anyone ever figure it out?

    Damion

  10. #10
    Member
    Join Date
    Jul 2002
    Posts
    25

    Default

    Bump. I am getting this same error.

  11. #11
    Member
    Join Date
    Jun 2003
    Posts
    74

    Default

    I'm getting the same error these guys have been getting, and I haven't got it to work for 3 months!

  12. #12
    Member isputra's Avatar
    Join Date
    May 2003
    Location
    Mbelitar
    Posts
    593

    Default

    any solution with this error ?
    It's me ...... It's me ......

  13. #13
    Registered User MADLaker's Avatar
    Join Date
    Feb 2004
    Location
    Chicago
    Posts
    3

    Default

    Another bump, same results

    Running;
    WHM 9.1.0 cPanel 9.1.0-R85

    Also tried what was suggested in this thread, but it produced the same results.

    Email - Domain Literals

    Last edited by MADLaker; 04-14-2004 at 03:36 PM.

  14. #14
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Did you try my suggestion in that thread? It worked fine for me and others.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  15. #15
    Member
    Join Date
    Jun 2003
    Posts
    74

    Default

    Quote Originally Posted by chirpy
    Did you try my suggestion in that thread? It worked fine for me and others.
    That worked just great! Exim should update their config.

Similar Threads & Tags
Similar threads

  1. Email - Domain Literals
    By RBogan in forum cPanel and WHM Discussions
    Replies: 29
    Last Post: 02-15-2010, 08:05 AM
  2. Domain literals, email not delivered, frozen
    By gpilot in forum E-mail Discussions
    Replies: 0
    Last Post: 06-03-2009, 09:30 PM
  3. Acceptance of domain literals?
    By thomamon in forum New User Questions
    Replies: 0
    Last Post: 01-24-2009, 11:31 PM
  4. DNS report error - Acceptance of postmaster address
    By pacificw in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 08-04-2008, 11:38 AM
  5. DNSreport.com and PTR/Helo error
    By ddmobley in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 05-29-2006, 04:23 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube