Community Forums
Connect with us on LinkedIn
  
+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Member
    Join Date
    Aug 2004
    Posts
    22

    Default Mail issue

    Hi,

    We have a FreeBSD 4.7 server on which Cpanel (CURRENT 10.2.0-c89) is ruunning. Mail server is Exim version 4.51. We are facing a weired mail issue on our server. Our server won't accept any mails from certain domains. Please note the following log; when we tried to send a mail to our server from another server.
    ---------------------------------------------------------------------------------------------------
    mail -v test@domain.com
    Subject: Test
    Test mail from admin
    Cc:
    LOG: MAIN
    cwd=/root 4 args: send-mail -i -v test@domain.com
    LOG: MAIN
    <= root@x.otherdomain.com U=root P=local S=346 T="Test"
    root@one [~]# LOG: MAIN
    cwd=/var/spool/exim 4 args: /usr/sbin/exim -v -Mc 1Dg0sA-00011K-Ua
    delivering 1Dg0sA-00011K-Ua
    LOG: retry_defer MAIN
    == test@domain.com R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host

    -----------------------------------------------------------------------------------------------------

    We are also getting panic logs in /var/log/messages as shown below.

    Jun 8 06:41:09 home /kernel: pid 84328 (exim-4.51-0), uid 26: exited on signal 11
    Jun 8 06:41:09 home /kernel: pid 84329 (exim-4.51-0), uid 26: exited on signal 11
    Jun 8 06:41:10 home /kernel: pid 84330 (exim-4.51-0), uid 26: exited on signal 11
    Jun 8 06:41:15 home /kernel: pid 84331 (exim-4.51-0), uid 26: exited on signal 11
    Jun 8 06:41:49 home /kernel: pid 84344 (exim-4.51-0), uid 26: exited on signal 11
    Jun 8 06:44:36 home /kernel: pid 84408 (exim-4.51-0), uid 26: exited on signal 11

    Any help will be appreciated.

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

    Default

    Install fresh copy of Exim on your server. Double check on the DNS and NSs and make sure they are configured properly. I could be wrong, but sig 11 could be: a sign of a bad hardware, or memory problem.
    Andy Reed
    RHCE and CCNA
    ServerTune.com

  3. #3
    Member
    Join Date
    Aug 2004
    Posts
    22

    Default

    Thanks for looking into it Andy.. I had already reinstall the Exim.( /scripts/updatenow &&
    /scripts/eximup --force). But still no luck :-(

    Those panic messages will stop when we stop the named. Any idea ???

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

    Default

    As I said, you need to double check on your DNS and zones. Running a couple of commands won't fix the problem, sometimes. If you run out of ideas, hire a sys admin. We can help.
    Andy Reed
    RHCE and CCNA
    ServerTune.com

  5. #5
    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

    Yes, it's usually either a DNS issue, or they're falling foul of sender verification if you have that enabled.
    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

  6. #6
    Member
    Join Date
    Aug 2004
    Posts
    22

    Default

    Hi Chirpy thanks for looking into it. We have double checked the DNS entries. It resoves fine from both inside and outside the server. I forgot to mention one thing that this server accepts mail from yahoo and gmail. But fails to accepts from certaine servers. This is the error that we get when we send mail from another server.

    ---------------------------------------------------------------------------------------------
    LOG: retry_defer MAIN
    == test@domain.com R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host
    -------------------------------------------------------------------------------------------------

  7. #7
    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

    Another thing to check is whether you have a reverse DNS PTR entry for your servers main IP address. That is, if you run the following substituting in your IP address, do you get a response other than just an SOA entry:

    dig -x 11.22.33.44
    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

  8. #8
    Member
    Join Date
    Aug 2004
    Posts
    22

    Default

    Yes we do have that.

    -------------------------------------------------
    dig -x 69.50.xx.xx

    ; <<>> DiG 9.2.3 <<>> -x 69.50.xx.xx
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42272
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;xx.xx.50.69.in-addr.arpa. IN PTR

    ;; ANSWER SECTION:
    xx.xx.50.69.in-addr.arpa. 3587 IN PTR 69.50.xx.xx.ip.abc.com.

    ;; AUTHORITY SECTION:
    xx.50.69.in-addr.arpa. 3587 IN NS ns1.abc.com.
    xx.50.69.in-addr.arpa. 3587 IN NS ns2.abc.com.

    ;; Query time: 409 msec
    ;; SERVER: 67.xx.xx.xx#53(67.xx.xx.xx)
    ;; WHEN: Fri Jun 10 06:15:16 2005
    ;; MSG SIZE rcvd: 123
    -----------------------------------------------------------------------------------

Similar Threads & Tags
Similar threads

  1. Spam Mail issue (thousands of emails in mail queue)
    By zerokarma in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-18-2011, 09:46 AM
  2. HTML mail issue - Webmail Issue
    By kebirhost in forum New User Questions
    Replies: 0
    Last Post: 07-19-2010, 07:28 AM
  3. mail issue
    By ronyodish in forum New User Questions
    Replies: 2
    Last Post: 01-16-2007, 09:56 PM
  4. mail issue...
    By firedragon in forum New User Questions
    Replies: 4
    Last Post: 07-12-2006, 03:01 PM
  5. E-Mail Issue
    By u-hosts in forum New User Questions
    Replies: 2
    Last Post: 05-25-2006, 11:19 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube