I am trying to setup key lookup with the behaviour that even if the TCP server is down the hash table lookup will proceed. However, from the postfix logs I see that when the TCP server is down, there are multiple retries to the TCP server and then the attempt is aborted. Is there a way to set this up so that the hash table acts as a fallback?
virtual_alias_maps = tcp:localhost:12345,hash:/etc/postfix/virtual -- Atnakus Arzah <atnakus.ar...@gmail.com> When in doubt, have a cookie!