micah anderson: > > I was talking about DIFFERENT hosts instead of repeating the same > > hostname in the Postfix config file. > > That makes sense. > > However, the mysql_table(5) doesn't specify in the MYSQL PARAMETERS > section that the 'hosts' parameter can take different ports. The
The name "hosts" suggests the possibility of more than one... hosts The hosts that Postfix will try to connect to and query from. Specify unix: for UNIX domain sockets, inet: for TCP connections (default). Example: hosts = host1.some.domain host2.some.domain hosts = unix:/file/name The hosts are tried in random order, [...] > I'm suspecting that the mysql client support would allow the > following to be valid: > > hosts = 127.0.0.1:3306 127.0.0.1:3307 That should work. The documentation fails to document the ":port" syntax. Wietse