Skip to main content

Rejection/bounce notice from server can't be delivered back to sender

Comments

3 comments

  • cPanelLauren
    I don't think the MAIL FROM has anything to do with this on my own server it does the same after the STARTTLS session: LOG: MAIN Sender identification U=mailnull D=-system- S=mailnull Connecting to gmail-smtp-in.l.google.com [172.217.197.26]:25 ... connected SMTP<< 220 mx.google.com ESMTP n197si10020737qke.28 - gsmtp SMTP>> EHLO server.myserver.us SMTP<< 250-mx.google.com at your service, [] 250-SIZE 157286400 250-8BITMIME 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-CHUNKING 250 SMTPUTF8 SMTP>> STARTTLS SMTP<< 220 2.0.0 Ready to start TLS SMTP>> EHLO server.myserver.us SMTP<< 250-mx.google.com at your service, [] 250-SIZE 157286400 250-8BITMIME 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-CHUNKING 250 SMTPUTF8 SMTP>> MAIL FROM:<> SIZE=4777 SMTP>> RCPT TO: SMTP>> DATA SMTP<< 250 2.1.0 OK n197si10020737qke.28 - gsmtp SMTP<< 250 2.1.5 OK n197si10020737qke.28 - gsmtp SMTP<< 354 Go ahead n197si10020737qke.28 - gsmtp SMTP>> writing message and terminating "." SMTP<< 550-5.7.1 [ 19] Our system has detected that this message is 550-5.7.1 likely suspicious due to the very low reputation of the sending 550-5.7.1 domain. To best protect our users from spam, the message has been 550-5.7.1 blocked. Please visit 550 5.7.1 https://support.google.com/mail/answer/188131 for more information. n197si10020737qke.28 - gsmtp SMTP>> QUIT SMTP(close)>>
    Now my mail was blocked but it's not because of the MAIL FROM: it's because google has decided for some reason my domain I'm using has poor sending reputation - most likely because this is a test server. The other error is a protocol error - the connection attempt being made during STARTTLS is using the SSLv2.3 protocol rather than a usable protocol (TLSv1.2) but it falls back to unencrypted
    0
  • swbrains
    Thanks. I guess the reason its seems odd to me is because in my case the final attempt that fails receives this response from the receiving server during delivery: SMTP>> MAIL FROM:<> SIZE=5104 SMTP<< 550 <> Sender rejected.
    which makes me think the receiving server really is rejecting the message because the sender is blank.
    0
  • cPanelLauren
    They just don't have a pretty rejection notice for the specific rejection they're providing you. Your sender is being rejected (but not for that reason) in my case the transaction is allowed to proceed. As you can see in my output it's identical for the sender: SMTP>> MAIL FROM:<> SIZE=4777 SMTP>> RCPT TO:
    The only difference being the rejection reason. While I can't be sure this is the case here there are quite literally servers that block bounces - based on the fact they're rejecting the specific email account it sounds like that's the case (and without the ability to attempt to connect to the server via telnet)
    0

Please sign in to leave a comment.