Displaying 1 result from an estimated 1 matches for "oldserver2".
Did you mean:
oldserver
2018 Nov 13
1
Proxy + 2x static passdb not working as expected
...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
oldserver2.example.com can login.
I've done the same with SQL passdb first + static passdb second. That
worked as expected. Not...