Ralf Hildebrandt: > > Once a delivery agent responds, it receives the delivery request, > > and that is the start of delivery. You can see this only by turning > > on verbose logging. > > OK, thought so. > > > The delivery request contains among many things hints whether to > > try to save/reuse a connection, but it is up to the delivery agent > > to either ignore that hint (local(8) and pipe(8) don't reuse) or > > to pay attention to that hint (as smtp(8) does). > > Which log entry in the verbose log would I be looking for?
grep deliver_request Wietse