Displaying 4 results from an estimated 4 matches for "userdb_query".
Did you mean:
user_query
2013 Jul 05
1
Ambiguous behavior with prefetch database?
...anged u12345678 -> john.doe
auth: Debug: auth(u12345678,127.0.0.1,<dsNsasbgRQB/AAAB>): username changed u12345678 -> john.doe
[...]
auth: Debug: prefetch(john.doe,127.0.0.1,<dsNsasbgRQB/AAAB>): passdb didn't return userdb entries, trying the next userdb
and, of course, the userdb_query fails since it isn't supposed to be invoked under such circumstances.
Of course, the userdb_query could be adapted so as to handle pop/imap connections in addition to say, lmtp or doveadm connections, but this would anyway raise the question: why bother with a prefetch database setup?
In fact...
2010 Oct 09
1
disable zlib via config to allow per mailbox compression level
Hello
Dovecot v2.0.5
zlib_save_level = 6 # 1..9
zlib_save = gz # or bz2
Is there a config option to disable zlib, even if above config are in
place? If so please provide an example.
If no, would it be possible to add one? Like if zlib_save_level = 0
disable zlib. So one can configure per mailbox compression level via
sql database.
KuiZ
Thanks
2014 Mar 19
1
Using a Sieve script to handle delivery to public mailboxes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 19 Mar 2014, Steffen Kaiser wrote:
> IMHO, the behaviour matches your config.
If my assumption in my previous message is correct, you will have some
options:
a) have UserDB return "mail",
b) make mail_location depend on home via ~
c) create a symlink default location -> public
d) forward office to some other user where you
2011 Apr 13
1
Login via IMAP with MySQL as user database not working
...ld is returned (i.e.: user and password)
the test fails. And if testing with telnet I get the message of "* BYE
Internal login failure. Refer to server log for more information.". The
logs indicate that the password check returned OK but the userdb read
appears to fail. If I change the userdb_query to return only 1 field (such
as only the uid), then the logs show the correct value is returned, and yet
the telnet login fails. So it seems that anytime there are multiple fields
returned from the SQL query, the result is failure at that step (password
check or userdb read). Therefore userdb pre...