Displaying 1 result from an estimated 1 matches for "371802".
Did you mean:
371805
2005 Sep 23
2
Multiple authentication databases
Hello,
I'm trying to setup multimple auth. databases with Dovecot 1.0 alpha2.
I wrote in dovecot.conf next lines
(as was described at http://wiki.dovecot.org/moin.cgi/MultipleAuth)
auth_debug = yes
auth_verbose = yes
auth default {
mechanisms = plain
user = root
passdb sql {
args = /usr/local/dovecot/etc/dovecot-mysql.conf
}
passdb pam