On Friday, 29 March 2019 00:49:34 CET Wietse Venema wrote: > > This is a patch for LMTP connection reuse over UNIX-domain sockets. > > Bugfix (introduced: Postfix 3.0): LMTP connections over > UNIX-domain sockets were cached but not reused, due to a > cache lookup key mismatch. Therefore, idle cached connections > could exhaust LMTP server resources, resulting in two-second > pauses between email deliveries. This problem was investigated > by Juliana Rodrigueiro. File: smtp/smtp_connect.c. > > These diffs are identical except that in Postfix 3.4 some macros > were renamed to better match their purpose. > > Tested with Postfix 3.5. Please give it a try. > > wietse
There is a small problem in the 3.1-3.3.diff though. I believe the variable "dest" should actually be "path". I quickly tested with this modifications in postfix 3.3.2 and everything worked. Thank you a lot for the patch! Julie.