[Dovecot] Authenfication on 2 databases

LeeJaY leejay at libremail.net
Fri Sep 9 14:06:42 EEST 2005


Hello,

I have 2 databases MySQL. I would like to do that:

If the user does not existe in the first base, it goes in the second
database.

my configuration 

auth default {
        mechanisms = plain
        passdb sql {
                args = /etc/dovecot-sql-1.conf
        }

        passdb sql {
               args = /etc/dovecot-sql-2.conf
        }

        userdb sql {
                args = /etc/dovecot-sql-1.conf
        }

        userdb sql {
               args = /etc/dovecot-sql-2.conf
        }
}

but it don't work, my version est 1.0.alpha1

if you not understand this message, i am sorry, my english is bad


More information about the dovecot mailing list