Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16
  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    3

    Default Need ideas on 451 temp local problem mail error

    I'm having a mail related problem with one of my domains. I have limited access to the server and I'm having difficulty communicating with the host on this problem. Perhaps if I had some ideas on what to check I could get them to do it.

    The story -- Linux Apache cPanel. call the domain aaaaa.com. The main user name for this domain, i.e., the Main Account under Mail Account Maintenance, is aaaaa. Things worked fine before the server crashed a month ago and they did a restore onto a backup server. The problem is that any mail to the aaaaa mailbox is bounced and the error is host aaaaa.com[ip address] said: 451 Temporary local problem - please try later (in reply to RCPT TO command).

    I have sent mail from my normal ISP as well as 2 different web based accounts I have. None of the mail goes through, sometimes I get the above error msg, sometimes I get nothing back.

    Initially the aaaaa mailbox was the default mailbox so I wasn't getting any mail; I did not have any extra users/mailboxes or forwarders set up. I set up another user on the domain, call it bbbbb. Mail to bbbbb@aaaaa.com goes through fine. I made bbbbb the default mailbox and now I am getting mail, it comes through the bbbbb mailbox. But if I send mail to aaaaa@aaaaa.com I still get the 451 error.

    If I create a mail forwarder in cPanel so that aaaaa@aaaaa.com is forwarded to bbbbb@aaaaa.com then mail to aaaaa@aaaaa.com goes through and is received at bbbbb@aaaaa.com. If I remove the forwarder then I am back where I started where mail to aaaaa@aaaaa.com does not go through.

    On dnsstuff.com there's an email test tool. If I enter address aaaaa@aaaaa.com then it says aaaaa.com - [Could not connect: Got an unknown RCPT TO response: 451 Temporary local problem - please try later
    ] If I enter address bbbbb@aaaaa.com then it says aaaaa.com. - [Successful connect: Got a good response [250 Accepted]]

    The problem seems to be related to the mailbox named aaaaa. Since this is the Main Account mailbox, I cannot remove or change it. At least, if I can remove or change it, I do not know how. I have asked my host if I can remove or change it from cPanel and they did not answer.

    Early on my host suggested it was a problem with my ISP. I don't see how since mail I sent from 3 sources yields the same results. Plus consider the results from dnsstuff.com. Plus consider that if I create the forwarder for aaaaa@aaaaa.com then it goes through.

    I've seen a number of posts on 451 errors referring to something to do with DNS lookups on the sender. I don't think that's the issue either since mail to bbbbb@aaaaa.com goes through, as well as mail going through with the forwarder created.

    I found a couple of posts suggesting that the domain aaaaa.com is missing from /etc/localaliases. I don't have access to this file to check. But, if the entry is missing, would mail to bbbbb@aaaaa.com still go through? Seems to me that it would not, but I do not know.

    I have seen posts on 451 errors mentioning problems with MX records. Again, I do not see how since mail to bbbbb@aaaaa.com goes through, as well as it going through with the forwarder in place. But if someone can tell me otherwise, then please explain.

    I don't know of anything to check in my cPanel or files that could be causing this, unless it's some type of missing file, directory, or bad permissions that I don't know about. Everything looks in place, but I confess that I might not know what to look for. As I said, the only thing I can look at is what my cPanel allows me to look at, plus what I can look at with ftp, but that basically amounts to the same thing as far as the files and folders are concerned.

    I hope my description of the symptoms makes sense. Does anyone have any ideas as to what could be causing this error with these symptoms? Am I maybe missing a file/directory/permission related to the aaaaa mailbox that I might be able to check and correct myself? Or is it likely some config file or permission on the server somewhere that I have to get the host to check, and if so, an idea of what or where to look would help as I could try to get them to check it.

    Thanks for any help.

  2. #2
    Registered User
    Join Date
    Aug 2004
    Posts
    3

    Default

    What? All that brain power out there and nobody has any ideas on this? Maybe that's why I can't get the host to fix it, nobody knows what might be causing this problem. I hate to just punt, but it looks like I might have to.

  3. #3
    Member sawbuck's Avatar
    Join Date
    Jan 2004
    Posts
    1,313
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Post some domain info so we can check your DNS.

  4. #4
    Registered User
    Join Date
    Aug 2004
    Posts
    3

    Default

    Quote Originally Posted by sawbuck
    Post some domain info so we can check your DNS.
    Please explain why DNS might be an issue if mail to bbbbb@aaaaa.com goes through as well as if I create a forwarder for aaaaa@aaaaa.com to go to bbbbb@aaaaa.com then it goes through as well? If there were a DNS problem then these would have problems as well.

    Also, I just got some new info -- the hosted domain that is having the problem is actually a domain/account I set up in a reseller account that I have on the server.

    The hosting provider set up my reseller account with a main domain and it appears that the main account mailbox for that domain has the same 451 error problem.

    Also, I created an entirely new site in my account. Using the email test in dnsstuff.com I used the new main account name at serverx.hostname.com and it gives the same 451 error. I set up the same account on another cpanel server and the dnsstuff.com email test works. Note that by using the server and host name for the email address I don't have to wait for any DNS propogations for the new domain to take place. The serverx.hostname.com address is a synonym for the actual email address using the domain name.

    So it appears that any new account I set up in my reseller account will have this same 451 error with its default main account mailbox.

    Does this give any clues as to the problem? I think this test eliminates anything to do with DNS.

  5. #5
    Member
    Join Date
    Oct 2002
    Posts
    49

    Default

    Hi

    I have had the same error message 451. I belive the error can come of many reasons, but mine was wrong path to clamd emailscanner.

    Before this, I reinstalled exim, checked dns, fixperms, fixndc etc. When I checked the /var/log/exim_paniclog:
    2004-09-11 13:02:57 1A65ej-23444-Bp malware acl condition: clamd: unable to connect to UNIX socket /var/run/clamav/clamd (Connection refused)

    In the exim_configuration editor in WHM, I removed:
    av_scanner = clamd:/var/run/clamav/clamd

    When I removed this line, everything worked again.

  6. #6
    Member
    Join Date
    Jun 2003
    Posts
    14

    Default

    Does seem to be a problem with clamav

  7. #7
    Member
    Join Date
    Sep 2003
    Posts
    199

    Default

    In the exim_configuration editor in WHM, I removed:
    av_scanner = clamd:/var/run/clamav/clamd

    I just changed mine to:
    av_scanner = clamd:/var/clamd

    being that is where I found the clamd file. the other directory was no existant. This has resolved 451 temporary issue... all is working great now! thanks for the tid bit....!!!

  8. #8
    Member
    Join Date
    Sep 2003
    Posts
    8

    Default

    Thnx Lestat

    Almost the same thing here, mine was:
    av_scanner = clamd:/tmp/clamd


    Changed to:
    av_scanner = clamd:/var/clamd

    As you did and it worked just great

  9. #9
    Member
    Join Date
    Sep 2003
    Posts
    199

    Default

    excellent...

  10. #10
    Member
    Join Date
    Jul 2004
    Posts
    41

    Thumbs up Thanks...

    I just installed the ClamAV connector this morning and had the same problem. I think it was because I had ClamAV already installed manually and did not uninstall it first. After uninstalling the old one and changing the path to clamd, everything works.
    Thanks for posting the answer before I needed it!

    Patrick

    P.S. This might make a good Sticky topic!

  11. #11
    Member This forum account has been confirmed by cPanel staff to represent a vendor.
    Join Date
    Apr 2004
    Posts
    621

    Default Addition.

    We had the same problem.
    While we had the correct paths for ClamAV (manually installed) clamd actually not running.
    ps ax |grep clamd
    shows that clams not running.

    Reinstalling ClamAV helps.
    Reliable web-hosting, good resellers plans, web-design.
    ISProHosting.com

  12. #12
    cPanel Partner NOC cPanel Partner NOC Badge cyon's Avatar
    Join Date
    Jan 2003
    Posts
    323

  13. #13
    Member
    Join Date
    Apr 2003
    Location
    Auckland, New Zealand
    Posts
    172

    Default

    cPanel just updated to exim 4.44.0 tonight and we started receiving the error messages...after tail logs we found the issue was with one of the ACL's we had for SPAM checking.

    ###### ACL for SURBL

    deny set acl_m1 = ${perl{surblspamcheck}}
    message = Message contains blacklisted domain $acl_m1. See http://www.surbl.org/lists.html. (Rule 21)
    log_message = Message contains blacklisted domain $acl_m1. See http://www.surbl.org/lists.html. R=$recipients (Rule 21)
    condition = ${if eq {$acl_m1}{false} {no}{yes} }

    ##### end of SURBL acl

    After removing the ACL everything went back to normal...the ACL was working 100% before the new Exim upgrade. Will contact the author of the ACL and SURBL and see if they are going to update to accommodate the exim changes.

    Hope that helps anyone who has just noticed the same thing happening today

  14. #14
    Member
    Join Date
    Mar 2002
    Posts
    175

    Default

    I had the same thing and it was a forwarder set up to send bob@domain.com --> domain.com (no valid address)

    tail -f /var/log/exim_mainlog

    and send mail to bob and watch the error get displayed in real time.

  15. #15
    Registered User
    Join Date
    Nov 2001
    Posts
    2

    Default

    I tried all of the above, the only thing to fix me was the
    Changed to:
    av_scanner = clamd:/var/clamd

Similar Threads & Tags
Similar threads

  1. 451 Temporary local problem - please try later
    By zenid in forum E-mail Discussions
    Replies: 17
    Last Post: Yesterday, 05:16 AM
  2. 451 Temporary local problem - please try later
    By Deker in forum E-mail Discussions
    Replies: 4
    Last Post: 02-14-2012, 01:48 PM
  3. SMTP 451 error: Temporary local problem - please try later
    By toskydao in forum New User Questions
    Replies: 3
    Last Post: 07-18-2011, 10:48 AM
  4. 451 Temporary local problem - please try later
    By PCZero in forum E-mail Discussions
    Replies: 3
    Last Post: 02-04-2008, 09:09 AM
  5. 451 Temporary local problem
    By bigman in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 04-11-2005, 11:21 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube