Displaying 20 results from an estimated 162 matches for "userdatabases".
Did you mean:
userdatabase
2006 Dec 04
1
Enabling different quota limits for different users for /etc/passwd as userdatabase on FC3
hey friends,
I am running my company's mail server on FC3 which comprises of
Postfix + Dovecot + MailScanner + Clamav + Squirrelmail + MailWatch +
Spamassassin. I am using Dovecot 0.99.13-3 version on FC3 and I want
to implement Quota limits for the users.
I am using userdatabase as /etc/passwd file (auth_userdb = passwd )
and password database as pam(auth_passdb = pam) for dovecot. I read
2007 Mar 30
3
prefetch + static + deliver
Hi all...
The prefetch entry in the wiki says:
"If you're using Dovecot's local delivery agent, you'll still need a
valid userdb which it can use to locate the users. You can do this by
adding a normal sql/ldap userdb after userdb prefetch."
(http://wiki.dovecot.org/UserDatabase/Prefetch)
My question is:
Does it need to be a SQL/LDAP userdb? How about static or passwd?
2019 Jan 29
2
"unknown user - trying the next userdb" Info in log
I?ve set up a new mail server. Auth-worker is giving me this error all the time:
auth-worker(11160): Info: passwd(sales at bordo.com.au <mailto:sales at bordo.com.au>,10.0.0.54,<YSFoAYHAGoLAqAEo>): unknown user - trying the next userdb
Next line is from imap-login with successful login.
Using MySQL as user database.
Auth-sql.comf.ext is:
passdb {
driver = sql
# Path for SQL
2014 May 20
3
Setting mail location in SQL?
Trying to figure out the syntax to set a mail_location for SQL. This
doesn't work:
userdb {
driver = sql
args = /etc/dovecot/master-combined-sql.conf
override_fields =
mail_location=maildir:/fakedir/%d/%n:INBOX=/fakedir:LAYOUT=fs
}
Does anyone know the proper syntax?
Thanks in advance
2007 Nov 26
2
Some dovecot conf parameters
Hello all!
First of all - sorry for my english. :-)
Im working now on migration from cyrus to dovecot(v1.07). Everything
work`s fine for now, but some parameters at dovecot conf a mystical for
me. :-)
dovecot-ldap.conf:
user_attrs = mail
#,homeDirectory,,,,
user_filter = (&(objectClass=qmailUser)(mail=%u))
pass_attrs = mail,userPassword=password
pass_filter =
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
So, returning from the LDAP userdb does not change situation.
As I said, I would to set folder names dynamicaly, without setting
up a mailbox in advance.
Here the problem is discussed
http://www.dovecot.org/list/dovecot/2013-August/092023.html
but no solution is found apart from defining the namespace in the
static config, see here
http://www.dovecot.org/list/dovecot/2013-August/092053.html
As
2017 Mar 11
3
Auto create & subscribe folder from Userdb [Was: Users with extra mailbox: namespace/mailbox in userdb lookup?]
On 2017-03-10 23:22, Christian Kivalo wrote:
> Am 11. M?rz 2017 08:04:28 MEZ schrieb MRob <mrobti at insiberia.net>:
>>
>>>> We have a need for some users to have an additional folder created
>> and
>>>> subscribed for them.
>>>>
>>>> Is is possible to return an override for the default "namespace
>> inbox"
2017 Mar 11
2
Auto create & subscribe folder from Userdb [Was: Users with extra mailbox: namespace/mailbox in userdb lookup?]
>> We have a need for some users to have an additional folder created and
>> subscribed for them.
>>
>> Is is possible to return an override for the default "namespace inbox"
>> containing the needed mailbox definitions in the userdb lookup for
>> such users? If so, how would the userdb lookup result be formatted?
>> Presumably as
>
>
2014 Jun 03
2
Replication with virtual users and static userdb possible ?
Is it possible to get replication working in a virtual user setup
that uses a static userdb ? My environment is fairly simple and typical
- there's a single system user (vmail) that owns all the home dirs
(/var/mail/domain.com/user). The virtual users
(userid at domain.com:secretpassword) are kept in a single file
(/var/mail/domain.com/PASSWD) that's unique per domain, and referenced
as a
2014 Dec 07
1
userdb lookup not possible with only userdb prefetch
Am 07.12.2014 um 00:56 schrieb Alexander Dalloz:
> You did fulfill the requzirements for prefetch to work documented in the
> wiki?
>
> http://wiki2.dovecot.org/UserDatabase/Prefetch
Ehm, this is my SQL configuration 'dovecot-sql.conf.ext':
> driver = mysql
> connect = host=**** user=**** password=**** dbname=****
> default_pass_scheme = PLAIN
> password_query = \
2014 Dec 06
3
userdb lookup not possible with only userdb prefetch
Hello,
I am setting up a new server and migrating my Dovecot 1.2.9 config to
the new 2.2.9 version. There wasn't much to keep from the old version so
I had to recreate the config from scratch. Now I think I'm done but I
can't login to IMAP. The log says this:
> dovecot: auth: Error: prefetch(box@****.de,2001:****:7765,<bzAOP5QJXwAgAQpgEAXJAZyOMB1qBXdl>): userdb lookup not
2014 May 20
1
Setting mail location in SQL?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 19 May 2014, Marc Perkel wrote:
> Trying to figure out the syntax to set a mail_location for SQL. This doesn't
> work:
>
> userdb {
> driver = sql
> args = /etc/dovecot/master-combined-sql.conf
> override_fields =
> mail_location=maildir:/fakedir/%d/%n:INBOX=/fakedir:LAYOUT=fs
> }
>
> Does anyone know
2015 Mar 09
3
Overriding dovecot.conf from Userdb Extras
Hi,
I thought I read that anything from dovecot.conf can be overridden in a
userdb lookup. Or a passdb lookup with "userdb_" prefix.
But I tried for fun change log_path but it never worked. Is that because
logging is special, already started logging before it comes to the
passdb/userdb lookups? So are there some dovecot.conf settings
that cannot be overridden?
Thanks!
2016 Feb 08
2
autoexpunge - different settings for different users
> On Feb 7, 2016, at 10:59 AM, Timo Sirainen <tss at iki.fi> wrote:
>> On 07 Feb 2016, at 04:50, Tom Johnson <tj at terramar.net> wrote:
>>
>> I have some users where I'd like to expunge their mail at different times.
>> ....
>> ....
>> Is there a way to do some sort of lookup for this? Or is this beyond the ability of the autoexpunge
2017 Jan 17
2
Dynamic autoexpunge for IMAP folders
I know, but it is not present in the string returned by the userdb,
which is set up for testing
userdb {
driver = static
args = namespace/inbox/mailbox/Bla/autoexpunge=6h
}
On Tue, Jan 17, 2017 at 11:03 AM, Thomas Leuxner <tlx at leuxner.net> wrote:
> * Thorsten Hater <thorsten.hater at gmail.com> 2017.01.17 10:57:
>
> > Unfortunately, this yields the same
2019 Jan 29
0
"unknown user - trying the next userdb" Info in log
Op 29/01/2019 om 01:51 schreef James Brown via dovecot:
> I?ve set up a new mail server. Auth-worker is giving me this error all
> the time:
>
> auth-worker(11160): Info: passwd(sales at bordo.com.au
> <mailto:sales at bordo.com.au>,10.0.0.54,<YSFoAYHAGoLAqAEo>): unknown
> user ?- trying the next userdb
>
That is not an error. As the "Info: " prefix
2019 Aug 29
1
User / Pass SQL queries
Hi all,
Is there any reason Dovecot shows the 'user' variable (ie:
user at domain.tld) being obtained in the password query and not the (more
logical) user query?
Thanks,
Michael
2008 Oct 06
2
Manual verses Wiki
I know I'm looking at the answer but probably not seeing it on the Wiki?
Is there a "manual" for Dovecot?
Or ... where do I find all the options for the userdb and passdb options?
While trying to get my head wrapped around this I noticed I might have
been mixing args between the two. One example has userdb first then the
next one passdb.
Rod
--
2008 Jan 09
3
Per user mailbox quota
Hi,
How do I setup per user mailbox quota? I am using /etc/passwd database.
Thanks
BAT
2007 Jul 11
1
Can Wiki entry on dovecot LDA/deliver be clarified?
Hi guys,
I am having some problems relating to this "Fixing lda user_query
error introduces new fault in mail delivery" and I'd like to know if
the above wiki comment holds even if a user_query is configured to
return the correct mail folder.
According to this LDA delivers only to the mail_location setting. Does
that mean that it will stick to the value in dovecot.conf or will the