Birta Levente: > > This turns out to be problematic, so I won't change this for now. > > Postfix should probably throttle destinations that persistently > > drop connections after deferring mail. It is a strong hint that the > > SMTP client is not welcome. > > Just for confirmation: 20140223 should be work the same way as 20140109?
With mail newer than $minimal_backoff_time it behaves like 20140109. The changes of 20140209 only happen with older mail. I tried many different solutions over several days before settling on this one. > Beside that how about throttling down other way: > If I made a script to somehow watch the deferred queue ... with qshape I > think, then update the transport map, which is in lmdb and defer > instantly without trying to deliver. > Then, after $minimal_backoff_time, change back the transport map. I guess one could do that, but it does not scale well because it requires a babysitter. Like the other thread, this requires a better way to handle persistent (TLS or other) soft errors. Wietse