Displaying 20 results from an estimated 11000 matches similar to: "Leaked files in maildir "tmp" after vsz_limit crashes"
2014 Sep 06
1
vsz_limit is 18,447 PB
I encountered this error on FreeBSD 9.3 with dovecot2-2.2.13_3
Short version; vsz_limit is 18,447 PB and it ran out of RAM. Suggestions for change?
Sep 6 03:39:32 mailjail dovecot: imap(dan): Panic: file imap-fetch.c: line 556 (imap_fetch_more): assertion failed: (ctx->client->output_cmd_lock == NULL || ctx->client->output_cmd_lock == cmd)
Sep 6 03:39:32 mailjail dovecot:
2011 Dec 16
2
Calculation of suggested vsz_limit values
Hello,
I would like to ask on suggested vsz_limit values.
Is there any way of calculating such values? How should we determine
them? I don't want to risk wrong values (and possible errors) on a
production system, if I upgrade to 2.0.16 where vsz_limit values are
enforced (I read release notes)!
If there is no standard way of calculation, could someone please check
the following info and
2020 Nov 04
2
vsz_limit
You could also add it as setting for the fts_xapian plugin parameters?
Aki
> On 04/11/2020 08:42 Joan Moreau <jom at grosjo.net> wrote:
>
>
> For machines with low memory, I would like to detect how much ram remains available before starting indexing a mail, so I can commit everything on disk before the ram is exhausted (and break the process)
> I tried to put a
2020 Nov 04
1
vsz_limit
> On 04/11/2020 05:19 Joan Moreau <jom at grosjo.net> wrote:
>
>
> Hello
> I am looking for help around memory management
> 1 - How to get the current value of "vsz_limit" from inside a plugin (namely https://github.com/grosjo/fts-xapian/ ) , especially for indexer-worker
> 2 - Is there a macro or function in dovecot to get the remaining free memory from this
2020 Nov 06
1
vsz_limit
Seems I had forgotten that you can use src/lib/restrict.h, in particular, restrict_get_process_size() to figure out the limit. You can combine this with getrusage to find out current usage.
Aki
> On 06/11/2020 13:26 Joan Moreau <jom at grosjo.net> wrote:
>
>
> yes, will do so.
> It would be nice however to be able to access the actual dovecot config from the plugin side
2020 Nov 06
2
vsz_limit
Duh... src/lib/restrict-process-size.h
Should be in the installed include files as well,
/usr/include/dovecot/restrict-process-size.h
Aki
> On 06/11/2020 15:56 Joan Moreau <jom at grosjo.net> wrote:
>
>
> Hello
> I can't find "src/lib/restrict.h" . Is it in dovecot source ?
>
>
> On 2020-11-06 13:20, Aki Tuomi wrote:
> > Seems I had
2010 Nov 16
6
Dovecot 2.0.7 (8793036f6de8) seems to miss some defaults for vsz_limit
Latest Mercurial seems to miss defaults for some services e.g. 'managesieve' and 'lmtp'. Example error message upon start:
dovecotdoveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: service(managesieve-login): vsz_limit is too low failed!
Regards
Thomas
2016 May 15
2
indexer-worker out of memory with vsz_limit=750 MB?!
We're running 2.2.24 with fts_lucene and I wonder why indexer-working
can be out-of-memory even with
vsz_limit=750 MB
?!
Peer
May 15 12:14:51 dobby4 dovecot: indexer-worker(user at example.com): Fatal:
pool_system_realloc(134217728): Out of memory
May 15 12:14:51 dobby4 dovecot: indexer-worker(user at example.com): Error:
Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0xaa4b7)
2018 Feb 16
1
Out of memory on lmtp vsz_limit
How about you try moving the mail into another folder on daily basis,
this way the INBOX would stay nice and empty.
doveadm move -u archive at company.com Archive MAILBOX INBOX SENTBEFORE
todays-date
Aki
On 16.02.2018 06:19, Terence Lau wrote:
>
> Bump.
>
> ?
>
> Any advice would be most appreciated.
>
> ?
>
> Thanks.
>
> ?
>
> *From:*Terence Lau
>
2018 Jan 24
2
Out of memory on lmtp vsz_limit
Hi,
We've been getting these types or errors for quite a while now ...
Fatal: master: service(lmtp): child 63477 returned error 83 (Out of memory (service lmtp { vsz_limit=4096 MB }, you may need to increase it)
... and these errors have been decreasing in occurrence as we increased the default_vsz_limit. Which is good but I would like to get some advice on how I could possibly eliminate
2012 Feb 08
2
vsz_limit
Hello Timo and dovecot teamwork,
We have dovecot 2.0.10 installed with this configuration:
# dovecot -n
# 2.0.10: /usr/local/dovecot/etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-92.1.18.el5 x86_64 Scientific Linux SL release 5.2 (Boron)
auth_cache_size = 500 k
auth_cache_ttl = 1000 secs
disable_plaintext_auth = no
first_valid_uid = 501
lock_method = dotlock
mail_fsync = always
mail_gid = vmail
2017 Dec 14
4
auth_policy in a non-authenticating proxy chain
Hi,
I was looking into the new Authentication Policy feature:
https://wiki2.dovecot.org/Authentication/Policy
I had kinda hoped that I would be able to enfore this in a proxy running
in front of several backends. This proxy does not authenticate. It use
"nopassword".
But I realize that the "succes" reported in the final authpolicy req.
(command=report) is not what is
2011 Jan 05
0
good value of vsz_limit
hello dovecot network
hello Timo
I've just upgraded to 2.0.8 dovecot and I wonder it should be good value
of vsz_limit
I put value as 64 M but I do not know if it's good value
return are welcome
sincerely and happy new year
this my dovecot -n
~]# /usr/sbin/dovecot -n
# 2.0.8: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32.2-xxxx-grs-ipv6-32 i686 CentOS release 5.5 (Final)
2018 Sep 07
1
Auth process sometimes stop responding after upgrade
Hi all;
I've upgraded a ring of dovecot directors from 2.2.15 to 2.2.36. After the
upgrade I've got some instability: a few time per day per server, seemly at
random, the auth process stop responding and the clients cannot authenticate
any more:
Sep 6 14:45:51 imap-front13 dovecot: pop3-login: Warning: Auth process not
responding, delayed sending initial response (greeting):
2020 Nov 06
0
vsz_limit
yes, will do so.
It would be nice however to be able to access the actual dovecot config
from the plugin side
On 2020-11-04 06:46, Aki Tuomi wrote:
> You could also add it as setting for the fts_xapian plugin parameters?
>
> Aki
>
> On 04/11/2020 08:42 Joan Moreau <jom at grosjo.net> wrote:
>
> For machines with low memory, I would like to detect how much ram
2020 Nov 06
0
vsz_limit
ok found it,
However, it returns me some random number. Maybe I am missing something
On 2020-11-06 13:57, Aki Tuomi wrote:
> Duh... src/lib/restrict-process-size.h
>
> Should be in the installed include files as well,
>
> /usr/include/dovecot/restrict-process-size.h
>
> Aki
>
> On 06/11/2020 15:56 Joan Moreau <jom at grosjo.net> wrote:
>
> Hello
>
2018 Feb 16
0
Out of memory on lmtp vsz_limit
Bump.
Any advice would be most appreciated.
Thanks.
From: Terence Lau
Sent: Wednesday, 24 January 2018 9:59 AM
To: 'dovecot at dovecot.org' <dovecot at dovecot.org>
Subject: Out of memory on lmtp vsz_limit
Hi,
We've been getting these types or errors for quite a while now ...
Fatal: master: service(lmtp): child 63477 returned error 83 (Out of memory (service lmtp {
2013 Nov 11
2
server side private/public key
*Christian Felsing wrote:
*
> Please consider to add server side private/public key encryption for
incoming mails.
> If client logs on, the password is used to unlock users server side
private key.
> If mail arrives from MTA or any other source, mail is encrypted with
users public key.
> Key pair should be located in LDAP or SQL server. PGP and S/MIME
should be supported.
>
2019 Jun 25
2
Emails not visible after renaming folders
Hello,
I have strange problem with "losing" emails after rename mail
folder(s) (via imap client: thunderbird, roundcude, etc..)
How to reproduce:
1. Create some folder name, like TEST
2. Create sub-folder under TEST (like SUBTEST)
Structure:
TEST
|--SUBTEST
# doveadm mailbox list -u postmaster at testmailbox
Spam
Trash
Sent
Drafts
INBOX
TEST
TEST/SUBTEST
3. Move (or copy)
2017 Feb 09
1
dovecot logout issues
hi
we are using dovecot version 2.2.7 (config file given below)
centos 6, qmail, vpopmail, mysql
server configuration
hex core processor, 16 gb ram 1 X 600 gb 15 k rpm for main drive and 2 X 2000 gb hdd for data (No raid)
busy server with around 4000 email ids --- load is around 2 to 10
the issue is that SQUIRRELMAIL webmail users suddenly lose connection while they are working on the webmail.