Displaying 4 results from an estimated 4 matches for "usersdb".
Did you mean:
userdb
2010 Jul 02
1
Quota in mysql dict not properly recalculated on 1.2?
...CH ESORT SEARCHRES WITHIN CONTEXT=SEARCH
LIST-STATUS QUOTA] Logged in as test at testing.com
* QUOTAROOT "Inbox" "user"
* QUOTA "user" (STORAGE 0 1048576)
x OK Getquotaroot completed.
It seems to me that dovecot --exec-mail doesn't do the mysql lookups
to get the usersdb.
Note: attached are my dovecot -n output and the relevant .conf files
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot.conf
Type: application/octet-stream
Size: 2118 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/201007...
2012 Sep 05
1
Resynchronization of indexes (or Warning: Maildir Scanning <dir> took <X> seconds)
...ecot
}
}
service lmtp {
inet_listener lmtp {
port = 24
}
process_min_avail = 10
vsz_limit = 512 M
}
service pop3 {
process_min_avail = 6
}
ssl = no
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
args = username_format=%Ln /etc/dovecot/usersdb.%s
driver = passwd-file
}
userdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
protocol lda {
mail_plugins = " sieve"
}
protocol lmtp {
mail_plugins = " sieve"
}
protocol pop3 {
pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, in=%i, out=%o
}
loca...
2012 Aug 27
1
doveadm commands returning 139 at director servers
...ecot
}
}
service lmtp {
inet_listener lmtp {
port = 24
}
process_min_avail = 10
vsz_limit = 512 M
}
service pop3 {
process_min_avail = 6
}
ssl = no
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
args = username_format=%Ln /etc/dovecot/usersdb.%s
driver = passwd-file
}
userdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
protocol lda {
mail_plugins = " sieve"
}
protocol lmtp {
mail_plugins = " sieve"
}
protocol pop3 {
pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, in=%i, out=...
2014 May 20
0
Dovecot 2.2.13+ and master user db
Hello, I'm upgrading one of our servers to the last HG 2.2.13 versi?n
and I've found some problems with our configuration which has been
working fine with previous versions.
We have a LDAP userdb for the users and a master userdb for user
assistance, Until now the definition of usersdb in 10-auth.conf was:
!include auth-master.conf.ext
!include auth-system.conf.ext
!include auth-ldap.conf.ext
With the 2.2.12 version this worked fine but with 2.2.13+ version the
LDAP users can't login in dovecot (IMAP), however the master users can
login fine.
However, if I comment out th...