Wietse Venema: > A Postfix process won't look up transport_maps if the same query > repeats, but when I look at the code, there is a 30-second time > limit on the reusing the cached response. Is that not sufficient?
Sorry, that is the resolve client cache, not the transport_map cache. But the result is that the transport map won't be queried for a repeated resolve client request, for 30s. Finally, the transport map lookup client caches the "*" result indefinitely. Wietse