Wietse Venema: > In that case the syntax would be: > > cache:!memcache:/etc/postfix/whatever!0:pipeline:.... > > There should be a "source" feature in the memcache client that is > like a read-only version of "backup". Then, one could say: > > /etc/postfix/main.cf: > whatever = ... memcache:/etc/postfix/whatever ... > > /etc/postfix/whatever: > source = pipeline:....
This is not needed. When a Postfix memcache is opened read-only, the backup database is accessed in read-only mode, and it is accesed only when information is not found in the cache. Thus: /etc/postfix/main.cf: whatever = ... memcache:/etc/postfix/whatever ... /etc/postfix/whatever: backup = (pipeline or table) should already work for read-only applications. Wietse