Displaying 19 results from an estimated 19 matches similar to: "Quota reporting"
2017 Jun 29
0
Why does Dovecot authentication against Openldap fail when using TLS encryption?
Dear Mailing list,
I have a Dovecot v2.2.9 server that authenticate against a Openldap server.
I want to configure Dovecot to use TLS for LDAP authentication.
I have tried to fetch/send emails using Thunderbird:
- IMAP succeed to fetch mail
- SMTP failed to send mail
The Dovecot server produce the following log :
Jun 29 08:44:00 mail postfix/submission/smtpd[634]: connect from
2011 Oct 05
0
doveadm(user001): Fatal: passdb lookup failed
Hello all,
why I can run whis command:
imap1:~ # doveadm user user001
userdb: user001
? mail????? : maildir:/var/maildir/vol04/4/46/user001
? home????? : /var/mailfilter/vol04/4/46/user001
? quota_rule: *:bytes=100000000
but not this one:
imap1:~ # doveadm quota get -u user001
doveadm(user001): Error: user user001: Auth PASS lookup failed
doveadm(user001): Fatal: passdb lookup failed
what
2018 Oct 30
0
Problem with cached userdb info
Hi,
I'm having a problem with my cached userdb information.
These are my passdb and userdbs:
passdb {
driver = ldap
args = /etc/dovecot/dovecot-ldap.conf.ext
}
userdb {
driver = prefetch
}
userdb {
driver = ldap
args = /etc/dovecot/dovecot-ldap-userdb.conf.ext
}
In /etc/dovecot/dovecot-ldap-userdb.conf.ext (userdb) I have:
user_attrs =
2015 May 06
1
lmpt director and ldap userdb
Hello,
I've been using dovecot for a long time, but now I'm having troubles
with I change I need to make.
I have a director server in front of two backend servers. All of these
servers are running dovecot 2.1.16. Redirection to backend servers are
based in an attribute of a ldap server. My users are defined in this
same ldap server.
At this moment, for user authentication we use
2018 Aug 07
0
limit sharing ability to certain users
Ah. You probably need to change ldap userdb so that you add
userdb {
driver = ldap
? args = /etc/dovecot/dovecot-ldap.conf
result_success = continue-ok
}
so that the next one is processed.
you can use 'doveadm user test at onnet.ch' to verify that the attributes are read for this user, and with another username that they are not.
Aki
On 07.08.2018 12:23, Simeon Ott wrote:
> ?
2018 Aug 07
0
limit sharing ability to certain users
Hmm. if you put it *after* the ldap userdb, it should not have prevented
users from logging in.
What happens if you do
userdb {
? driver = passwd-file
? args = ....
? skip = notfound
? result_failure = continue-ok
}
Aki
On 07.08.2018 12:58, Simeon Ott wrote:
> Now the attributes are correctly read for the user test at onnet.ch
> <mailto:test at onnet.ch>, but other users are not
2006 Apr 11
1
Postfix dovecot SASL and LDAP not working...
Hi,
I'm trying to setup a new mail server where postfix 2.3-20060405 would
use Dovecot's SASL and users located in LDAP.
It's with dovecot-1.0-beta5.
On the postfix side, I followed the SASL_README and have the following
in main.cf:
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_auth_enable = yes
On the dovecot side I have the following related to auth:
2018 Aug 07
2
limit sharing ability to certain users
? attached the dovecot -n, linked files, debug log lines during a standard client login
root at buserver:/etc/dovecot/conf.d# doveconf -n
# 2.2.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.16.0-6-amd64 x86_64 Debian 8.11
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login
auth_verbose = yes
auth_verbose_passwords = plain
debug_log_path = syslog
disable_plaintext_auth = no
2018 Aug 07
2
limit sharing ability to certain users
Now the attributes are correctly read for the user test at onnet.ch <mailto:test at onnet.ch>, but other users are not able to authenticate anymore.
root at buserver:/var/spool/postfix/virtual/onnet.ch/test/Maildir/.super# doveadm user test at onnet.ch
field value
uid 5000
gid 5000
home /var/spool/postfix/virtual/onnet.ch/test/
mail maildir:~/Maildir
quota_rule *:bytes=1073741824
acl
2007 Apr 12
2
auth-login crash with cram-md5 (plain works) on unknown user
Hello Timo and others..
14:09 mail:~# dovecot --version
1.0.rc31
Install prefix ...................... :
/usr/local
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method ..... : inotify
Building with SSL support ........... : yes (OpenSSL)
Building with IPv6 support .......... : yes
Building with
2011 Sep 06
6
Shared Mailboxes with VirtualUsers and mail_location retrieved from ldap
Hello,
I spend a couple of days configurating a new installation of dovecot 2.0.14 with virtual accounts and NFS storage for maildir home/mail directories.
At this point I need shared mailboxes but since user mail/home locations are ldap attributes, how is it supposed I must configure this for shared mailboxes?
for the users' mail/home directories I set this line:
user_attrs =
2012 Feb 17
1
user_filter problem
Hello,
I have a little bit complex setup. I'm trying to use dovecot lmtp and pop3
with user information stored in the LDAP database. The main problem is
that email address and pop3 username are different for every mailbox (I
cannot change this behaviour, because thousands of people already
configured their email client for such a setup). So in my situation,
user_filter for lmtp should be:
2016 Oct 10
1
Hierarchy separator and LAYOUT=FS change
Hello,
I stumbled across a 5-year-old post on the dovecot list about changing the dovecot hierarchy separator to enable shared mailboxes (http://www.dovecot.org/list/dovecot/2011-January/056201.html <http://www.dovecot.org/list/dovecot/2011-January/056201.html>).
At the moment I?m stuck in a pretty similar situation. Migrated from courier to dovecot 2 years ago and preserved the
2010 Nov 03
1
emails getting mangled when dragging from Exchange account to IMAP shared folders
I'm having the most frustrating issue, and I'm at a loss for what is
happening. I'm not even sure it is with Dovecot, but that's why I'm posting
this here... if it isn't a dovecot issue, maybe someone can get me headed in
the right direction? I've posted relevant dovecot and config info at the
bottom of this post.
Here's the scenario:
We recently migrated our
2018 Aug 07
2
limit sharing ability to certain users
May you please clarify that? Where should I omit the userdb_ prefix? Which of my attempts are you pointing at?
As stated, I omitted the userdb_ prefix when working with an LDAP attribute.
> On 7 Aug 2018, at 10:03, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
> with ldap userdb, you need to omit the userdb_ prefix.
>
> Aki
>
>
> On 07.08.2018 10:54, Simeon Ott
2008 Dec 05
1
How to retrieve a method
Hi there,
I am interested in the inner workings of wilcox.test:
> wilcox.test
function (x, ...)
UseMethod("wilcox.test")
<environment: namespace:stats>
how can I get at the code, if it is R-code? For Methods one should be able to learn what extension to use, but here default or such do not help.
Is there a wayplot.default to learn which different versions of
2009 Nov 24
0
Aquamacs/emacs and color of echo in R console
Hi
I have been unable to find information on the following problem:
All the text in my *R* window is shown in light red, starting after the
echo "This is mgcv 1.5-6 . For overview type ", the following
`help("mgcv-package")' is already in the light red.
This color annoys me because I need more contrast, and it is even worse
for use with a beamer.
In the options menu
2009 Nov 24
0
Aquamacs/emacs and color of echo in R console 2!
Hi
Sorry, I forgot to state the version: GNU Emacs 22.3.1
I have been unable to find information on the following problem:
All the text in my *R* window is shown in light red, starting after the
echo "This is mgcv 1.5-6 . For overview type ", the following
`help("mgcv-package")' is already in the light red.
This color annoys me because I need more contrast, and it is
2018 Oct 02
1
Bug in conditionals to assign values to variables?
>
> I can't seem to be able to reproduce this, not even with v2.2.33. It simply works without logging any errors.
>
I've made a lot of changes now. I can't neither reproduce it anymore :-(.
If I could, I'll send the complete configuration.
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas (ATICA)