Displaying 6 results from an estimated 6 matches for "userdb_warning_disable".
2020 May 17
2
iterate_query with static userdb ?
...e (https://wiki.dovecot.org/VirtualUsers#homedirs), tried to achieve a similar setup in conjunction with pgsql for passdb.
However I get an error "auth: Warning: sql: Ignoring changed iterate_query in /etc/dovecot/local_sql_users.conf, because userdb sql not used. (If this is intentional, set userdb_warning_disable=yes)"
Does this mean the following is not a valid config ? Or at least I will not be able to achieve iteration ?
mail_location = maildir:/foobar/mail/%d/%n/Maildir
passdb {
? driver = sql
? args = /etc/dovecot/local_sql_users.conf
}
userdb {
? driver = static
? args = uid=foo gid=bar home=/f...
2012 Mar 21
1
ldap userdb warning in v2.1.1
...ollowing warning:
Mar 21 10:07:23 imapserver dovecot: master: Dovecot v2.1.1 starting up
(core dumps disabled)
Mar 21 10:08:17 imapserverdovecot: auth: Warning: ldap: Ignoring changed
user_attrs in /etc/dovecot/dovecot-passdb-ldap.conf, because userdb ldap
not used. (If this is intentional, set userdb_warning_disable=yes)
I didn't see such warnings in 2.0.13.
I guess I should/could remove the "user_attrs" line from
dovecot-passdb-ldap.conf because it's not needed? (I could also set
"userdb_warning_disable=yes" as advised, but I'm trying to figure out
what's the real caus...
2020 Jul 13
1
Static users and doveadm
...pasted both the cmd + error and userdb config below ? Thanks in advance?
sudo doveadm mailbox list -A
Error: auth-master: userdb list: User listing returned failure
doveadm: Error: Failed to iterate through some users
userdb {
args = uid=vmail gid=vmail home=/var/vmail allow_all_users=yes userdb_warning_disable=yes
driver = static
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20200713/b8bad70d/attachment.html>
2014 Aug 15
1
Server dovecot: auth: Warning: sql: Ignoring changed iterate_quer
...dmin.?
However when I go to the Roundcube, I get login Failed.?
So looking in the mail.log I can see the following:?
Aug 15 13:20:09 Server dovecot: auth: Warning: sql: Ignoring changed iterate_query in /etc/dovecot/dovecot-sql.conf.ext, because userdb sql not used. (If this is intentional, set userdb_warning_disable=yes)
Aug 15 13:20:11 Server dovecot: imap-login: Disconnected (auth failed, 1 attempts in 2 secs): user=<joe at anoblequest.co.uk>, method=PLAIN, rip=62.49.15.89, lip=192.168.0.90, TLS, session=<su7WCqoALAA+MQ9Z>
I am most greatful for the support
Joe
:)
-------------- next part ----...
2020 May 17
0
iterate_query with static userdb ?
...etup in conjunction with pgsql for passdb.
</div>
<div>
<br>
</div>
<div>
However I get an error "auth: Warning: sql: Ignoring changed iterate_query in /etc/dovecot/local_sql_users.conf, because userdb sql not used. (If this is intentional, set userdb_warning_disable=yes)"
</div>
<div>
<br>
</div>
<div>
Does this mean the following is not a valid config ? Or at least I will not be able to achieve iteration ?
</div>
<div>
<br>
</div>
<div>
mail_location = mai...
2020 May 17
2
iterate_query with static userdb ?
...ecot.org/VirtualUsers#homedirs), tried to achieve a similar setup in conjunction with pgsql for passdb.
> >
> > However I get an error "auth: Warning: sql: Ignoring changed iterate_query in /etc/dovecot/local_sql_users.conf, because userdb sql not used. (If this is intentional, set userdb_warning_disable=yes)"
> >
> > Does this mean the following is not a valid config ? Or at least I will not be able to achieve iteration ?
> >
> > mail_location = maildir:/foobar/mail/%d/%n/Maildir
> > passdb {
> > ? driver = sql
> > ? args = /etc/dovecot/local_sql_user...