Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 16
  1. #1
    Member
    Join Date
    Dec 2003
    Posts
    114

    Default Incoming email problem

    Hello,

    I have a very strange problem happening on my server.

    I am able to send an email out to recipient 'abc' (and he receives it properly)... but when 'abc' replies to the message, I don't actually receive it.

    Here is what I did to figure out that there was a problem: I created a netscape.net webmail account and I've been sending emails back and forth from that account to the account on my server. Netscape always receives my mail BUT when I check my inbox (on my server), I only get a few messages back! Instinctively, I checked my Netscape account to see if there were any error messages bounced back... but there were none. I even checked the exim & mail logs on my server but there was no indication of anything going wrong.

    I am running FC2 with MailScanner (chirpy's script).

    Is there any way of tracing what the heck is happening???

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

    When you say you checked the mail logs, did you actually see the email coming into the server and being processed? If not, you should run:

    tail -f /var/log/exim_mainlog

    Then send the email and watch what happens in the exim log and post it here.
    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

  3. #3
    Member
    Join Date
    Dec 2003
    Posts
    114

    Default

    Quote Originally Posted by chirpy
    When you say you checked the mail logs, did you actually see the email coming into the server and being processed? If not, you should run:

    tail -f /var/log/exim_mainlog
    That's just it. I tailed -f /var/log/exim_mainlog and waited to see the usual <= & => messages but nothing came... but on Netscape's end, everything seems to have been delivered fine...

    Any thoughts?

  4. #4
    Member
    Join Date
    Dec 2003
    Posts
    114

    Default

    Quote Originally Posted by lamp
    That's just it. I tailed -f /var/log/exim_mainlog and waited to see the usual <= & => messages but nothing came... but on Netscape's end, everything seems to have been delivered fine...

    Any thoughts?
    To be more precise here is exactly what I did:

    1. tail -f /var/log/exim_mainlog
    2. Opened the netscape webmail and sent an email to name@mydomain.com

    Waited to see if anything would happen in tail... but nothing.

    3. Checked if Netscape received any bounces or failure notices... but there was nothing.
    4. Checked the sent-mail folder in Netscape and confirmed that the email was sent to the right address

    Waited to see if anything would happen in tail... but nothing.

    I repeated the steps above 6 times... each email with a different subject line ("test 1...6") and I got 4 of them. What happened to the other 2... I don't have a clue and there is absolutely nothing in the logs... at a loss here.

    Could it be that somehow the messages are silently being dropped?

    When I do top & ctrl-M I don't see any high server load or any crazy number of processes sucking resources. I do see 4 MailScanners at the top of the list... but that's normal.
    Last edited by lamp; 05-19-2005 at 02:17 PM.

  5. #5
    Member liquidcherry's Avatar
    Join Date
    Jan 2004
    Posts
    63

    Default same here!!!!

    hi ,

    i have a similar problem with my server, one account on it cannot receive emails (since 2 days) but can still send!
    Even my Provider couldn't help me so far :-(
    I havent any problem with my other domains, send and receive works fine.
    No changes where made on the server (except the daily ucpc cron what is running nightly)
    Chirpy gave me some valued tips, but nothing helped so far....

    Any idea folks?

    tia

    Frank

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

    If you're seeing nothing at all in the exim_mainlog for an SMTP transaction, then the mail isn't getting anywhere near the server which would suggest a DNS problem.
    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

  7. #7
    Member
    Join Date
    Dec 2003
    Posts
    114

    Default

    Quote Originally Posted by chirpy
    If you're seeing nothing at all in the exim_mainlog for an SMTP transaction, then the mail isn't getting anywhere near the server which would suggest a DNS problem.
    A DNS problem? Damn. This is going to be difficult to debug since it is happening sporadically.

  8. #8
    Member liquidcherry's Avatar
    Join Date
    Jan 2004
    Posts
    63

    Default my problem is solved!

    hey guys,

    just want to let you know that my problem with receiving mails, is resolved.
    I disabled Spamassasin and the prob was gone
    But why this happened all of the sudden??
    I have nooooo idea.....


    cheers

    Frank

  9. #9
    Registered User
    Join Date
    Jun 2005
    Posts
    4

    Default what to do

    [root@storm:/var/log] tail -f /var/log/exim_mainlog
    tail: /var/log/exim_mainlog: No such file or directory

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

    Seems like exim isn't installed and so has nothing at all to do with this thread.

    Try the steps in this post:
    http://forums.cpanel.net/showpost.ph...42&postcount=2
    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

  11. #11
    Registered User
    Join Date
    Jun 2005
    Posts
    4

    Default

    Quote Originally Posted by chirpy
    Seems like exim isn't installed and so has nothing at all to do with this thread.

    Try the steps in this post:
    http://forums.cpanel.net/showpost.ph...42&postcount=2
    exim started ok
    [root@storm:/var/log] tail -f /var/log/exim_mainlog
    tail: /var/log/exim_mainlog: No such file or directory
    [root@storm:/var/log] tail -f /var/log/exim_mainlog
    tail: /var/log/exim_mainlog: No such file or directory
    [root@storm:/var/log]

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

    What OS are you running?
    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

  13. #13
    Registered User
    Join Date
    Jun 2005
    Posts
    4

    Default

    FreeBSD 4.* STABLE

  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

    Then your log files for exim are in /var/log/exim/mainlog You only had to have an actual look in the /var/log directory tree to find them.
    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
    Registered User
    Join Date
    Jun 2005
    Posts
    4

    Default

    [root@storm:/var/log] tail -f /var/log/exim/mainlog
    2005-06-18 12:57:42 1DjUpI-0007Zu-1l Message is frozen
    2005-06-18 12:57:42 End queue run: pid=30968
    2005-06-18 12:59:22 1DjVQQ-00084U-6J <= admin@yourdomain.com U=admin P=local S=713 id=2291.62.215.85.128.1119070762.squirrel@goldenshells.com
    2005-06-18 12:59:22 1DjVQQ-00084U-6J lowest numbered MX record points to local host: goldenshells.com
    2005-06-18 12:59:22 1DjVQQ-00084U-6J == admin@goldenshells.com R=lookuphost defer (-1): lowest numbered MX record points to local host
    2005-06-18 12:59:22 1DjVQQ-00084U-6J Frozen
    2005-06-18 13:03:38 1DjVUY-00086E-Bo <= admin@yourdomain.com U=admin P=local S=721 id=2321.62.215.85.128.1119071018.squirrel@goldenshells.com
    2005-06-18 13:03:38 1DjVUY-00086E-Bo lowest numbered MX record points to local host: goldenshells.com
    2005-06-18 13:03:38 1DjVUY-00086E-Bo == admin@goldenshells.com R=lookuphost defer (-1): lowest numbered MX record points to local host
    2005-06-18 13:03:38 1DjVUY-00086E-Bo Frozen


    please reply me ASAP
    Last edited by chicano; 06-18-2005 at 02:30 PM.

Similar Threads & Tags
Similar threads

  1. Incoming/Outgoing email copy
    By crazyaboutlinux in forum E-mail Discussions
    Replies: 15
    Last Post: 09-12-2010, 07:59 AM
  2. Monitor All Incoming/Outgoing Email
    By viustas in forum E-mail Discussions
    Replies: 2
    Last Post: 02-06-2010, 07:32 AM
  3. Copy all incoming email
    By rushman in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 02-01-2007, 07:08 AM
  4. All incoming email fails in Exim
    By parish in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 09-05-2005, 03:53 PM
  5. Horde Incoming eMail not working
    By gaaren in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 06-23-2004, 05:23 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube