Hi
Is it possible to use two hosts entries in the map in case of failure of the first one, the second server will be asked
Is it possible to use two hosts entries in the map in case of failure of the first one, the second server will be asked
I know I can use haproxy but is there anything simpler?
Ile:
# virtual_domain_maps.cf
user = postfix
password = $password
dbname = postfix
hosts = 10.10.10.1
hosts = 10.10.10.2
query = SELECT domain FROM vmail WHERE .....
