search for: usedb

Displaying 10 results from an estimated 10 matches for "usedb".

Did you mean: used
2007 May 03
1
usedb query
I can specified two passdb so I can mix auth source. Can I do similar thing with userdb? I would like to have uid, gid and home from static and quota from sql. Regards, Steve
2018 Mar 19
1
Is possible to override Dovecot variables or Sieve env vars and extdata lookups
...will > have surprising consequences. Basically this amounts to same as > changing > username for the user. This is useful to work with a older system in my case, username should seem as a new one anyways. I accept the consequence. :) I tried return only "u" in the passdb and usedb lookup (also "userdb_u") but it did not work. Where can I override %u? Can I do it in both passdb and userdb lookup?
2005 Aug 30
2
Very minor feature request
...know the "capabilities" of a compiled Dovecot. The background is that I've run the sequence ./configure --with-ldap && make && make install twice, all three commands tell me that all is fine (ldap is listed in the modules), but still dovecot told me that ldap is no Usedb module. A "make clean" before solved the problem -- well, something one should anyway. Besides, the "dovecot --capabilities" should also list all the defaults. Bye, -- Steffen Kaiser
2015 Sep 11
2
Need help on checkpassword userdb/passdb
I'm experimenting with checkpassword as an auth method for usedb and passdb (http://wiki2.dovecot.org/AuthDatabase/CheckPassword). I've set up the userdb and passdb *exactly* as the wiki suggests as the "standard way": passdb { driver = checkpassword args = /user/util/bin/checkpassword } userdb { driver = prefetch } I've created a chec...
2018 Mar 19
2
Is possible to override Dovecot variables or Sieve env vars and extdata lookups
Are the dovecot environment variables mutable? I'd like to override like: set "${env.vnd.dovecot.username}" "someuser at example.org" Or better, I prefer to override %u Dovecot variable during the userdb lookup. Is either possible? PS, when Sieve does extdata lookups for username key, where does username come from? %u? Does an override as above change the dict
2011 May 18
0
text mining problem using TM package
...Here is the code: *data <- ("C:/… /19970331")* * * * * *rs <- ReutersSource(data , encoding = "UTF-8")* *RC <- VCorpus(DirSource(data), readerControl = list(reader = readRCV1asPlain,* * language = "en_US",* * load = TRUE),* * dbControl = list(useDb = TRUE,* * dbName = "texts.db",* * dbType = "DB1"))* * * * * * * *tm_index(RC, FUN = sFilter, doclevel = F, useMeta = T, "Topics == 'MCAT'") * * * * * When I use sFilter, I can only filter fields in yellow, I want to filter fields in re...
2013 May 08
1
Xlist in userdb, Foldernames with whitespace?
Hello, i use dovecot 2.1.7 and exported all my XLIST FolderSettings to userdb Whole Story is here: http://dovecot.org/list/dovecot/2013-March/089209.html This is all successful, but there is one problem left. I use lines like this to realize individual XLIST Foldernames in usedb: namespace/inbox/mailbox=Sent namespace/inbox/mailbox/Sent/name=Sent namespace/inbox/mailbox/Sent/auto=subscribe namespace/inbox/mailbox/Sent/special_use=\sent My problem is to allow Foldernames with whitespace in it f.e. Sent Messages I tried to put these names in quotes in this line or mask t...
2012 May 17
6
High level of pop3 popping causing server to become unresponsive
...to become Root, or login again if we close our ssh connection. This only occures when Dovecot is doing the popping. If we only run the older Popa3d, this doesn't occur. We believe it is caused by the way dovecot is authenticating. We are using auth_mechanisms = plain passdb drive = shadow usedb driver = passwd args = blocking=yes If anyone could suggest what could be causing the login issue, we would appreciate any incite to fix it! Thanks, Kevin
2009 Jan 28
1
Public namespace permissions documentation/questions
...ame of the user the secondary groups of whom we want to check ! i.e. if user foobar belongs to secondary groups foogid, zgid, wgid and doveshared uid=xxx(foobar) gid=yyy(foogid) groups=zzz(zgid),www(wgid),vvv(doveshared) and we dovecot to take them into account, we have to make the usedb return the system_user extra field with the value foobar. Seems obvious now and said this way, but looking at the wiki : "system_user: If this is given, the user's groups are read from /etc/group (or wherever NSS is configured to taken them from)." I thought 'system_u...
2015 Sep 12
0
Need help on checkpassword userdb/passdb
...2, mpid=4240, session=<tHPCm4IftgDAqAA6> -----Original Message----- From: Mark Foley <mfoley at ohprs.org> Date: Thu, 10 Sep 2015 23:05:18 -0400 To: dovecot at dovecot.org Subject: Need help on checkpassword userdb/passdb I'm experimenting with checkpassword as an auth method for usedb and passdb (http://wiki2.dovecot.org/AuthDatabase/CheckPassword). I've set up the userdb and passdb *exactly* as the wiki suggests as the "standard way": passdb { driver = checkpassword args = /user/util/bin/checkpassword } userdb { driver = prefetch } I've created a chec...