Displaying 1 result from an estimated 1 matches for "oldserver1".
Did you mean:
oldserver
2018 Nov 13
1
Proxy + 2x static passdb not working as expected
...at authenticates the user against
two backend servers. If login server1 fails, server2 should be tried.
The problem: Only the first server seems to be tried, even if the login
fails.
Config snippet:
protocol imap {
passdb {
driver = static
args = proxy=y nopassword=y host=oldserver1.example.com port=993
ssl=y
}
passdb {
driver = static
args = proxy=y nopassword=y host=oldserver2.example.com port=993
ssl=y
}
}
With this config, only accounts on oldserver1.example.com can login. If
I reverse the two passdb entries, only accounts on
oldserver...