Displaying 1 result from an estimated 1 matches for "idmgmt".
2011 Sep 10
5
mysql auth failover failing
...up = postfix
mode = 0660
user = postfix
}
user = postfix
}
ssl = no
userdb {
driver = passwd
}
---------------------------------------
With an sql config of:
-------------------------
driver = mysql
connect = host=mysql-1.unx.csupomona.edu host=mysql-2.unx.csupomona.edu
dbname=idmgmt user=postfix password=XXXXXXX
default_pass_scheme = PLAIN
password_query = XXXXXXXXX
-------------------------
According to the sample SQL configuration file "HA / round-robin
load-balancing is supported by giving multiple host settings, like:
host=sql1.host.org host=sql2.host.org".
H...