Hi all,
I'm trying to setup a Dovecot proxy that 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 oldserver2.example.com can login.
I've done the same with SQL passdb first + static passdb second. That worked as expected. Not sure what I'm doing wrong here.
Attached is the output of doveconf -n
Thanks
Michael
Mit freundlichen Grüßen
Michael Goth
.webflow GmbH
Geschäftsführer: Andreas Schrei Wasserburger Straße 4 D - 83352 Altenmarkt a. d. Alz
Amtsgericht Traunstein HRB 18537
E-Mail: mg@webflow.de Tel: +49 (0) 8621 - 99989 - 26 Fax: +49 (0) 8621 - 99989 - 28 Web: www.webflow.de