On Mar 30, 2009, at 9:00 AM, Sebastian Chociwski wrote:
auth default {
passdb sql {
args = /etc/dovecot/dovecot-mysql.conf
}
userdb static {
args = uid=5000 gid=5000 home=/home/vmail/%d/%n allow_all_users=yes
}
}
auth secondary {
passdb sql {
args = /etc/dovecot/dovecot-mysql2.conf
}
userdb
Hello ,
I am forced to use 2 DBs to auth users. First one is for our CRM system
(new user=mail from him/her) , second is for other (cannot user CRM DB :( )
Postfix have no problem to deliver mails to both DBs but I've some
problems with reciveing mails from second (not CRM) DB.
The dovecot.con