Displaying 20 results from an estimated 2000 matches similar to: "R: Re: R: Re: best file system ?"
2014 Dec 02
1
R: Re: best file system ?
Hi Angel,
can you please share your dovecot configuration?
What webmail are you using (if any)?
Thank you
>----Messaggio originale----
>Da: amateo at um.es
>Data: 02/12/2014 8.24
>A: <dovecot at dovecot.org>
>Ogg: Re: best file system ?
>
>El 01/12/14 a las 18:45, Sami Ketola escribi?:
>>
>>> On 01 Dec 2014, at 18:24, absolutely_free at libero.it wrote:
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
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
}
2011 Aug 19
4
Update indexes with dovecot 1.1
Hello,
I have a farm of dovecot 1.1 servers (debian lenny). Mailboxes are in
Maildir format.
Is there any way to manually update indexes?
Does it worth? I mean... Our problem is that mail is delivered via
dovecot lda, but, because we have a farm of servers, we don't guarantee
that mail is delivered through the same server that the user is using
for his imap connection, so the imap
2012 Aug 27
1
doveadm commands returning 139 at director servers
Hello,
I have configured director in front of dovecot imap/pop/lmtp servers.
When I need to manipulate a user mailbox, I use doveadm commands at
director server's, with -S option. But some commands return exit code
139 when command returns more than 40 entries (I think).
For example, the command:
sudo doveadm fetch -u amateo hdr mailbox Trash HEADER Subject "nyctalus11/"
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 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).
2012 Jun 08
2
difference between client_limit and process_limit
Hi,
What is the real difference between client and process limit? According
to documentation (http://wiki2.dovecot.org/Services#Service_limits):
client_limit: Maximum number of simultaneous client connections. If set
to 0, default_client_limit is used instead.
process_limit: Maximum number of processes that can exist for this
service. If set to 0, default_process_limit is used instead.
But
2012 Aug 20
1
enabling per user quota plugin and problems with pop3
Hello,
I am configuring quota plugin per user, not for the whole system. As
documentation says (http://wiki2.dovecot.org/Quota), I have to add
"quota" to the global mail_plugins and "imap_quota" to mail_plugins for
protocol imap, but I don't know how to configure this in a userdb. I'm
using a passwd-file in the way:
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.
2013 Nov 14
2
Autocreation of sieve filters
Hello,
Is there any way to create a predefined sieve filters during mailbox
autocreation?
What I want is that my user's mailboxes are automatically created
(using mailbox option in namespaces) but I want them to have a
predefined sieve script.
Using a postlogin script could be an idea, but I'd prefer an automatic
one, because postlogin only will filter after first user login
--
2011 Jul 01
1
auth error using director
Hello,
I am trying to configure director as described at
http://wiki2.dovecot.org/Director. I have previously tried the proxy and
it worked.
The problem I have is that whenever I try to connect I get the error:
Jul 1 11:41:41 myotis40 dovecot: pop3-login: Error: auth:
connect(director) failed: No such file or directory
This is my doveconf -n:
# 2.0.13: /etc/dovecot/dovecot.conf
# OS:
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
2011 Aug 25
3
auth: Error: LDAP: Connection lost to LDAP server, reconnecting
Hello,
I continue debugging my problems with my update to dovecot 2.x :-(
I have dovecot 2.0.13 running in ubuntu 10.04 (lucid) x64. My users are
in a ldap directory. The problem is that I have a lot of errors like:
Aug 24 23:07:32 myotis28 dovecot: auth-worker(default): LDAP: Connection
lost to LDAP server, reconnecting
I have seen in the mail list a patch for 1.2
2016 Feb 09
4
Accessing to mail as another user
Hello,
I'm looking for a way to access to a POP/IMAP account as another user
different than me, but using my password. That is, I'm
"someone at domain.com" and I want to access to "anotherone at domain.com"
mailbox using the password of "someone at domain.com", not the
"anotherone at domain.com" (something similar to master passwords, but
2013 Oct 24
1
failed: Message has been copied too many times
Hello,
I'm running dovecot 2.1.16 in a ubuntu 12.04 server, with lazy_expunge,
SiS and mdbox format.
The problem I'm having is that the index for one the mailboxes of one
of my users is growing too much. This is not the first time of this
problem. In previous cases, is because a message is duplicated thousand
of times (I haven't found any reason for this). In these cases,
2016 Feb 10
2
Accessing to mail as another user
El 09/02/16 a las 13:44, Matthias Fechner escribi?:
>
> do you maybe mean shared mailboxes:
> http://wiki.dovecot.org/SharedMailboxes
>
I don't want shared mailboxes. I have to access the other mailbox as a
complete separate account from my personal one.
I think I can achive this with master user, but I need to found a way
to configure permissions so the real user has access
2012 Jun 12
2
Problem with lmtp director proxy
Hi,
I have a timeout problem only when I have heavy load in my system. I
have two director servers directing to 4 backend servers.
The problem is when my smtp relays tries to deliver mail to my users
via lmtp (proxied with director).
In the smtp logs I have:
Jun 12 11:41:18 xenon13 postfix/lmtp[4248]: 4433E5D5A0:
to=<myuser at um.es>, relay=pop.um.es[155.54.212.106]:24, delay=31,