Displaying 20 results from an estimated 5000 matches similar to: "Disabling auth caching just from one passdb"
2012 Oct 19
1
Auth caching and password changes
Hello,
In my system I have configured auth caching. The problem I have is that
whenever a user changes his password, he/she can't login to dovecot
after a while and the scenarios described at
http://wiki2.dovecot.org/Authentication/Caching are not applied.
I have tried also with "doveadm auth cache flush <login>", but it
didn't work. He also could to login again if
2017 Mar 03
2
Do I need to configure director?
Hi,
I'm configuring a farm of dovecot proxies redirecting users to backend
servers. The decision of which backend server is used for a user is
based in its ldap account information.
In my previous configuration I was using an inherited director
configuration in these proxy servers, but now I was wondering that
because the decision is made according to user information, I don't need
2017 Apr 07
2
Doubt with imap/imap-login processes in proxy server
Hi,
I have a question I have not cleared after reading
https://wiki.dovecot.org/LoginProcess.
I'm developing a proxy server (without director, because the backend
server is specified by a ldap lookup).
My question is: the limit of imap (or pop3) concurrently users that the
proxy can handle is determined by the imap-login limit or the imap one?
--
Angel L. Mateo Mart?nez
Secci?n de
2018 Sep 28
2
Bug in conditionals to assign values to variables?
Hi,
According to https://wiki2.dovecot.org/Variables you could use
conditionals to assign values to a varible. The syntax is:
%{if;value1;operator;value2;value-if-true;value-if-false}
where any of the fields can refer to another field using %v or %{value}
syntax.
The problem is that when I use a config like:
user_attrs = ...,=relpath=%{if;%u;eq;somevalue;valuetrue;valuefalse}
it works
2017 Apr 26
3
Problem with LMTP
Hello,
I'm having a problem with LMTP in a proxy server since I upgraded from
2.1.16 to 2.2.28.
In my logs I have:
Apr 26 12:54:17 musio12 dovecot: lmtp(2082): Fatal: master:
service(lmtp): child 2082 killed with signal 11 (core dumped).
As far as I could check the message is delivered in a later connection.
I have enabled core dumped files, but how could I debug it?
--
Angel L.
2017 Mar 03
2
passdb evaluation order
Hello,
I could have several password databases in dovecot. And according to
http://wiki.dovecot.org/PasswordDatabase these passwdbs could allow or
deny users and they could have different result_failure and
result_sucess behaviors. So the order in which they are evaluated may be
significant.
So, how do I define this order?
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de
2013 Dec 19
0
problem with password in a changing scenario
Hello,
I'm having a problem with with password changing. According to
http://wiki2.dovecot.org/Authentication/Caching, I understand "normal
scenario" and "Using old cached password scenario", but I'm having a
problem with the "Early change scenario".
I understand that in this case, if in step 4 user tries password Y,
then this password is not
2017 Mar 20
0
doveadm proxy password
Hi,
I'm configuring a proxy host to connect to backend servers. As proxy is
done based on an LDAP attribute of the user, I'm not using director.
In the proxy server I have configured:
doveadm_port = 24245
doveadm_password = secret
And in the backend:
service doveadm {
inet_listener {
port = 24245
}
}
local <mynetwork> {
doveadm_password = secret
}
2018 Sep 27
3
Custom variable
Hi,
I know that there are some variables (as user or username) I could use
inside dovecot. They are at https://wiki2.dovecot.org/Variables.
My question is if I can create my own variables from attributes at my
pass/user db and then use it inside dovecot configuration.
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas
2013 Mar 04
1
Stability of extraction of attachment
Hello,
We are migrating our dovecot servers from 2.1.9 to 2.1.15 (or 2.2 if
there is a stable version soon) and maildir format to mdbox.
Looking for mdbox options I have found options:
* mail_attachment_dir
* mail_attachement_min_size
* mail_attachment_fs
* mail_attachment_hash
but this options are described with the message:
# WARNING: This feature hasn't been tested much yet. Use at
2013 Sep 19
1
Attachment file larger than expected
Hello,
I'm using dovecot 2.1.16 with SiS configured as:
mail_attachment_dir = <mypath>
mail_attachment_min_size = 128 k
mail_attachment_fs = sis posix
mail_attachment_hash = %{sha1}
I'm having a few errors like:
Sep 18 15:46:32 myotis51 dovecot: imap(igd): Error: Attachment file
2017 Apr 26
0
Problem with LMTP
> On April 26, 2017 at 2:03 PM "Angel L. Mateo" <amateo at um.es> wrote:
>
>
> Hello,
>
> I'm having a problem with LMTP in a proxy server since I upgraded from
> 2.1.16 to 2.2.28.
>
> In my logs I have:
>
> Apr 26 12:54:17 musio12 dovecot: lmtp(2082): Fatal: master:
> service(lmtp): child 2082 killed with signal 11 (core dumped).
2017 May 11
3
Problem with LMTP
El 10/05/17 a las 12:26, Aki Tuomi escribi?:
>
> Can you please try again, with debugging symbols installed?
>
There it is
--
Angel L. Mateo Mart?nez
Secci?n de Telem?tica
?rea de Tecnolog?as de la Informaci?n
y las Comunicaciones Aplicadas (ATICA)
http://www.um.es/atica
Tfo: 868889150
Fax: 868888337
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2013 Feb 28
0
dsync with imapc and hidden folders
Hello,
I'm trying to use dsync to copy mail from one server to a newer one, so
I'm using imapc as source (when running dsync in the destination server).
The command I'm using is like this:
sudo dsync -vD -o imapc_user="<myuser>*master" -o
imapc_password="<master pass>" -o imapc_host=<original server> -o
imapc_features=rfc822.size -o
2017 Mar 17
2
Meaning of "protocol !indexer-worker"
Hello,
I'm configuring dovecot 2.2.28. Comparing with previous versions I have
found now in 10-mail.conf the config:
protocol !indexer-worker {
# If folder vsize calculation requires opening more than this many
mails from
# disk (i.e. mail sizes aren't in cache already), return failure and
finish
# the calculation via indexer process. Disabled by default. This
setting must
2013 Feb 25
3
Bug when a duplicated file is found
Hello,
Last days we had to restore some mailboxes from backup. Our mailboxes
are in maildir format and during restore, some duplicated files
appeared. The situation is:
* A user has messages in his new directory when the backup is made
* In some moment after the backup is done, the user accesses to his
mailbox, so the message is move to the cur directory.
* We restore his mailbox directly to
2012 Mar 22
1
dovecot-auth restaring and caching
Hello,
I'm trying to configure dovecot (2.0.13) to cache user and pass dbs.
This a mail server whose purpose is only to deliver messages through
dovecot lda. My users are in a ldap server.
So I have configure auth_cache_size (with 20MB) and auth_cache_ttl
(with 1 day). I have checked that caching is being done, and it is. If a
send a message to a user, dovecot looks for it in my ldap
2018 Sep 27
2
Custom variable
El 27/09/18 a las 12:04, Aki Tuomi escribi?:
>
> You can. In passdb, return userdb_your_own_variable=value, in userdb you
> can omit the userdb_ prefix, except if you are using passwd-file.
>
I'm trying this. In the ldap configuration, I have:
pass_attrs =
=userdb_user=%{ldap:mail},=userdb_quota_rule=%{ldap:quota:*:storage=10G},=userdb_uuid=%{ldap:entryUUID}
user_attrs =
2018 Oct 25
1
Exclude userdb from iterate users
Hi,
I have a system with various userdbs defined, mostly all of them based
on ldap (and a few passwd-files).
I want one of my ldap userdbs not to be used in "doveadm user -A"
commands, that is to be excluded in iterate searchs. I have no
iterate_filter neither iterate_attrs configured in that userdb, but it
is still used.
Is it possible? How?
--
Angel L. Mateo Mart?nez
2013 Mar 21
0
director's imap/pop3 login timeout
Hello,
We have two (load balanced) director servers in front of 4 dovecot
backend servers.
Yesterday we had a problem at backend servers for some users (our SSO
was down, so IMAP users couldn't authenticate) and this triggered a
problem in director servers where almost nobody could open a new session.
In our director's logs I could see errors like this:
Mar 20 20:52:47 myotis41