Phil Daws: > I have postscreen working fine, on localhost, with memcached though > am getting confused on how one sets it up for multi-server usage > ? We would like out two front-end MTAs to share any IPs that have > been added to the cache. How would we achieve this please ?
postscreen requires a *persistent* database. memcached can be used on top of a *persistent* database. memcached can be shared between between different hosts, but that is not enough. You need to share the persistent cache, too. postscreen does not support a *persistent* database that can be shared between different hosts. I haven't tried the Postfix memcache client against memcachedb. This might work, but it may not be fast enough. Wietse