Displaying 3 results from an estimated 3 matches for "mysql_debord".
2005 Aug 26
0
Dovecot.1.0.alpha1+mysql+mysql
......] dovecot: auth-worker(default):
passdb_sql_init("/etc/dovecot/dovecot-mysql_django.conf")
[...] dovecot: auth-worker(default): now calling
sql_connect(passdb_sql_conn->db):
[...] dovecot: auth-worker(default):
passdb_sql_conn->config_path="/etc/dovecot/dovecot-mysql_debord.conf"
[...] dovecot: auth-worker(default):
passdb_sql_conn->set.connect="host=debord port=3306
dbname=posta_debord user=posta password=foobar"
[...] dovecot: auth-worker(default): driver_mysql_connect: host=debord,
user=posta, password=foobar.
[...] dovecot: auth-worker...
2005 Aug 25
0
[Fwd: Re:Dovecot] Finally PEBKAC was Failed authentication to a mysql database (bug or PEBKAC?)]
...). And more: if you put
password, you have to flush privileges. Finally PEBKAC :|
> > One more question: how I can specify more different mysql-db conteining
> > different users?
> > I try in the following way:
> > passdb sql {
> > args = /etc/dovecot/dovecot-mysql_debord.conf
> > }
> > passdb sql {
> > args = /etc/dovecot/dovecot-mysql_django.conf
> > }
>
> This should work. After trying to authenticate against the first one it
> should try the second. Although I'm not sure if I've tried two passdb
&...
2005 Aug 09
6
Failed authentication to a mysql database (bug or PEBKAC?)
Hello,
I'm trying to setup a mailserver running postfix and dovecot with mysql
as database backend. Postfix is already running and delivers mails just
fine. Unfortunately, dovecot has great problems connecting to the
database (using username + password). If I disable the password,
everthing works fine. But, thats harakiri, security wise ;-)
I tried dovecot-1.0-stable and the latest