Displaying 20 results from an estimated 6789 matches for "userdb".
2016 Aug 03
2
service-specific userdb affecting lmtp, quota-service
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 2 Aug 2016, Michael Fox wrote:
> Update:
>
> I was able to eliminate the /var/log/mail.err error messages (shown below)
> by creating a userdb.quota-status and userdb.lmtp passwd-file. However,
> since userdb.pop3 and userdb.imap will have different extra-fields values
> for namespace (different namespace/xxx/inbox=yes values) I can't simply
> create userdb.quota-status and userdb.lmtp as the union of userdb.pop3 and
> us...
2010 Aug 31
3
permissions on auth-userdb
Hi..
im still trying to upgrade to 2.0.
Im getting:
dovecot: lda: Error: userdb lookup:
connect(/var/run/dovecot/auth-userdb) failed: Permission denied
(euid=10000(vmail) egid=10000(vmail) missing +r perm:
/var/run/dovecot/auth-userdb, euid is not dir owner)
the error is correct caus its owned by root. My Questions is who should own it ?
Im not sure how that works, what proce...
2016 Aug 01
2
service-specific userdb affecting lmtp, quota-service
The service specific passwd-file userdb is causing quota-status and lmtp to
fail.
Using:
userdb {
args = ... /etc/dovecot/auth.d/%d/userdb.%s
}
I'm getting the following in /var/log/mail.err when I try to send/receive
mail:
Aug 1 15:46:57 n6mef-gw dovecot: auth: Error:
passwd-file(mefpop at email.n6mef.org):
stat(/etc/dovecot/a...
2018 Aug 07
2
limit sharing ability to certain users
Sorry for that! I was offline during writing my answer to your mail and so it left my outbox after the advice from Sami.
The solution works well when using passwd userdbs only. I didn?t get it running in conjunction with ldap userdb. I tried to use an LDAP attribute and mapping it to userdb_acl_globals_only and another try with acl_globals_only. Both attributes were not considered by the lookup. Another try was to use a separate passwd-userdb for this attribute onl...
2014 Dec 06
3
userdb lookup not possible with only userdb prefetch
...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 possible with only userdb prefetch
> dovecot: auth: Error: userdb(box@****.de,2001:****:7765,<bzAOP5QJXwAgAQpgEAXJAZyOMB1qBXdl>): user not found from userdb prefetch
> dovecot: imap: Error: Authenticated user not found from userdb, auth lookup id=178651137 (client-pid=13711 c...
2019 Dec 09
2
Shared namespace is empty after migration to new Dovecot installation
On 9.12.2019 10.51, Peter Reinhold wrote:
> On 2019-12-09 09:42, Aki Tuomi wrote:
>
>>> That I can, here (anonymized where relevant)
>>>
>>
>> Config looks fine. Have you tried
>>
>> 'A1 SELECT Shared/user at sharer.dk'?
>
> Yields this, which is the same I got when trying to debug using
> doveadm acl, it seems like the shared
2014 Dec 07
1
userdb lookup not possible with only userdb prefetch
...; AND NOT locked
Now that I've found the page you gave me (didn't see it before, but I
must say that wiki is not easily readable, pretty confusing) I think the
column names must be different.
Instead of: username, domain, password, home, mail
Should I return: username, domain, password, userdb_home, userdb_mail?
And what does that comment in the example mean? "# The userdb below is
used only by lda." Should I use only userdb:driver=prefetch, or should I
include a separate userdb section as if I wouldn't use prefetch? Again,
confusing. Why does it have to be two separate...
2008 Jun 12
1
strange looking code and userdb errors
hi,
i'm trying to use passdb ldap and userdb prefetch, using the userdb_
prefixes in pass_attrs, and i get:
passdb didn't return userdb entries
looking at the code at auth/userdb-prefetch.c i see:
if (auth_request->userdb_reply == NULL) {
if (auth_request->auth->userdbs->next == NULL) {...
2017 Apr 11
2
Vpopmail Error
Not working:
> patching file userdb-vpopmail.c
> Hunk #1 FAILED at 54.
> 1 out of 1 hunk FAILED -- saving rejects to file userdb-vpopmail.c.rej
-------- Original Message --------
Subject: Re: Vpopmail Error
From: Aki Tuomi <aki.tuomi at dovecot.fi>
To: dovecot at dovecot.org, Bobber <bobber at kc0dxf.net>
Date: 04...
2019 Dec 10
1
Shared namespace is empty after migration to new Dovecot installation
On 2019-12-09 14:10, Peter Reinhold via dovecot wrote:
> auth-master: userdb lookup(user at sharer.dk): Started userdb lookup
> auth-master: conn unix:/var/run/dovecot/auth-userdb: Connecting
> auth-master: conn unix:/var/run/dovecot/auth-userdb (pid=1636,uid=0):
> Client connected (fd=9)
> auth-master: userdb lookup(user at sharer.dk): auth USER input:
> use...
2008 Dec 02
3
qmail and LDA: passdb didn't return userdb entries
...cess_per_connection: no
first_valid_uid: 89
mail_drop_priv_before_exec: yes
mail_plugins: quota imap_quota
namespace:
type: private
separator: .
prefix: INBOX.
inbox: yes
list: yes
subscriptions: yes
auth default:
passdb:
driver: checkpassword
args: /home/vpopmail/bin/vchkpw
userdb:
driver: prefetch
args: uid=89 gid=89 home=/home/vpopmail/domains/%d/%u
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 432
user: vpopmail
group: vchkpw
plugin:
quota: maildir
I have added
protocol lda {
postmaster_address...
2011 Sep 09
1
userdb static & Quota from LDAP?
Hi all,
I just configured Dovecot 2.0.14 for "virtual" (i.e. non-system-) users:
passdb {
driver = ldap
args = /etc/dovecot/conf.d/ldap-passdb.ext
}
userdb {
driver = static
args = uid=vmail gid=vmail home=/var/maildir/%u
}
Works fine so far - thanks for this great piece of software, Timo!!!
Now I'd like to add per-user quotas that will also be stored in the
LDAP directory, and I'm not sure how to put things together.
IMHO quota is the o...
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?
Thanks in advance :)
2012 Aug 31
2
How Converting/Using courier-userdb Files ?
Hello,
how can i convert/use the Original userdb-Files from courier Installation ?
The files are looking like a "Special"-DB-Format and are not readable.
-----------------
#file /etc/courier/userdb.dat
/etc/courier/userdb.dat: GNU dbm 1.x or ndbm database, little endian
-----------------
/etc/courier/userdb.dat
/etc/courier/userdbshado...
2012 Oct 12
1
/var/run/dovecot/auth-userdb failed
Hi,
I work on test server and if I send an email on log i read
lda: Error: userdb lookup: connect(/var/run/dovecot/auth-userdb) failed:
Permission denied (euid=8135(vmail) egid=8135(vmail) missing +r perm:
/var/run/dovecot/auth-userdb, euid is not dir owner)
This is my dovecot.conf:
auth_mechanisms = plain login
info_log_path = /var/log/dovecot
listen = 0.0.0.0
log_path = /var...
2013 Jun 21
1
LDA Connection Refused with auth-userdb
...43]: 019023A06AB:
from=<vagrant at mail-server-berkshelf.localdomain>, size=382, nrcpt=1 (queue
active)
dovecot: lda: Debug: Loading modules from directory:
/usr/lib/dovecot/modules
dovecot: lda: Debug: Module loaded:
/usr/lib/dovecot/modules/lib90_sieve_plugin.so
---> dovecot: lda: Error: userdb lookup:
connect(/var/run/dovecot/auth-userdb) failed: Connection refused
dovecot: lda: Fatal: Internal error occurred. Refer to server log for more
information.
postfix/pipe[19545]: 019023A06AB: to=<test at chefdovecot.com>, relay=dovecot,
delay=1.2, delays=0.04/0.01/0/1.1, dsn=4.3.0, status=...
2017 Mar 11
3
Auto create & subscribe folder from Userdb [Was: Users with extra mailbox: namespace/mailbox in userdb lookup?]
...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
>>>
>>> Yes, see here:
>>>
>>> http://wiki2.dovecot.org/UserDatabase/ExtraFields
>>>
>>> Each setting ist one "...
2012 Oct 03
5
LMTP userdb lookup
Is it possible to have separate userdb lookups for LMTP and POP/IMAP?
2019 Dec 09
0
Shared namespace is empty after migration to new Dovecot installation
...>> shared namespace at all.
>>
>> ? A1 SELECT Shared/user at sharer.dk
>> ? A1 NO Mailbox doesn't exist: Shared/user at sharer.dk (0.006 + 0.000 +
>> 0.005 secs).
>>
>>
>
> Does it work without ACLs?
No, still the same, except I get one less userdb lookup in the log
A1 SELECT Shared/user at sharer.dk
A1 NO Mailbox doesn't exist: Shared/user at sharer.dk (0.006 + 0.000 +
0.005 secs).
-- LOG START --
auth-master: userdb lookup(user at sharer.dk): Started userdb lookup
auth-master: conn unix:/var/run/dovecot/auth-userdb: Connectin...
2012 Dec 18
2
passdb to add extra fields?
Some passdbs like PAM can't really return any extra fields. Also some
people have wanted to combine users' data from different passdb/userdbs
so that for example you'd have userdb passwd give the uid/gid/home, but
then you'd also have some other userdb give quota limits.
So I was thinking something like this:
passdb {
driver = pam
}
passdb {
driver = sql
include = yes
}
or:
userdb {
driver = passwd
}
userdb {
drive...