Thank you for clearing that up. Since this client I have is having trouble and I am trying to determine if the clients IP is the one generating these log entries do you think these to settings will give me more info in the logs for smtpd related data ?
debug_peer_level (x) and debug_peer_list (y) thank you. -ANGELO FAZZINA ang...@uconn.edu University of Connecticut, ITS, SSG, Server Systems 860-486-9075 -----Original Message----- From: owner-postfix-us...@postfix.org <owner-postfix-us...@postfix.org> On Behalf Of Viktor Dukhovni Sent: Thursday, November 21, 2019 11:07 AM To: Postfix users <postfix-users@postfix.org> Subject: Re: looking for a little documentation please > On Nov 21, 2019, at 10:54 AM, Fazzina, Angelo <angelo.fazz...@uconn.edu> > wrote: > > ov 21 09:00:15 mail5 postfix/smtpd[31265]: lost connection after CONNECT from > unknown[unknown] > Nov 21 09:00:15 mail5 postfix/smtpd[31265]: disconnect from unknown[unknown] The connection was lost right after it was established, before the client sent any SMTP commands, and indeed the client had already reset the connection by the time smtpd(8) accepted it, so that even the client's IP address was no longer available. > that PID 31265 was running along happily processing mail from one IP over > port 25 cuz > that IP is in the mynetworks setting. Then those 2 lines and that pid is not > seen again. The previous connection is unrelated. > Is the 1st line reporting the result of the HELO/EHLO command ? No. -- Viktor.