2012/2/10 Ralf Hildebrandt <ralf.hildebra...@charite.de>: > * Chris <xchris...@googlemail.com>: > >> > If you let the MX share one memcache instance, the second MX to >> > receive a connection will immediately accept it. Works like a charm >> > here. >> >> Okay, I see. That would be a solution. >> >> How did you realize that? > > On both my boxes I'm using: > postscreen_cache_map = memcache:/etc/postfix/memcache-postscreen_cache.cf > > containing: > > memcache = inet:mail.charite.de:11211 > # Non-shared postscreen cache. > backup = proxy:btree:/var/lib/postfix/postscreen_cache > > and on mail.charite.de I'm starting memcached like this: > /usr/bin/memcached -m 64 -p 11211 -u nobody -l 141.42.202.200
Ralf, that would be an acceptable solution for me. Thank you for that. -- Chris