Home |
Comics |
Gallery |
(Amazon|
ThinkGeek) wishlist |
Donations |
Impressum |
The Book of Postfix |
Postfix - Einrichtung, Betrieb und Wartung |
Blog
What is lost connection after CONNECT from unknown[unknown]?
Log entries like these:
Jun 13 20:25:10 v554 postfix/smtpd[22126]: lost connection after CONNECT from unknown[unknown]
Jun 13 20:25:10 v554 postfix/smtpd[22126]: disconnect from unknown[unknown]
Jun 13 20:25:33 v554 postfix/smtpd[22126]: connect from unknown[unknown]
Jun 13 20:25:33 v554 postfix/smtpd[22126]: lost connection after CONNECT from unknown[unknown]
Jun 13 20:25:33 v554 postfix/smtpd[22126]: disconnect from unknown[unknown]
indicate that the client disconnects before Postfix handles the connection.
The kernel threw away the endpoint information when the client
disconnected -- and before Postfix had time to handle the connection.
This could also be a symptom of doing too much before-queue
processing: When Postfix falls behind, established connections
accumulate in the kernel, and clients disconnect after timeout while
waiting for the SMTP server to respond.
In other words, those log entries are very unlikely to be
seen for legitimate clients - unless there's something in
front of Postfix which somehow handles the connection before
Postfix can accept it.
© by Ralf Hildebrandt
This document contains links to external information sources that I do
neither monitor nor control. I explicitly disclaim any liabilities in
respect to external references.
You are getting this document without any guarantees. Any methods
shown above are meant as demonstration and may be wrong in some place.
You may damage your system if you try to follow my hints and
instructions. You do this at your own risk!
|
|
|

|
|
This file was last modified 04. Aug 2007 by root