Stan Hoeppner:
> Wietse, I recall being part of a discussion quite some time ago, and I
> thought this had been worked out already, using proxymap. My
> recollection is really vague.
Your recollection is incorrect.
> What am I remembering, if not postscreen
> cache sharing between hosts?
This text:
--begin quote--
backup (default: undefined)
An optional Postfix database that provides persistent backup...
# Non-shared postscreen cache.
backup = btree:/var/lib/postfix/postscreen_cache_map
# Shared postscreen cache for processes on the same host.
backup = proxy:btree:/var/lib/postfix/postscreen_cache_map
Access to remote proxymap servers is under development.
--end quote--
Wietse