Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Member bmcpanel's Avatar
    Join Date
    Jun 2002
    Posts
    546

    Default Exim - remote_smtp defer -- Help!

    A customer contacted me today and told me his mail is not making it to on particular person he sends to on a regular basis. He says the person he sends to reports that he is receiving mail from other people, just not from my customer.

    I found the message in the exim queue and tried to send it using the WHM. Below is the info that was printed to the screen. Sending does fail. Can someone tell me what might be going on? Thanks.
    -----------------------------------------------
    Message 1IQNqz-0001T6-GC is not frozen
    delivering 1IQNqz-0001T6-GC
    Connecting to mail-fwd.g14.rapidsite.net [128.121.85.2]:25 ... connected
    SMTP<< 220 mx29.mlpsca01.us.mxservers.net ESMTP mxl_mta-1.3.8-10p4; Fri, 31 Aug 2007 14:00:56 -0400 (EDT); NO UCE
    SMTP>> EHLO ns.myserver.net
    SMTP<< 250-mx29.mlpsca01.us.mxservers.net
    250-SIZE 0
    250 PIPELINING
    SMTP>> MAIL FROM:<Virgil@mycustomersite.com> SIZE=490232
    SMTP>> RCPT TO:<something@issrating.com>
    SMTP>> DATA
    SMTP<< 250 Sender Ok
    SMTP<< 250 something@issrating.com ok (normal)
    SMTP<< 354 Start mail input; end with <CRLF>.<CRLF>
    SMTP>> writing message and terminating "."
    LOG: MAIN
    Remote host mail-fwd.g14.rapidsite.net [128.121.85.2] closed connection in response to sending data block
    LOG: MAIN
    == something@issrating.com R=lookuphost T=remote_smtp defer (-18): Remote host mail-fwd.g14.rapidsite.net [128.121.85.2] closed connection in response to sending data block

  2. #2
    Member bmcpanel's Avatar
    Join Date
    Jun 2002
    Posts
    546

    Default

    Quote Originally Posted by bmcpanel View Post
    A customer contacted me today and told me his mail is not making it to on particular person he sends to on a regular basis. He says the person he sends to reports that he is receiving mail from other people, just not from my customer.

    I found the message in the exim queue and tried to send it using the WHM. Below is the info that was printed to the screen. Sending does fail. Can someone tell me what might be going on? Thanks.
    -----------------------------------------------
    Message 1IQNqz-0001T6-GC is not frozen
    delivering 1IQNqz-0001T6-GC
    Connecting to mail-fwd.g14.rapidsite.net [128.121.85.2]:25 ... connected
    SMTP<< 220 mx29.mlpsca01.us.mxservers.net ESMTP mxl_mta-1.3.8-10p4; Fri, 31 Aug 2007 14:00:56 -0400 (EDT); NO UCE
    SMTP>> EHLO ns.myserver.net
    SMTP<< 250-mx29.mlpsca01.us.mxservers.net
    250-SIZE 0
    250 PIPELINING
    SMTP>> MAIL FROM:<Virgil@mycustomersite.com> SIZE=490232
    SMTP>> RCPT TO:<something@issrating.com>
    SMTP>> DATA
    SMTP<< 250 Sender Ok
    SMTP<< 250 something@issrating.com ok (normal)
    SMTP<< 354 Start mail input; end with <CRLF>.<CRLF>
    SMTP>> writing message and terminating "."
    LOG: MAIN
    Remote host mail-fwd.g14.rapidsite.net [128.121.85.2] closed connection in response to sending data block
    LOG: MAIN
    == something@issrating.com R=lookuphost T=remote_smtp defer (-18): Remote host mail-fwd.g14.rapidsite.net [128.121.85.2] closed connection in response to sending data block
    Desperation bump...

  3. #3
    Member nyjimbo's Avatar
    Join Date
    Jan 2003
    Location
    New York
    Posts
    1,105

    Default

    Well it looks like mail-fwd.g14.rapidsite.net may be implementing some kind of reject-spam-at-smtp-connect or something like it. Since they seem to not disconnect immediatly but rather at time of sending the message itself.

    Can you send an email from that same server to your clients intended remote receiver address as a test to see if it goes through.

    Also if you can get console on the server that is sending and then use it to telnet to the mail-fwd.g14.rapidsite.net 25 port see if it kills you off immediatly with a 421 or other "try again later" or if it will accept normal commands. But I kind of think it could be thinking the email is spam and disconnecting.
    "A dog has raised it’s hind leg on the age of nevermore !"
    -- Rolf

  4. #4
    Member bmcpanel's Avatar
    Join Date
    Jun 2002
    Posts
    546

    Default

    Quote Originally Posted by nyjimbo View Post
    Well it looks like mail-fwd.g14.rapidsite.net may be implementing some kind of reject-spam-at-smtp-connect or something like it. Since they seem to not disconnect immediatly but rather at time of sending the message itself.

    Can you send an email from that same server to your clients intended remote receiver address as a test to see if it goes through.

    Also if you can get console on the server that is sending and then use it to telnet to the mail-fwd.g14.rapidsite.net 25 port see if it kills you off immediatly with a 421 or other "try again later" or if it will accept normal commands. But I kind of think it could be thinking the email is spam and disconnecting.
    I noticed that also. The connection goes fine until the writing, which I assume is when the receiver server reads the content of the email. I am still working with the client to find out as much as possible about the reject on their end.

  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

    Quote Originally Posted by nyjimbo View Post
    But I kind of think it could be thinking the email is spam and disconnecting.
    That seems the most likely. It's almost definitely a problem at the other end of the SMTP connection.
    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 bmcpanel's Avatar
    Join Date
    Jun 2002
    Posts
    546

    Default

    Thanks for the replies. The problem cleared up today for some reason. Nothing changed on our end, so I can only assume the issue was on the other end and has been resolved.

Similar Threads & Tags
Similar threads

  1. remote_smtp defer (-53) & remote_smtp defer (110)
    By BianchiDude in forum New User Questions
    Replies: 5
    Last Post: 04-16-2007, 02:53 PM
  2. remote_smtp defer (110
    By adapter in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 01-29-2007, 11:48 AM
  3. remote_smtp defer (-44)
    By adapter in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 12-03-2006, 08:10 AM
  4. What does this mean? T=remote_smtp defer (-53): retry time not reached for
    By BianchiDude in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 08-08-2005, 01:18 PM
  5. remote_smtp defer (110)
    By claven177 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 07-26-2005, 01:20 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube