Skip to main content

SMTP connection closed by QUIT

Comments

3 comments

  • ruzbehraja
    Which error are you referring to? Are mails not getting delivered? Whatever it is outputting is normal behaviour. After the end of an SMTP "conversation" the connection is deliberately closed by issuing a QUIT command.
    Escape character is '^]'. 220-d1.demo.xyz ESMTP Exim 4.87 #1 Fri, 26 Aug 2016 08:22:28 -0400 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.

    The above is also a normal welcome message. Did the mail in question not get delivered? If so, what was the bounce message like?
    0
  • ivspassov
    I manage to figure it out, my VPS provider is blocking "outgoing" email ports on a "router level" . p.s. When i was posting the topic i wasn't allowed to edit it, that's why i'm missing the actual error. :
    2016-08-26 12:43:56 exim 4.87 daemon started: pid=6109, -q1h, listening for SMTP on port 25 (IPv6 and IPv4) port 587 (IPv6 and IPv4) and for SMTPS on port 465 (IPv6 and IPv4) 2016-08-26 12:43:56 cwd=/var/spool/exim 2 args: /usr/sbin/exim -q 2016-08-26 12:43:56 Start queue run: pid=6110 2016-08-26 12:44:03 1bdJc8-0001Bd-Va H=gmail-smtp-in.l.google.com [173.194.200.27] Connection refused 2016-08-26 12:44:04 1bdJc8-0001Bd-Va H=alt1.gmail-smtp-in.l.google.com [173.194.219.26] Connection refused 2016-08-26 12:44:04 1bdJc8-0001Bd-Va == demodemo@gmail.com R=dkim_lookuphost T=dkim_remote_smtp defer (111): Connection refused
    0
  • cPanelMichael
    Hello, I'm happy to see you were able to determine the cause of the problem. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.